Lines Matching defs:fp2
12332 floating-point type FP2 is better than a conversion in the same
12335 FP2, and
12338 conversion subrank of FP2 is greater than the subrank of T3. */
12340 tree fp2 = to_type1;
12344 if (TYPE_MAIN_VARIANT (fp2) == TYPE_MAIN_VARIANT (t3))
12346 std::swap (fp1, fp2);
12358 || (SCALAR_FLOAT_TYPE_P (fp2) && extended_float_type_p (fp2))
12361 if (TREE_CODE (fp2) != REAL_TYPE)
12364 std::swap (fp2, t3);
12366 if (SCALAR_FLOAT_TYPE_P (fp2))
12372 fp2),
12375 /* Conversion ranks of FP1 and FP2 are equal. */
12380 /* FP1 <-> FP2 conversion is better. */
12382 int c = cp_compare_floating_point_conversion_ranks (fp2, t3);
12385 /* Conversion subrank of FP2 is greater than subrank of T3.
12386 FP1 <-> FP2 conversion is better. */
12389 /* Conversion subrank of FP2 is less than subrank of T3.
12397 /* Conversion ranks of FP1 and FP2 are not equal, conversion