Home
last modified time | relevance | path

Searched defs:ptrue (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/arm-optimized-routines/pl/math/
H A Dsv_cos_2u5.c48 svbool_t ptrue = svptrue_b64 (); in SV_NAME_D1() local
H A Dsv_sin_3u5.c51 const svbool_t ptrue = svptrue_b64 (); in SV_NAME_D1() local
H A Dsv_powf_2u6.c209 const svbool_t ptrue = svptrue_b64 (); in sv_powf_core() local
/aosp_15_r20/external/vixl/src/aarch64/
H A Dassembler-sve-aarch64.cc6302 void Assembler::ptrue(const PRegisterWithLaneSize& pd, int pattern) { in ptrue() function in vixl::aarch64::Assembler
H A Dlogic-aarch64.cc6400 LogicPRegister Simulator::ptrue(VectorFormat vform, in ptrue() function in vixl::aarch64::Simulator
/aosp_15_r20/external/vixl/test/aarch64/
H A Dtest-assembler-sve-aarch64.cc14799 const PRegisterM& ptrue, in FPSegmentPatternHelper()