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

/freebsd-11-stable/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-11-stable/sys/arm/include/
H A Dfloat.h42 #define FLT_RADIX 2 /* b */ macro
/freebsd-11-stable/sys/arm64/include/
H A Dfloat.h42 #define FLT_RADIX 2 /* b */ macro
/freebsd-11-stable/sys/powerpc/include/
H A Dfloat.h48 #define FLT_RADIX 2 /* b */ macro
/freebsd-11-stable/sys/sparc64/include/
H A Dfloat.h47 #define FLT_RADIX 2 /* b */ macro
/freebsd-11-stable/sys/mips/include/
H A Dfloat.h44 #define FLT_RADIX 2 /* b */ macro
/freebsd-11-stable/sys/x86/include/
H A Dfloat.h42 #define FLT_RADIX 2 /* b */ macro
/freebsd-11-stable/contrib/llvm-project/clang/lib/Headers/
H A Dfloat.h36 # undef FLT_RADIX macro
84 #define FLT_RADIX __FLT_RADIX__ macro
H A Dopencl-c-base.h173 #define FLT_RADIX 2 macro
/freebsd-11-stable/sys/riscv/include/
H A Dfloat.h42 #define FLT_RADIX 2 /* b */ macro
/freebsd-11-stable/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)
/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_scalbn.c153 #if FLT_RADIX == 2
295 #if FLT_RADIX == 2

Completed in 215 milliseconds