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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoaimp.h 410 #define rounded_quotient(a,b) a = rnd_quot(a, b) macro
418 #define rounded_quotient(a,b) a /= b macro
strtod.c 424 /* rv = */ rounded_quotient(dval(&rv), tens[-e]);
strtodg.c 636 /* rv = */ rounded_quotient(dval(&rv), tens[-e]);
  /ndk/sources/android/support/src/stdio/
strtod.c 336 #define rounded_quotient(a,b) a = rnd_quot(a, b) macro
344 #define rounded_quotient(a,b) a /= b macro
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 100 #define rounded_quotient(a, b) a /= b macro
    [all...]
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 465 #define rounded_quotient(a,b) a = rnd_quot(a, b) macro
473 #define rounded_quotient(a,b) a /= b macro
    [all...]

Completed in 4067 milliseconds