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

  /external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 98 #define Ten_pmax 22
826 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 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...]

Completed in 98 milliseconds