HomeSort by relevance Sort by last modified time
    Searched full:ten_pmax (Results 1 - 3 of 3) sorted by null

  /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/webkit/Source/JavaScriptCore/wtf/
dtoa.cpp 141 #define Ten_pmax 22
890 if (e <= Ten_pmax) {
895 if (e <= Ten_pmax + i) {
904 } 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...]

Completed in 71 milliseconds