Home
last modified time | relevance | path

Searched defs:blendv (Results 1 – 25 of 25) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec512/
H A Dvec512_int.h63 static Vectorized<int64_t> blendv(const Vectorized<int64_t>& a, const Vectorized<int64_t>& b, in blendv() function
192 static Vectorized<int32_t> blendv(const Vectorized<int32_t>& a, const Vectorized<int32_t>& b, in blendv() function
382 static Vectorized<int16_t> blendv(const Vectorized<int16_t>& a, const Vectorized<int16_t>& b, in blendv() function
798 static Vectorized<int8_t> blendv(const Vectorized<int8_t>& a, const Vectorized<int8_t>& b, in blendv() function
847 static Vectorized<uint8_t> blendv(const Vectorized<uint8_t>& a, const Vectorized<uint8_t>& b, in blendv() function
H A Dvec512_double.h49 static Vectorized<double> blendv(const Vectorized<double>& a, const Vectorized<double>& b, in blendv() function
H A Dvec512_complex_double.h91 static Vectorized<c10::complex<double>> blendv(const Vectorized<c10::complex<double>>& a, in blendv() function
H A Dvec512_complex_float.h584 static Vectorized<c10::complex<float>> blendv(const Vectorized<c10::complex<float>>& a, in blendv() function
H A Dvec512_float.h50 static Vectorized<float> blendv(const Vectorized<float>& a, const Vectorized<float>& b, in blendv() function
H A Dvec512_bfloat16.h292 static Vectorized<T> blendv(const Vectorized<T>& a, in blendv() function
/aosp_15_r20/external/executorch/kernels/optimized/vec/vec256/
H A Dvec256_int.h79 static Vectorized<int64_t> blendv(const Vectorized<int64_t>& a, const Vectorized<int64_t>& b, in blendv() function
192 static Vectorized<int32_t> blendv(const Vectorized<int32_t>& a, const Vectorized<int32_t>& b, in blendv() function
388 static Vectorized<int16_t> blendv(const Vectorized<int16_t>& a, const Vectorized<int16_t>& b, in blendv() function
604 static Vectorized<T> blendv(const Vectorized<T>& a, const Vectorized<T>& b, in blendv() function
H A Dvec256_double.h53 static Vectorized<double> blendv(const Vectorized<double>& a, const Vectorized<double>& b, in blendv() function
H A Dvec256_float.h53 static Vectorized<float> blendv(const Vectorized<float>& a, const Vectorized<float>& b, in blendv() function
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec256/
H A Dvec256_int.h70 static Vectorized<int64_t> blendv(const Vectorized<int64_t>& a, const Vectorized<int64_t>& b, in blendv() function
182 static Vectorized<int32_t> blendv(const Vectorized<int32_t>& a, const Vectorized<int32_t>& b, in blendv() function
377 static Vectorized<int16_t> blendv(const Vectorized<int16_t>& a, const Vectorized<int16_t>& b, in blendv() function
592 static Vectorized<T> blendv(const Vectorized<T>& a, const Vectorized<T>& b, in blendv() function
H A Dvec256_complex_double.h61 …static Vectorized<c10::complex<double>> blendv(const Vectorized<c10::complex<double>>& a, const Ve… in blendv() function
H A Dvec256_complex_float.h90 …static Vectorized<c10::complex<float>> blendv(const Vectorized<c10::complex<float>>& a, const Vect… in blendv() function
H A Dvec256_double.h45 static Vectorized<double> blendv(const Vectorized<double>& a, const Vectorized<double>& b, in blendv() function
H A Dvec256_float.h45 static Vectorized<float> blendv(const Vectorized<float>& a, const Vectorized<float>& b, in blendv() function
H A Dvec256_bfloat16.h257 static Vectorized<T> blendv(const Vectorized<T>& a, in blendv() function
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/
H A Dvec_n.h118 static VectorizedN<T, N> blendv( in blendv() function
H A Dvec_base.h212 static Vectorized<T> blendv(const Vectorized<T>& a, const Vectorized<T>& b, in blendv() function
/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec256/vsx/
H A Dvec256_int64_vsx.h110 static Vectorized<int64_t> C10_ALWAYS_INLINE blendv( in blendv() function
H A Dvec256_int32_vsx.h145 static Vectorized<int32_t> C10_ALWAYS_INLINE blendv( in blendv() function
H A Dvec256_int16_vsx.h192 static Vectorized<int16_t> C10_ALWAYS_INLINE blendv( in blendv() function
H A Dvec256_double_vsx.h136 static Vectorized<double> C10_ALWAYS_INLINE blendv( in blendv() function
H A Dvec256_float_vsx.h127 static Vectorized<float> C10_ALWAYS_INLINE blendv( in blendv() function
H A Dvec256_complex_double_vsx.h98 static Vectorized<ComplexDbl> blendv( in blendv() function
H A Dvec256_complex_float_vsx.h148 static Vectorized<ComplexFlt> blendv( in blendv() function
/aosp_15_r20/external/executorch/kernels/optimized/vec/
H A Dvec_base.h142 static Vectorized<T> blendv(const Vectorized<T>& a, const Vectorized<T>& b, in blendv() function