Searched refs:rounded_product (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
H A Ddtoa.cpp153 #define rounded_product(a, b) a *= b macro
891 /* rv = */ rounded_product(dval(&rv), tens[e]);
901 /* rv = */ rounded_product(dval(&rv), tens[e]);
/external/chromium/base/third_party/dmg_fp/
H A Ddtoa.cc464 #define rounded_product(a,b) a = rnd_prod(a, b) macro
472 #define rounded_product(a,b) a *= b macro
2676 /* rv = */ rounded_product(dval(&rv), tens[e]);
2700 /* rv = */ rounded_product(dval(&rv), tens[e]);
2706 /* rv = */ rounded_product(dval(&rv), tens[e]);

Completed in 70 milliseconds