Searched refs:dividend (Results 1 – 1 of 1) sorted by relevance
1313 double dividend, divisor; in PHP_FUNCTION() local1316 Z_PARAM_DOUBLE(dividend) in PHP_FUNCTION()1320 RETURN_DOUBLE(dividend / divisor); in PHP_FUNCTION()1327 zend_long dividend, divisor; in PHP_FUNCTION() local1330 Z_PARAM_LONG(dividend) in PHP_FUNCTION()1337 } else if (divisor == -1 && dividend == ZEND_LONG_MIN) { in PHP_FUNCTION()1344 RETURN_LONG(dividend / divisor); in PHP_FUNCTION()
Completed in 8 milliseconds