Searched refs:FLT_RADIX (Results 1 - 17 of 17) sorted by path

/openbsd-current/gnu/gcc/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. */
/openbsd-current/gnu/usr.bin/gcc/gcc/config/mcore/
H A Dgfloat.h29 #define FLT_RADIX 2 macro
/openbsd-current/gnu/usr.bin/gcc/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. */
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Dc90-float-1.c15 #ifndef FLT_RADIX
16 #error "FLT_RADIX undefined"
H A Dc99-float-1.c15 #ifndef FLT_RADIX
16 #error "FLT_RADIX undefined"
/openbsd-current/include/
H A Dfloat.h42 #define FLT_RADIX __FLT_RADIX /* b */ macro
/openbsd-current/lib/libc/gdtoa/
H A Dstrtod.c929 /* special case -- power of FLT_RADIX to be */
932 if (aadj < 2./FLT_RADIX)
933 aadj = 1./FLT_RADIX;
1048 else if (aadj < .4999999/FLT_RADIX)
H A Dgdtoaimp.h118 * FLT_RADIX, FLT_ROUNDS, and DBL_MAX.
223 #define FLT_RADIX 2 macro
231 #define FLT_RADIX 16 macro
239 #define FLT_RADIX 2 macro
303 /* Quick_max = floor((P-1)*log(FLT_RADIX)/log(10) - 1) */
304 /* Int_max = floor(P*log(FLT_RADIX)/log(10) - 1) */
/openbsd-current/gnu/llvm/clang/lib/Headers/
H A Dfloat.h37 # undef FLT_RADIX macro
94 #define FLT_RADIX __FLT_RADIX__ macro
H A Dopencl-c-base.h275 #define FLT_RADIX 2 macro
/openbsd-current/gnu/usr.bin/perl/
H A Ddump.c1873 # if defined(NV_MANT_DIG) && FLT_RADIX == 2
H A Dperl.h2672 # elif defined(HAS_SCALBNL) && FLT_RADIX == 2
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/
H A DMakefile.PL123 FLT_MIN_10_EXP FLT_MIN_EXP FLT_RADIX LDBL_DIG LDBL_MANT_DIG
H A DPOSIX.xs1145 # if defined(Perl_ldexp) && FLT_RADIX == 2
2245 #elif defined(c99_log2) && FLT_RADIX == 2
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/lib/
H A DPOSIX.pm290 FLT_RADIX FLT_ROUNDS
/openbsd-current/gnu/usr.bin/perl/ext/POSIX/t/
H A Dexport.t44 FLT_MAX_EXP FLT_MIN FLT_MIN_10_EXP FLT_MIN_EXP FLT_RADIX
H A Div_const.t52 push @tests, qw(FLT_RADIX FP_NORMAL FP_ZERO FP_SUBNORMAL FP_INFINITE FP_NAN);

Completed in 291 milliseconds