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

  /bionic/libc/stdlib/
strtod.c 329 #define rounded_quotient(a,b) a = rnd_quot(a, b) macro
337 #define rounded_quotient(a,b) a /= b macro
1562 /* value(rv) = */ rounded_quotient(value(rv),
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 111 #define rounded_quotient(a, b) a /= b macro
    [all...]
  /external/chromium/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...]
  /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 297 milliseconds