Lines Matching refs:better
228 functions are compared. A function definition A is considered a better
232 in A is better than the corresponding conversion in B; and
234 * there is no function argument for which the conversion in B is better
237 If a single function definition is considered a better match than every
242 better than that for another match, the following rules are applied, in
245 1. An exact match is better than a match involving any implicit
249 better than a match involving any other implicit conversion.
252 float is better than a match involving an implicit conversion from
256 neither conversion is considered better than the other.
266 // ivec4. (A) better than (B) for 2nd
269 // conversion. (C) is better than (A) and (B)
270 // on the first argument. (A) is better than
447 better than a conversion from a type with a smaller number of bits
449 parameter type to "int" is better than one from an "int8_t" formal