Searched refs:Quick_max (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/gdtoa/
H A Dgdtoaimp.h320 /* Quick_max = floor((P-1)*log(FLT_RADIX)/log(10) - 1) */
346 #define Quick_max 14 macro
384 #define Quick_max 14 macro
410 #define Quick_max 15 macro
H A Ddtoa.c334 if (ilim >= 0 && ilim <= Quick_max && try_quick) {
H A Dgdtoa.c327 if (ilim >= 0 && ilim <= Quick_max && try_quick && !rdir

Completed in 162 milliseconds