Searched refs:shift_operator_helper (Results 1 – 1 of 1) sorted by relevance
/PHP-5.6/ext/gmp/ |
H A D | gmp.c | 499 static void shift_operator_helper(gmp_binary_ui_op_t op, zval *return_value, zval *op1, zval *op2 T… in shift_operator_helper() function 546 shift_operator_helper(mpz_pow_ui, result, op1, op2 TSRMLS_CC); in gmp_do_operation_ex() 553 shift_operator_helper(mpz_mul_2exp, result, op1, op2 TSRMLS_CC); in gmp_do_operation_ex() 556 shift_operator_helper(mpz_fdiv_q_2exp, result, op1, op2 TSRMLS_CC); in gmp_do_operation_ex()
|
Completed in 9 milliseconds