Lines Matching defs:is_complex
1551 bool is_complex;
1634 } else if (compiler_type.IsFloatingPointType(float_count, is_complex)) {
1635 if (float_count == 1 && !is_complex) {
1681 } else if (is_complex && float_count == 2) {
1708 } else if (base_type.IsFloatingPointType(float_count, is_complex)) {
1709 if (float_count == 1 && !is_complex) {
1726 if (base_type.IsFloatingPointType(float_count, is_complex)) {
1729 if (float_count == 2 && is_complex) {
1841 bool is_complex;
1883 } else if (compiler_type.IsFloatingPointType(count, is_complex)) {
1884 if (is_complex)