Home
last modified time | relevance | path

Searched refs:blendChoiceComplex (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/cpu/vec/vec256/vsx/
H A Dvec256_complex_float_vsx.h66 static std::enable_if_t<blendChoiceComplex(mask) == 0, Vectorized<ComplexFlt>>
73 static std::enable_if_t<blendChoiceComplex(mask) == 1, Vectorized<ComplexFlt>>
80 static std::enable_if_t<blendChoiceComplex(mask) == 2, Vectorized<ComplexFlt>>
87 static std::enable_if_t<blendChoiceComplex(mask) == 3, Vectorized<ComplexFlt>>
94 static std::enable_if_t<blendChoiceComplex(mask) == 4, Vectorized<ComplexFlt>>
102 static std::enable_if_t<blendChoiceComplex(mask) == 5, Vectorized<ComplexFlt>>
110 static std::enable_if_t<blendChoiceComplex(mask) == 6, Vectorized<ComplexFlt>>
119 static std::enable_if_t<blendChoiceComplex(mask) == 7, Vectorized<ComplexFlt>>
128 static std::enable_if_t<blendChoiceComplex(mask) == 8, Vectorized<ComplexFlt>>
H A Dvsx_helpers.h338 constexpr int blendChoiceComplex(uint32_t mask) { in blendChoiceComplex() function