Lines Matching refs:fmax
919 /// Shrink double -> float for binary functions like 'fmin/fmax'.
1173 if ((Name == "fmin" || Name == "fmax") && hasFloatVersion(Name))
1186 // No-signed-zeros is implied by the definitions of fmax/fmin themselves:
1187 // "Ideally, fmax would be sensitive to the sign of zero, for example
1188 // fmax(-0. 0, +0. 0) would return +0; however, implementation in software
1197 // exceptions, because fmin/fmax do not have those.
2118 case LibFunc::fmax: