Home
last modified time | relevance | path

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

/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/modules/skcms/src/
DTransform_inl.h150 #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/
DSkRasterPipeline_opts.h124 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