Lines Matching defs:ret
990 static zend_result bcmath_number_cast_object(zend_object *obj, zval *ret, int type) in bcmath_number_cast_object()
1022 bc_num n1, bc_num n2, bc_num *ret, in bcmath_number_add_internal()
1034 bc_num n1, bc_num n2, bc_num *ret, in bcmath_number_sub_internal()
1046 bc_num n1, bc_num n2, bc_num *ret, in bcmath_number_mul_internal()
1063 bc_num n1, bc_num n2, bc_num *ret, in bcmath_number_div_internal()
1086 bc_num n1, bc_num n2, bc_num *ret, in bcmath_number_mod_internal()
1101 bc_num n1, bc_num n2, bc_num *ret, in bcmath_number_pow_internal()
1159 static zend_always_inline bcmath_number_obj_t *bcmath_number_new_obj(bc_num ret, size_t scale) in bcmath_number_new_obj()
1257 bc_num ret = NULL; in bcmath_number_do_operation() local
1329 int ret = ZEND_UNCOMPARABLE; in bcmath_number_compare() local
1441 bc_num ret = NULL; in bcmath_number_calc_method() local
1611 bc_num ret = NULL; in PHP_METHOD() local
1684 bc_num ret = bc_copy_num(intern->num); in PHP_METHOD() local
1732 zend_long ret = bc_compare(intern->num, num, scale); in PHP_METHOD() local
1752 bc_num ret = bc_floor_or_ceil(intern->num, is_floor); in bcmath_number_floor_or_ceil() local
1801 bc_num ret = NULL; in PHP_METHOD() local