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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoaimp.h 301 /* Ten_pmax = floor(P*log(2)/log(5)) */
320 #define Ten_pmax 22
359 #define Ten_pmax 22
385 #define Ten_pmax 24
strtod.c 369 if (e <= Ten_pmax) {
385 if (e <= Ten_pmax + i) {
416 else if (e >= -Ten_pmax) {
strtodg.c 587 if (e <= Ten_pmax) {
603 if (e <= Ten_pmax + i) {
635 else if (e >= -Ten_pmax) {
dtoa.c 263 if (k >= 0 && k <= Ten_pmax) {
gdtoa.c 260 if (k >= 0 && k <= Ten_pmax) {
  /ndk/sources/android/support/src/stdio/
strtod.c 234 /* Ten_pmax = floor(P*log(2)/log(5)) */
254 #define Ten_pmax 22
283 #define Ten_pmax 22
306 #define Ten_pmax 24
    [all...]
  /external/libweave/third_party/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...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 

Completed in 41 milliseconds