Searched refs:shift_operator_helper (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/gmp/ |
H A D | gmp.c | 332 static void shift_operator_helper(gmp_binary_ui_op_t op, zval *return_value, zval *op1, zval *op2, … in shift_operator_helper() function 379 shift_operator_helper(mpz_pow_ui, result, op1, op2, opcode); in gmp_do_operation_ex() 386 shift_operator_helper(mpz_mul_2exp, result, op1, op2, opcode); in gmp_do_operation_ex() 389 shift_operator_helper(mpz_fdiv_q_2exp, result, op1, op2, opcode); in gmp_do_operation_ex()
|
Completed in 12 milliseconds