D | SkJumper_vectors.h | 42 SI F if_then_else(I32 c, F t, F e) { return c ? t : e; } in if_then_else() function 103 SI F if_then_else(I32 c, F t, F e) { return vbslq_f32((U32)c,t,e); } in if_then_else() function 202 SI F if_then_else(I32 c, F t, F e) { return vbsl_f32((U32)c,t,e); } in if_then_else() function 206 return roundtrip - if_then_else(roundtrip > v, 1, 0); in floor_() 316 SI F if_then_else(I32 c, F t, F e) { return _mm256_blendv_ps(e,t,c); } in if_then_else() function 528 SI F if_then_else(I32 c, F t, F e) { in if_then_else() function 537 return roundtrip - if_then_else(roundtrip > v, 1, 0); in floor_() 673 SI V if_then_else(I32 c, V t, V e) { in if_then_else() function 674 return bit_cast<V>(if_then_else(c, bit_cast<F>(t), bit_cast<F>(e))); in if_then_else() 734 return if_then_else(denorm, F(0) in from_half() [all …]
|