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

  /bionic/libc/stdlib/
strtod.c 1317 static CONST double tinytens[] = { 1e-16, 1e-32, 1e-64, 1e-128, 1e-256 }; variable
1322 static CONST double tinytens[] = { 1e-16, 1e-32, 1e-64 }; variable
1326 static CONST double tinytens[] = { 1e-16, 1e-32 }; variable
1617 value(rv) *= tinytens[j];
1620 value(rv) *= tinytens[j];
1623 value(rv) *= tinytens[j];
    [all...]
  /external/chromium/base/third_party/dmg_fp/
dtoa.cc 1452 static CONST double tinytens[] = { 1e-16, 1e-32, 1e-64, 1e-128, member in namespace:dmg_fp
1460 /* The factor of 2^53 in tinytens[4] helps us avoid setting the underflow */
1467 static CONST double tinytens[] = { 1e-16, 1e-32, 1e-64 };
1471 static CONST double tinytens[] = { 1e-16, 1e-32 };
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
dtoa.cpp 738 static const double tinytens[] = { 1e-16, 1e-32, 1e-64, 1e-128, member in namespace:WTF
743 /* The factor of 2^53 in tinytens[4] helps us avoid setting the underflow */
957 dval(&rv) *= tinytens[j];
    [all...]

Completed in 227 milliseconds