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

  /bionic/libc/stdlib/
strtod.c 328 #define rounded_product(a,b) a = rnd_prod(a, b) macro
336 #define rounded_product(a,b) a *= b macro
1529 /* value(rv) = */ rounded_product(value(rv),
1547 /* value(rv) = */ rounded_product(value(rv),
1554 /* value(rv) = */ rounded_product(value(rv),
    [all...]
  /external/webkit/Source/JavaScriptCore/wtf/
dtoa.cpp 153 #define rounded_product(a, b) a *= b macro
891 /* rv = */ rounded_product(dval(&rv), tens[e]);
901 /* rv = */ rounded_product(dval(&rv), tens[e]);
    [all...]
  /external/chromium/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...]

Completed in 32 milliseconds