Searched defs:if_then_else (Results 1 – 8 of 8) sorted by relevance
/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/intel/ |
D | filter_sse2_intrinsics.c | 236 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/libpng/powerpc/ |
D | filter_vsx_intrinsics.c | 482 #define if_then_else(c,t,e) vec_sel(e,t,c) macro
|
/external/skqp/third_party/skcms/src/ |
D | Transform_inl.h | 129 SI T if_then_else(I32 cond, T t, T e) { in if_then_else() function
|
/external/skia/third_party/skcms/src/ |
D | Transform_inl.h | 129 SI T if_then_else(I32 cond, T t, T e) { in if_then_else() function
|
/external/skia/src/opts/ |
D | SkRasterPipeline_opts.h | 145 SI F if_then_else(I32 c, F t, F e) { return c ? t : e; } in if_then_else() function 684 SI V if_then_else(I32 c, V t, V e) { in if_then_else() function
|
/external/skqp/src/opts/ |
D | SkRasterPipeline_opts.h | 145 SI F if_then_else(I32 c, F t, F e) { return c ? t : e; } in if_then_else() function 684 SI V if_then_else(I32 c, V t, V e) { in if_then_else() function
|