OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Kmax
(Results
1 - 3
of
3
) 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
...]
/external/chromium_org/base/third_party/dmg_fp/
dtoa.cc
523
#define
Kmax
7
538
static Bigint *freelist[
Kmax
+1];
555
/* The k >
Kmax
case does not need ACQUIRE_DTOA_LOCK(0), */
557
if (k <=
Kmax
&& (rv = freelist[k]))
566
if (k <=
Kmax
&& pmem_next - private_mem + len <= PRIVATE_mem) {
590
if (v->k >
Kmax
)
[
all
...]
/bionic/libc/stdlib/
strtod.c
354
#define
Kmax
15
371
static Bigint *freelist[
Kmax
+1];
[
all
...]
Completed in 568 milliseconds