Searched refs:t3_ (Results 1 – 1 of 1) sorted by relevance
/php-src/Zend/Optimizer/ |
H A D | zend_inference.c | 895 zend_long t1_, t2_, t3_, t4_; in zend_inference_calc_binary_op_range() local 898 float_div(op1_max, op2_min, &t3, &t3_); in zend_inference_calc_binary_op_range() 901 tmp->min = MIN(MIN(MIN(t1, t2), MIN(t3, t4)), MIN(MIN(t1_, t2_), MIN(t3_, t4_))); in zend_inference_calc_binary_op_range() 902 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 15 milliseconds