Lines Matching full:vmin
7881 /// to match f32 max/min patterns to use NEON vmax/vmin instructions.
7884 // If the target supports NEON, try to use vmax/vmin instructions for f32
7886 // be careful about NaNs: NEON's vmax/vmin return NaN if either operand is
7922 // be the RHS, but vmin(NaN, RHS) = NaN. Avoid this by checking that LHS
7927 // For less-than-or-equal comparisons, "+0 <= -0" will be true but vmin
7928 // will return -0, so vmin can only be used for unsafe math or if one of