Home
last modified time | relevance | path

Searched refs:_DOUBLE_IS_32BITS (Results 1 – 13 of 13) sorted by relevance

/picolibc-latest/newlib/libc/include/machine/
Dieeefp.h101 # define _DOUBLE_IS_32BITS macro
222 # define _DOUBLE_IS_32BITS macro
229 #define _DOUBLE_IS_32BITS macro
235 #define _DOUBLE_IS_32BITS macro
309 #define _DOUBLE_IS_32BITS macro
350 #define _DOUBLE_IS_32BITS macro
367 #define _DOUBLE_IS_32BITS macro
381 #define _DOUBLE_IS_32BITS macro
462 #define _DOUBLE_IS_32BITS macro
473 #define _DOUBLE_IS_32BITS macro
[all …]
/picolibc-latest/newlib/libc/stdlib/
Dstrtod.c154 #ifdef _DOUBLE_IS_32BITS
194 #ifndef _DOUBLE_IS_32BITS in sulp()
446 #ifndef _DOUBLE_IS_32BITS
460 #ifndef _DOUBLE_IS_32BITS
609 #ifndef _DOUBLE_IS_32BITS
615 #ifndef _DOUBLE_IS_32BITS
621 #ifndef _DOUBLE_IS_32BITS
632 #ifndef _DOUBLE_IS_32BITS
654 #ifndef _DOUBLE_IS_32BITS
679 #ifndef _DOUBLE_IS_32BITS
[all …]
Dmprec.c699 #ifndef _DOUBLE_IS_32BITS in ulp()
711 #ifndef _DOUBLE_IS_32BITS in ulp()
719 #ifndef _DOUBLE_IS_32BITS in ulp()
732 #if !defined(Pack_32) || !defined(_DOUBLE_IS_32BITS) in b2d()
757 #ifndef _DOUBLE_IS_32BITS in b2d()
768 #ifndef _DOUBLE_IS_32BITS in b2d()
775 #ifndef _DOUBLE_IS_32BITS in b2d()
818 #if !defined(Pack_32) || !defined(_DOUBLE_IS_32BITS) in d2b()
855 #ifndef _DOUBLE_IS_32BITS in d2b()
879 #ifndef _DOUBLE_IS_32BITS in d2b()
[all …]
Dmprec.h111 #if defined (_DOUBLE_IS_32BITS)
249 #if defined(_DOUBLE_IS_32BITS) && defined(__v800)
Ddtoa.c332 #if defined (_DOUBLE_IS_32BITS) in __dtoa()
344 #if defined (_DOUBLE_IS_32BITS) in __dtoa()
/picolibc-latest/newlib/libm/math/
Ds_gamma.c141 #ifndef _DOUBLE_IS_32BITS
/picolibc-latest/newlib/libm/common/
Dsf_isinf.c36 #ifdef _DOUBLE_IS_32BITS
Dmath_config.h469 #ifdef _DOUBLE_IS_32BITS
537 # ifdef _DOUBLE_IS_32BITS
/picolibc-latest/newlib/libc/xdr/
Dxdr_float.c81 #if !defined(_DOUBLE_IS_32BITS)
Dxdr_float_vax.c140 #if !defined(_DOUBLE_IS_32BITS)
/picolibc-latest/newlib/libc/stdio/
Dvfieeefp.h162 #if defined (_DOUBLE_IS_32BITS)
/picolibc-latest/newlib/libc/include/
Dmath.h351 #ifdef _DOUBLE_IS_32BITS
372 #ifdef _DOUBLE_IS_32BITS
/picolibc-latest/newlib/
DChangeLog-20151798 * libc/include/machine/ieeefp.h: Define _DOUBLE_IS_32BITS when double
4381 * libm/math/w_tgamma.c: Only build ifndef _DOUBLE_IS_32BITS.
4382 * libm/math/wf_tgamma.c: Map tgamma to tgammaf, ifdef _DOUBLE_IS_32BITS.
4503 _DOUBLE_IS_32BITS is set and DBL_DIGS is 6 instead of 15.
6709 * libm/common/sf_lround.c: Remove spurious cast in _DOUBLE_IS_32BITS
8323 access. Ditto for _DOUBLE_IS_32BITS variants.
8706 should be _DOUBLE_IS_32BITS.
9640 * libc/stdlib/mprec.h [_DOUBLE_IS_32BITS}: Define IEEE_Arith
9643 * libc/stdlib/strtod.c: Add checks for _DOUBLE_IS_32BITS
11400 * dtoa.c (dtoa_r): Handle the denormalized _DOUBLE_IS_32BITS case
[all …]