HomeSort by: relevance | last modified time | path
    Searched refs:Int_max (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/gdtoa/
gdtoaimp.h 339 /* Int_max = floor(P*log(FLT_RADIX)/log(10) - 1) */
365 #define Int_max 14
403 #define Int_max 15
430 #define Int_max 15
dtoa.c 446 if (be >= 0 && k <= Int_max) {
gdtoa.c 456 if (be >= 0 && k <= Int_max) {

Completed in 14 milliseconds