Searched refs:t2_ (Results 1 – 1 of 1) sorted by relevance
/PHP-8.0/ext/opcache/Optimizer/ |
H A D | zend_inference.c | 673 zend_long t1_, t2_, t3_, t4_; in zend_inference_calc_binary_op_range() local 675 float_div(op1_min, op2_max, &t2, &t2_); in zend_inference_calc_binary_op_range() 679 tmp->min = MIN(MIN(MIN(t1, t2), MIN(t3, t4)), MIN(MIN(t1_, t2_), MIN(t3_, t4_))); in zend_inference_calc_binary_op_range() 680 tmp->max = MAX(MAX(MAX(t1, t2), MAX(t3, t4)), MAX(MAX(t1_, t2_), MAX(t3_, t4_))); in zend_inference_calc_binary_op_range()
|
Completed in 17 milliseconds