Home
last modified time | relevance | path

Searched refs:mul_function_fast (Results 1 – 1 of 1) sorted by relevance

/PHP-8.0/Zend/
H A Dzend_operators.c1097 static zend_always_inline zend_result mul_function_fast(zval *result, zval *op1, zval *op2) /* {{{ … in mul_function_fast() function
1127 if (mul_function_fast(result, op1, op2) == SUCCESS) { in mul_function_slow()
1147 if (mul_function_fast(result, &op1_copy, &op2_copy) == SUCCESS) { in mul_function_slow()
1158 if (mul_function_fast(result, op1, op2) == SUCCESS) { in mul_function()

Completed in 13 milliseconds