Searched refs:FLT_RADIX (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/sys/ia64/include/
H A Dfloat.h42 #define FLT_RADIX 2 /* b */ macro
/freebsd-9.3-release/sys/sparc64/include/
H A Dfloat.h47 #define FLT_RADIX 2 /* b */ macro
/freebsd-9.3-release/contrib/gcc/ginclude/
H A Dfloat.h35 #undef FLT_RADIX macro
36 #define FLT_RADIX __FLT_RADIX__ macro
38 /* Number of base-FLT_RADIX digits in the significand, p. */
60 /* Minimum int x such that FLT_RADIX**(x-1) is a normalized float, emin */
80 /* Maximum int x such that FLT_RADIX**(x-1) is a representable float, emax. */
/freebsd-9.3-release/sys/arm/include/
H A Dfloat.h46 #define FLT_RADIX 2 /* b */ macro
/freebsd-9.3-release/sys/mips/include/
H A Dfloat.h44 #define FLT_RADIX 2 /* b */ macro
/freebsd-9.3-release/sys/powerpc/include/
H A Dfloat.h48 #define FLT_RADIX 2 /* b */ macro
/freebsd-9.3-release/sys/x86/include/
H A Dfloat.h42 #define FLT_RADIX 2 /* b */ macro
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Headers/
H A Dfloat.h38 # undef FLT_RADIX macro
78 #define FLT_RADIX __FLT_RADIX__ macro
/freebsd-9.3-release/contrib/gdtoa/
H A Dgdtoaimp.h119 * FLT_RADIX, FLT_ROUNDS, and DBL_MAX.
240 #define FLT_RADIX 2 macro
248 #define FLT_RADIX 16 macro
256 #define FLT_RADIX 2 macro
320 /* Quick_max = floor((P-1)*log(FLT_RADIX)/log(10) - 1) */
321 /* Int_max = floor(P*log(FLT_RADIX)/log(10) - 1) */
H A Dstrtod.c903 /* special case -- power of FLT_RADIX to be */
906 if (aadj < 2./FLT_RADIX)
907 aadj = 1./FLT_RADIX;
1022 else if (aadj < .4999999/FLT_RADIX)

Completed in 204 milliseconds