Searched refs:dividend (Results 1 – 1 of 1) sorted by relevance
1187 double dividend, divisor; in PHP_FUNCTION() local1190 Z_PARAM_DOUBLE(dividend) in PHP_FUNCTION()1194 RETURN_DOUBLE(dividend / divisor); in PHP_FUNCTION()1201 zend_long dividend, divisor; in PHP_FUNCTION() local1204 Z_PARAM_LONG(dividend) in PHP_FUNCTION()1211 } else if (divisor == -1 && dividend == ZEND_LONG_MIN) { in PHP_FUNCTION()1218 RETURN_LONG(dividend / divisor); in PHP_FUNCTION()
Completed in 14 milliseconds