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 D | impl.h | 614 … 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 D | qasymm8_signed.cpp | 72 …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 D | qasymm8.cpp | 72 …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 D | ac_llvm_build.c | 1038 LLVMValueRef v[3], v01, voffset2; in ac_build_buffer_store_dword() local
|