Home
last modified time | relevance | path

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

/PHP-5.6/ext/gmp/
H A Dgmp.c512 mpz_ptr gmpnum_op, gmpnum_result; in shift_operator_helper() local
515 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