Home
last modified time | relevance | path

Searched defs:if_then_else (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/libpng/intel/
H A Dfilter_sse2_intrinsics.c221 static __m128i if_then_else(__m128i c, __m128i t, __m128i e) { in if_then_else() function
/third_party/skia/src/opts/
H A DSkRasterPipeline_opts.h138 SI F if_then_else(I32 c, F t, F e) { return c ? t : e; } in if_then_else() function
945 SI V if_then_else(I32 c, V t, V e) { in if_then_else() function
[all...]
/third_party/skia/third_party/externals/libpng/powerpc/
H A Dfilter_vsx_intrinsics.c483 #define if_then_else(c,t,e) vec_sel(e,t,c) macro
[all...]
/third_party/skia/third_party/skcms/src/
H A DTransform_inl.h148 #define if_then_else(cond, t, e) ((cond) ? (t) : (e)) macro
151 SI T if_then_else(C cond, T t, T e) { in if_then_else() function
[all...]
/third_party/skia/include/private/
H A DSkVx.h443 SIT Vec<1,T> if_then_else(const Vec<1,M<T>>& cond, const Vec<1,T>& t, const Vec<1,T>& e) { in if_then_else() function
448 SINT Vec<N,T> if_then_else(const Vec<N,M<T>>& cond, const Vec<N,T>& t, const Vec<N,T>& e) { in if_then_else() function

Completed in 10 milliseconds