Searched refs:vec4_max_ps (Results 1 – 3 of 3) sorted by relevance
237 #define _simdvec_max_ps SIMD::vec4_max_ps
386 static void vec4_max_ps(Vec4& r, const Vec4& v0, Float s); // r = (v0 > s) ? v0 : s
335 void vec4_max_ps(Vec4& r, const Vec4& v0, Float const &s) in vec4_max_ps() function