Searched refs:y_vec (Results 1 – 4 of 4) sorted by relevance
/external/webrtc/modules/audio_coding/neteq/tools/ |
D | neteq_delay_analyzer.cc | 40 const std::vector<int64_t>& y_vec) { in LinearInterpolate() argument 56 y = y_vec[lower_ix]; in LinearInterpolate() 59 y = (x - x_vec[lower_ix]) * (y_vec[upper_ix] - y_vec[lower_ix]) / in LinearInterpolate() 61 y_vec[lower_ix]; in LinearInterpolate()
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-neon-v8.1a.ll | 330 %y_vec = insertelement <4 x i16> undef, i16 %y, i64 0 331 %prod_vec = call <4 x i16> @llvm.aarch64.neon.sqrdmulh.v4i16(<4 x i16> %x_vec, <4 x i16> %y_vec) 344 %y_vec = insertelement <4 x i32> undef, i32 %y, i64 0 345 %prod_vec = call <4 x i32> @llvm.aarch64.neon.sqrdmulh.v4i32(<4 x i32> %x_vec, <4 x i32> %y_vec) 359 %y_vec = insertelement <4 x i16> undef, i16 %y, i64 0 360 %prod_vec = call <4 x i16> @llvm.aarch64.neon.sqrdmulh.v4i16(<4 x i16> %x_vec, <4 x i16> %y_vec) 373 %y_vec = insertelement <4 x i32> undef, i32 %y, i64 0 374 %prod_vec = call <4 x i32> @llvm.aarch64.neon.sqrdmulh.v4i32(<4 x i32> %x_vec, <4 x i32> %y_vec) 408 define i16 @test_sqrdmlah_extract_i16(i16 %acc, i16 %x, <4 x i16> %y_vec) { 410 %shuffle = shufflevector <4 x i16> %y_vec, <4 x i16> undef, <4 x i32> <i32 1,i32 1,i32 1,i32 1> [all …]
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | arm64-neon-v8.1a.ll | 333 %y_vec = insertelement <4 x i16> undef, i16 %y, i64 0 334 %prod_vec = call <4 x i16> @llvm.aarch64.neon.sqrdmulh.v4i16(<4 x i16> %x_vec, <4 x i16> %y_vec) 347 %y_vec = insertelement <4 x i32> undef, i32 %y, i64 0 348 %prod_vec = call <4 x i32> @llvm.aarch64.neon.sqrdmulh.v4i32(<4 x i32> %x_vec, <4 x i32> %y_vec) 362 %y_vec = insertelement <4 x i16> undef, i16 %y, i64 0 363 %prod_vec = call <4 x i16> @llvm.aarch64.neon.sqrdmulh.v4i16(<4 x i16> %x_vec, <4 x i16> %y_vec) 376 %y_vec = insertelement <4 x i32> undef, i32 %y, i64 0 377 %prod_vec = call <4 x i32> @llvm.aarch64.neon.sqrdmulh.v4i32(<4 x i32> %x_vec, <4 x i32> %y_vec) 411 define i16 @test_sqrdmlah_extract_i16(i16 %acc, i16 %x, <4 x i16> %y_vec) { 413 %shuffle = shufflevector <4 x i16> %y_vec, <4 x i16> undef, <4 x i32> <i32 1,i32 1,i32 1,i32 1> [all …]
|
/external/piex/src/binary_parse/ |
D | range_checked_byte_ptr.cc | 266 std::vector<unsigned char> y_vec = y.extractBytes(0, num); in memcmp() local 269 return ::memcmp(&x_vec[0], &y_vec[0], num); in memcmp()
|