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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
misc.c 34 static Bigint *freelist[Kmax+1];
58 /* The k > Kmax case does not need ACQUIRE_DTOA_LOCK(0), */
60 if (k <= Kmax && (rv = freelist[k]) !=0) {
72 if (k <= Kmax && pmem_next - private_mem + len <= PRIVATE_mem) {
99 if (v->k > Kmax)
gdtoaimp.h 471 #define Kmax 9
  /external/chromium_org/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 && freelist[k]) {
562 if (k <= Kmax && pmem_next - private_mem + len <= PRIVATE_mem) {
586 if (v->k > Kmax)
    [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 361 #define Kmax 15
375 #define Kmax 15
458 static Bigint *freelist[Kmax+1];
    [all...]

Completed in 399 milliseconds