Home
last modified time | relevance | path

Searched defs:if_then_else (Results 1 – 7 of 7) sorted by relevance

/external/pdfium/third_party/libpng16/intel/
Dfilter_sse2_intrinsics.c221 static __m128i if_then_else(__m128i c, __m128i t, __m128i e) { in if_then_else() function
/external/libpng/intel/
Dfilter_sse2_intrinsics.c221 static __m128i if_then_else(__m128i c, __m128i t, __m128i e) { in if_then_else() function
/external/libpng/powerpc/
Dfilter_vsx_intrinsics.c483 #define if_then_else(c,t,e) vec_sel(e,t,c) macro
/external/skia/third_party/skcms/src/
DTransform_inl.h144 #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/
DTransform_inl.h129 SI T if_then_else(I32 cond, T t, T e) { in if_then_else() function
/external/skqp/src/opts/
DSkRasterPipeline_opts.h145 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/
DSkRasterPipeline_opts.h130 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