Home
last modified time | relevance | path

Searched defs:voffset2 (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/elementwise_binary/generic/neon/
H A Dimpl.h614 … int32x4_t voffset1, int32x4_t voffset2, float32x4_t vscale1, float32x4_t vscale2, in elementwise_arithm_op_quantized_loop()
632 … int32x4_t voffset1, int32x4_t voffset2, float32x4_t vscale1, float32x4_t vscale2, in elementwise_arithm_op_quantized_singed_loop()
681 … int32x4_t voffset1, int32x4_t voffset2, float32x4_t vscale1, float32x4_t vscale2, in elementwise_comp_op_quantized_loop()
699 … int32x4_t voffset1, int32x4_t voffset2, float32x4_t vscale1, float32x4_t vscale2, in elementwise_comp_op_quantized_signed_loop()
826 const int32x4_t voffset2 = vdupq_n_s32(input2_qinfo.offset); in elementwise_op_quantized() local
933 const int32x4_t voffset2 = vdupq_n_s32(input2_qinfo.offset); in elementwise_comp_quantized_signed() local
1040 const int32x4_t voffset2 = vdupq_n_s32(input2_qinfo.offset); in elementwise_op_quantized_signed() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/add/generic/sve2/
H A Dqasymm8_signed.cpp72 …const auto voffset2 = is_broadcast_input_2 ? svdup_n_s32(iq2_info.offset) : svdup_n_s32(iq1_info.o… in add_qasymm8_signed_sve2() local
135 const auto voffset2 = svdup_n_s32(iq2_info.offset); in add_qasymm8_signed_sve2() local
H A Dqasymm8.cpp72 …const svint32_t voffset2 = is_broadcast_input_2 ? svdup_n_s32(iq2_info.offset) : svdup_n_s32(iq1… in add_qasymm8_sve2() local
137 const auto voffset2 = svdup_n_s32(iq2_info.offset); in add_qasymm8_sve2() local
/aosp_15_r20/external/mesa3d/src/amd/llvm/
H A Dac_llvm_build.c1038 LLVMValueRef v[3], v01, voffset2; in ac_build_buffer_store_dword() local