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

/haiku/src/system/libroot/posix/stdlib/
H A Dstrtod.c341 #define rounded_quotient(a,b) a = rnd_quot(a, b) macro
345 #define rounded_quotient(a,b) a /= b macro
1297 /* rv = */ rounded_quotient(rv, tens[-e]);

Completed in 211 milliseconds