Searched defs:if_then_else (Results 1 – 4 of 4) sorted by relevance
| /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/modules/skcms/src/ |
| D | Transform_inl.h | 150 #define if_then_else(cond, t, e) ((cond) ? (t) : (e)) macro 153 SI T if_then_else(C cond, T t, T e) { in if_then_else() function
|
| /external/skia/src/opts/ |
| D | SkRasterPipeline_opts.h | 124 SI F if_then_else(I32 c, F t, F e) { return c ? t : e; } in if_then_else() function 997 SI V if_then_else(I32 c, V t, V e) { in if_then_else() function
|