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

  /bionic/libc/upstream-openbsd/lib/libc/gdtoa/
gdtoaimp.h 409 #define rounded_product(a,b) a = rnd_prod(a, b) macro
417 #define rounded_product(a,b) a *= b macro
strtod.c 380 /* rv = */ rounded_product(dval(&rv), tens[e]);
404 /* rv = */ rounded_product(dval(&rv), tens[e]);
410 /* rv = */ rounded_product(dval(&rv), tens[e]);
strtodg.c 592 /* rv = */ rounded_product(dval(&rv), tens[e]);
617 /* adj = */ rounded_product(dval(&adj), tens[e2]);
624 /* rv = */ rounded_product(dval(&rv), tens[e2]);
  /ndk/sources/android/support/src/stdio/
strtod.c 335 #define rounded_product(a,b) a = rnd_prod(a, b) macro
343 #define rounded_product(a,b) a *= b macro
    [all...]
  /external/chromium_org/base/third_party/dmg_fp/
dtoa.cc 464 #define rounded_product(a,b) a = rnd_prod(a, b) macro
472 #define rounded_product(a,b) a *= b macro
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
dtoa.cpp 99 #define rounded_product(a, b) a *= b macro
    [all...]

Completed in 145 milliseconds