Home
last modified time | relevance | path

Searched refs:vmlaq_s16 (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dquantization_utils.h533 vmlaq_s16(top_left_x_res, top_right_sub_top_left, x_lerp); in ComputeLerp8x8()
538 vmlaq_s16(bottom_left_x_res, bottom_right_sub_bottom_left, x_lerp); in ComputeLerp8x8()
544 vmlaq_s16(top_x_res, bottom_sub_top, y_lerp); in ComputeLerp8x8()
/external/libaom/libaom/av1/common/arm/
Dwarp_plane_neon.c215 pix_0 = vmlaq_s16(pix_0, coeff_1, pix_1); in convolve()
/external/libgav1/libgav1/src/dsp/arm/
Dconvolve_neon.cc1237 sum_mixed = vmlaq_s16(sum_mixed, mixed_taps[1], in ConvolveKernelHorizontalMixed6Tap()
/external/neon_2_sse/
DNEON_2_SSE.h572 _NEON2SSESTORAGE int16x8_t vmlaq_s16(int16x8_t a, int16x8_t b, int16x8_t c); // VMLA.I16 q0,q0,q0
3828 return64(vmlaq_s16(_pM128i(a),_pM128i(b), _pM128i(c))); in vmla_s16()
3900 _NEON2SSESTORAGE int16x8_t vmlaq_s16(int16x8_t a, int16x8_t b, int16x8_t c); // VMLA.I16 q0,q0,q0
3901 _NEON2SSE_INLINE int16x8_t vmlaq_s16(int16x8_t a, int16x8_t b, int16x8_t c) // VMLA.I16 q0,q0,q0 in vmlaq_s16() function
3950 #define vmlaq_u16 vmlaq_s16
13341 return vmlaq_s16(a,b,c);
14062 return vmlaq_s16(a,b,scalar); in vmlaq_n_s16()
/external/llvm-project/clang/test/CodeGen/
Daarch64-neon-intrinsics.c466 return vmlaq_s16(v1, v2, v3); in test_vmlaq_s16()
Darm_neon_intrinsics.c7012 return vmlaq_s16(a, b, c); in test_vmlaq_s16()
/external/clang/test/CodeGen/
Daarch64-neon-intrinsics.c469 return vmlaq_s16(v1, v2, v3); in test_vmlaq_s16()
Darm_neon_intrinsics.c8877 return vmlaq_s16(a, b, c); in test_vmlaq_s16()