Searched defs:if_then_else (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/libpng/intel/ |
H A D | filter_sse2_intrinsics.c | 221 static __m128i if_then_else(__m128i c, __m128i t, __m128i e) { in if_then_else() function
|
/third_party/skia/src/opts/ |
H A D | SkRasterPipeline_opts.h | 138 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 D | filter_vsx_intrinsics.c | 483 #define if_then_else(c,t,e) vec_sel(e,t,c) macro [all...] |
/third_party/skia/third_party/skcms/src/ |
H A D | Transform_inl.h | 148 #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 D | SkVx.h | 443 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