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

/bionic/libc/upstream-openbsd/lib/libc/gdtoa/
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) */

Completed in 76 milliseconds