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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
strtod.c 96 double aadj; local
920 if ((aadj = ratio(delta, bs)) <= 2.) {
922 aadj = dval(&aadj1) = 1.;
928 aadj = 1.;
935 if (aadj < 2./FLT_RADIX)
936 aadj = 1./FLT_RADIX;
938 aadj *= 0.5;
939 dval(&aadj1) = -aadj;
943 aadj *= 0.5;
944 dval(&aadj1) = dsign ? aadj : -aadj
    [all...]
  /ndk/sources/android/support/src/stdio/
strtod.c 1595 double aadj, aadj1, adj; local
    [all...]
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 2435 double aadj, aadj1; variable
    [all...]

Completed in 321 milliseconds