cosmopolitan/third_party/double-conversion
Jōshin 2fc507c98f
Fix more vi modelines (#1006)
* modelines: tw -> sw

shiftwidth, not textwidth.

* space-surround modelines

* fix irregular modelines

* Fix modeline in titlegen.c
2023-12-13 02:28:11 -05:00
..
test Fix more vi modelines (#1006) 2023-12-13 02:28:11 -05:00
AUTHORS Add double-conversion to third_party (#447) 2022-06-26 03:41:55 -07:00
bignum-dtoa.cc Reduce header complexity 2023-11-28 14:39:42 -08:00
bignum-dtoa.h Reduce header complexity 2023-11-28 14:39:42 -08:00
bignum.cc Reduce header complexity 2023-11-28 14:39:42 -08:00
bignum.h Reduce header complexity 2023-11-28 14:39:42 -08:00
BUILD.mk Fix more vi modelines (#1006) 2023-12-13 02:28:11 -05:00
cached-powers.cc Reduce header complexity 2023-11-28 14:39:42 -08:00
cached-powers.h Reduce header complexity 2023-11-28 14:39:42 -08:00
diy-fp.h Reduce header complexity 2023-11-28 14:39:42 -08:00
double-conversion.h Scrub double-conversion and add quick wrapper 2022-06-26 05:03:25 -07:00
double-to-string.cc Reduce header complexity 2023-11-28 14:39:42 -08:00
double-to-string.h Reduce header complexity 2023-11-28 14:39:42 -08:00
fast-dtoa.cc Reduce header complexity 2023-11-28 14:39:42 -08:00
fast-dtoa.h Reduce header complexity 2023-11-28 14:39:42 -08:00
fixed-dtoa.cc Reduce header complexity 2023-11-28 14:39:42 -08:00
fixed-dtoa.h Reduce header complexity 2023-11-28 14:39:42 -08:00
ieee.h Reduce header complexity 2023-11-28 14:39:42 -08:00
LICENSE Add double-conversion to third_party (#447) 2022-06-26 03:41:55 -07:00
README.cosmo Mint APE Loader v1.5 2023-07-26 13:54:49 -07:00
string-to-double.cc Reduce header complexity 2023-11-28 14:39:42 -08:00
string-to-double.h Add double-conversion to third_party (#447) 2022-06-26 03:41:55 -07:00
strtod.cc Reduce header complexity 2023-11-28 14:39:42 -08:00
strtod.h Reduce header complexity 2023-11-28 14:39:42 -08:00
utils.h Reduce header complexity 2023-11-28 14:39:42 -08:00
wrapper.cc flip et / noet in modelines 2023-12-07 22:17:11 -05:00
wrapper.h Reduce header complexity 2023-11-28 14:39:42 -08:00

DESCRIPTION

    Efficient binary-decimal and decimal-binary conversion routines for IEEE doubles. 

ORIGIN

    double-conversion 3.2.0
    https://github.com/google/double-conversion/archive/refs/tags/v3.2.0.zip
    9e0c13564e17362aad8a32c1344a2214f71952c6

LICENSE

    BSD 3-Clause License

LOCAL CHANGES

    - Use unassert() macro for undefined behavior on failed assertions