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

/haiku/src/system/libroot/posix/stdlib/
H A Dstrtod.c340 #define rounded_product(a,b) a = rnd_prod(a, b) macro
344 #define rounded_product(a,b) a *= b macro
1267 /* rv = */ rounded_product(rv, tens[e]);
1284 /* rv = */ rounded_product(rv, tens[e]);
1290 /* rv = */ rounded_product(rv, tens[e]);

Completed in 31 milliseconds