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

/macosx-10.10.1/Libc-1044.1.2/gdtoa/FreeBSD/
H A Dgdtoaimp.h390 /* Int_max = floor(P*log(FLT_RADIX)/log(10) - 1) */
416 #define Int_max 14 macro
454 #define Int_max 15 macro
480 #define Int_max 15 macro
H A Dgdtoa-dtoa.c438 if (be >= 0 && k <= Int_max) {
H A Dgdtoa-gdtoa.c441 if (be >= 0 && k <= Int_max) {
/macosx-10.10.1/WTF-7600.1.24/wtf/
H A Ddtoa.cpp116 #define Int_max 14 macro
965 if (be >= 0 && k <= Int_max) {
/macosx-10.10.1/ruby-106/ruby/
H A Dutil.c831 /* Int_max = floor(P*log(FLT_RADIX)/log(10) - 1) */
857 #define Int_max 14 macro
912 #define Int_max 15 macro
938 #define Int_max 15 macro
3440 if (be >= 0 && k <= Int_max) {

Completed in 202 milliseconds