OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Ten_pmax
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp
87
#define
Ten_pmax
22
828
if (k >= 0 && k <=
Ten_pmax
) {
[
all
...]
/bionic/libc/stdlib/
strtod.c
237
/*
Ten_pmax
= floor(P*log(2)/log(5)) */
257
#define
Ten_pmax
22
286
#define
Ten_pmax
22
309
#define
Ten_pmax
24
1525
if (e <=
Ten_pmax
) {
1535
if (e <=
Ten_pmax
+ i) {
1561
else if (e >= -
Ten_pmax
) {
[
all
...]
/external/chromium/base/third_party/dmg_fp/
dtoa.cc
338
/*
Ten_pmax
= floor(P*log(2)/log(5)) */
359
#define
Ten_pmax
22
417
#define
Ten_pmax
22
445
#define
Ten_pmax
24
[
all
...]
/external/chromium_org/base/third_party/dmg_fp/
dtoa.cc
344
/*
Ten_pmax
= floor(P*log(2)/log(5)) */
365
#define
Ten_pmax
22
423
#define
Ten_pmax
22
451
#define
Ten_pmax
24
[
all
...]
Completed in 1154 milliseconds