HomeSort by relevance Sort by last modified time
    Searched refs:Kmax (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 517 #define Kmax 7
532 static Bigint *freelist[Kmax+1];
549 /* The k > Kmax case does not need ACQUIRE_DTOA_LOCK(0), */
551 if (k <= Kmax && (rv = freelist[k]))
560 if (k <= Kmax && pmem_next - private_mem + len <= PRIVATE_mem) {
584 if (v->k > Kmax)
    [all...]
  /bionic/libc/stdlib/
strtod.c 354 #define Kmax 15
371 static Bigint *freelist[Kmax+1];
    [all...]

Completed in 566 milliseconds