Home
last modified time | relevance | path

Searched refs:FLT_RADIX (Results 1 – 3 of 3) sorted by relevance

/haiku/headers/build/gcc-2.95.3/
H A Dfloat.h8 #undef FLT_RADIX
9 #define FLT_RADIX 2 macro
/haiku/src/system/libroot/posix/stdlib/
H A Dstrtod.c175 # define FLT_RADIX 2 macro
184 # define FLT_RADIX 16 macro
193 # define FLT_RADIX 2 macro
1511 if (aadj < 2./FLT_RADIX) in strtod()
1512 aadj = 1./FLT_RADIX; in strtod()
1603 } else if (aadj < .4999999/FLT_RADIX) in strtod()
/haiku/headers/cpp/
H A Dlimits1579 static const int radix = FLT_RADIX;
1654 static const int radix = FLT_RADIX;
1729 static const int radix = FLT_RADIX;