Searched defs:rounded_quotient (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/Zend/ | ||
| H A D | zend_strtod.c | 392 #define rounded_quotient(a,b) a = rnd_quot(a, b) macro 400 #define rounded_quotient(a,b) a /= b macro 2225 /* value(rv) = */ rounded_quotient(value(rv), |
Completed in 7 milliseconds