Searched defs:if_then_else (Results 1 – 7 of 7) sorted by relevance
/external/pdfium/third_party/libpng16/intel/ |
D | filter_sse2_intrinsics.c | 221 static __m128i if_then_else(__m128i c, __m128i t, __m128i e) { in if_then_else() function
|
/external/libpng/intel/ |
D | filter_sse2_intrinsics.c | 221 static __m128i if_then_else(__m128i c, __m128i t, __m128i e) { in if_then_else() function
|
/external/libpng/powerpc/ |
D | filter_vsx_intrinsics.c | 483 #define if_then_else(c,t,e) vec_sel(e,t,c) macro
|
/external/skia/third_party/skcms/src/ |
D | Transform_inl.h | 144 #define if_then_else(cond, t, e) ((cond) ? (t) : (e)) macro 147 SI T if_then_else(C cond, T t, T e) { in if_then_else() function
|
/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/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
|
/external/skia/src/opts/ |
D | SkRasterPipeline_opts.h | 130 SI F if_then_else(I32 c, F t, F e) { return c ? t : e; } in if_then_else() function 924 SI V if_then_else(I32 c, V t, V e) { in if_then_else() function
|