Searched refs:type_pair (Results 1 – 1 of 1) sorted by relevance
/PHP-8.4/Zend/ |
H A D | zend_operators.c | 1090 uint8_t type_pair = TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2)); in add_function_fast() local 1092 if (EXPECTED(type_pair == TYPE_PAIR(IS_LONG, IS_LONG))) { in add_function_fast() 1098 } else if (EXPECTED(type_pair == TYPE_PAIR(IS_LONG, IS_DOUBLE))) { in add_function_fast() 1156 uint8_t type_pair = TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2)); in sub_function_fast() local 1158 if (EXPECTED(type_pair == TYPE_PAIR(IS_LONG, IS_LONG))) { in sub_function_fast() 1221 uint8_t type_pair = TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2)); in mul_function_fast() local 1223 if (EXPECTED(type_pair == TYPE_PAIR(IS_LONG, IS_LONG))) { in mul_function_fast() 1304 uint8_t type_pair = TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2)); in pow_function_base() local 1306 if (EXPECTED(type_pair == TYPE_PAIR(IS_LONG, IS_LONG))) { in pow_function_base() 1397 uint8_t type_pair = TYPE_PAIR(Z_TYPE_P(op1), Z_TYPE_P(op2)); in div_function_base() local [all …]
|
Completed in 12 milliseconds