Home
last modified time | relevance | path

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

/php-src/ext/gmp/
H A Dgmp.c337 static void shift_operator_helper(gmp_binary_ui_op_t op, zval *return_value, zval *op1, zval *op2, … in shift_operator_helper() function
384 shift_operator_helper(mpz_pow_ui, result, op1, op2, opcode); in gmp_do_operation_ex()
391 shift_operator_helper(mpz_mul_2exp, result, op1, op2, opcode); in gmp_do_operation_ex()
394 shift_operator_helper(mpz_fdiv_q_2exp, result, op1, op2, opcode); in gmp_do_operation_ex()

Completed in 22 milliseconds