Searched refs:gmpnum_op (Results 1 – 1 of 1) sorted by relevance
512 mpz_ptr gmpnum_op, gmpnum_result; in shift_operator_helper() local515 FETCH_GMP_ZVAL(gmpnum_op, op1, temp); in shift_operator_helper()517 op(gmpnum_result, gmpnum_op, (unsigned long) Z_LVAL_P(op2)); in shift_operator_helper()
Completed in 9 milliseconds