Searched defs:if_then_else (Results 1 – 4 of 4) sorted by relevance
/external/skia/third_party/libpng/contrib/intel/ |
D | filter_sse2_intrinsics.c | 217 static __m128i if_then_else(__m128i c, __m128i t, __m128i e) { in if_then_else() function
|
/external/pdfium/third_party/libpng16/contrib/intel/ |
D | filter_sse2_intrinsics.c | 217 static __m128i if_then_else(__m128i c, __m128i t, __m128i e) { in if_then_else() function
|
/external/libpng/contrib/intel/ |
D | filter_sse2_intrinsics.c | 217 static __m128i if_then_else(__m128i c, __m128i t, __m128i e) { in if_then_else() function
|
/external/skia/src/jumper/ |
D | SkJumper_stages.cpp | 67 SI F if_then_else(I32 c, F t, F e) { return c ? t : e; } in if_then_else() function 95 SI F if_then_else(I32 c, F t, F e) { return vbslq_f32((U32)c,t,e); } in if_then_else() function 124 SI F if_then_else(I32 c, F t, F e) { return vbsl_f32((U32)c,t,e); } in if_then_else() function 170 SI F if_then_else(I32 c, F t, F e) { return _mm256_blendv_ps(e,t,c); } in if_then_else() function 221 SI F if_then_else(I32 c, F t, F e) { in if_then_else() function
|