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

/freebsd-10.3-release/contrib/gdtoa/
H A Dgdtoaimp.h321 /* Int_max = floor(P*log(FLT_RADIX)/log(10) - 1) */
347 #define Int_max 14 macro
385 #define Int_max 15 macro
411 #define Int_max 15 macro
H A Ddtoa.c438 if (be >= 0 && k <= Int_max) {
H A Dgdtoa.c444 if (be >= 0 && k <= Int_max) {

Completed in 101 milliseconds