Searched refs:strtod_diglim (Results 1 - 1 of 1) sorted by relevance

/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc320 extern int strtod_diglim;
322 #define strtod_diglim STRTOD_DIGLIM macro
2868 bc.nd0 = nd0; /* Only needed if nd > strtod_diglim, but done here */
2871 if (nd > strtod_diglim) {
2872 /* ASSERT(strtod_diglim >= 18); 18 == one more than the */

Completed in 68 milliseconds