Searched refs:FLT_RADIX (Results 1 – 3 of 3) sorted by relevance
8 #undef FLT_RADIX9 #define FLT_RADIX 2 macro
175 # define FLT_RADIX 2 macro184 # define FLT_RADIX 16 macro193 # define FLT_RADIX 2 macro1511 if (aadj < 2./FLT_RADIX) in strtod()1512 aadj = 1./FLT_RADIX; in strtod()1603 } else if (aadj < .4999999/FLT_RADIX) in strtod()
1579 static const int radix = FLT_RADIX;1654 static const int radix = FLT_RADIX;1729 static const int radix = FLT_RADIX;