Home
last modified time | relevance | path

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

/PHP-7.2/ext/gmp/
H A Dgmp.c461 static void shift_operator_helper(gmp_binary_ui_op_t op, zval *return_value, zval *op1, zval *op2) { in shift_operator_helper() function
502 shift_operator_helper(mpz_pow_ui, result, op1, op2); in gmp_do_operation_ex()
509 shift_operator_helper(mpz_mul_2exp, result, op1, op2); in gmp_do_operation_ex()
512 shift_operator_helper(mpz_fdiv_q_2exp, result, op1, op2); in gmp_do_operation_ex()

Completed in 47 milliseconds