Searched refs:x_vec (Results 1 – 7 of 7) sorted by relevance
/external/webrtc/modules/audio_coding/neteq/tools/ |
D | neteq_delay_analyzer.cc | 39 const std::vector<int64_t>& x_vec, in LinearInterpolate() argument 42 auto it = std::upper_bound(x_vec.begin(), x_vec.end(), x); in LinearInterpolate() 43 if (it == x_vec.end()) { in LinearInterpolate() 46 const size_t upper_ix = it - x_vec.begin(); in LinearInterpolate() 49 if (upper_ix == 0 || x_vec[upper_ix] <= x) { in LinearInterpolate() 58 RTC_DCHECK_NE(x_vec[lower_ix], x_vec[upper_ix]); in LinearInterpolate() 59 y = (x - x_vec[lower_ix]) * (y_vec[upper_ix] - y_vec[lower_ix]) / in LinearInterpolate() 60 (x_vec[upper_ix] - x_vec[lower_ix]) + in LinearInterpolate()
|
/external/piex/src/binary_parse/ |
D | range_checked_byte_ptr.cc | 265 std::vector<unsigned char> x_vec = x.extractBytes(0, num); in memcmp() local 269 return ::memcmp(&x_vec[0], &y_vec[0], num); in memcmp() 277 std::vector<unsigned char> x_vec = x.extractBytes(0, y.length()); in strcmp() local 280 return ::memcmp(&x_vec[0], y.c_str(), y.length()); in strcmp()
|
/external/llvm/test/CodeGen/AArch64/ |
D | arm64-neon-v8.1a.ll | 329 %x_vec = insertelement <4 x i16> undef, i16 %x, i64 0 331 %prod_vec = call <4 x i16> @llvm.aarch64.neon.sqrdmulh.v4i16(<4 x i16> %x_vec, <4 x i16> %y_vec) 343 %x_vec = insertelement <4 x i32> undef, i32 %x, i64 0 345 %prod_vec = call <4 x i32> @llvm.aarch64.neon.sqrdmulh.v4i32(<4 x i32> %x_vec, <4 x i32> %y_vec) 358 %x_vec = insertelement <4 x i16> undef, i16 %x, i64 0 360 %prod_vec = call <4 x i16> @llvm.aarch64.neon.sqrdmulh.v4i16(<4 x i16> %x_vec, <4 x i16> %y_vec) 372 %x_vec = insertelement <4 x i32> undef, i32 %x, i64 0 374 %prod_vec = call <4 x i32> @llvm.aarch64.neon.sqrdmulh.v4i32(<4 x i32> %x_vec, <4 x i32> %y_vec) 411 %x_vec = insertelement <4 x i16> undef, i16 %x, i64 0 412 %prod = call <4 x i16> @llvm.aarch64.neon.sqrdmulh.v4i16(<4 x i16> %x_vec, <4 x i16> %shuffle) [all …]
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | arm64-neon-v8.1a.ll | 332 %x_vec = insertelement <4 x i16> undef, i16 %x, i64 0 334 %prod_vec = call <4 x i16> @llvm.aarch64.neon.sqrdmulh.v4i16(<4 x i16> %x_vec, <4 x i16> %y_vec) 346 %x_vec = insertelement <4 x i32> undef, i32 %x, i64 0 348 %prod_vec = call <4 x i32> @llvm.aarch64.neon.sqrdmulh.v4i32(<4 x i32> %x_vec, <4 x i32> %y_vec) 361 %x_vec = insertelement <4 x i16> undef, i16 %x, i64 0 363 %prod_vec = call <4 x i16> @llvm.aarch64.neon.sqrdmulh.v4i16(<4 x i16> %x_vec, <4 x i16> %y_vec) 375 %x_vec = insertelement <4 x i32> undef, i32 %x, i64 0 377 %prod_vec = call <4 x i32> @llvm.aarch64.neon.sqrdmulh.v4i32(<4 x i32> %x_vec, <4 x i32> %y_vec) 414 %x_vec = insertelement <4 x i16> undef, i16 %x, i64 0 415 %prod = call <4 x i16> @llvm.aarch64.neon.sqrdmulh.v4i16(<4 x i16> %x_vec, <4 x i16> %shuffle) [all …]
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | scale_msa.cc | 641 v4i32 x_vec = __msa_fill_w(x); in ScaleARGBCols_MSA() local 649 x_vec += vec0; in ScaleARGBCols_MSA() 652 vec2 = x_vec >> 16; in ScaleARGBCols_MSA() 653 x_vec += vec1; in ScaleARGBCols_MSA()
|
/external/libyuv/files/source/ |
D | scale_msa.cc | 641 v4i32 x_vec = __msa_fill_w(x); in ScaleARGBCols_MSA() local 649 x_vec += vec0; in ScaleARGBCols_MSA() 652 vec2 = x_vec >> 16; in ScaleARGBCols_MSA() 653 x_vec += vec1; in ScaleARGBCols_MSA()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | constant_folding_test.cc | 540 Output x_vec = ops::Placeholder(s.WithOpName("x_vec"), DT_FLOAT, in TEST_F() local 544 Output child1 = ops::BiasAdd(s.WithOpName("child1"), c_mat, x_vec); in TEST_F() 546 Output child1a = ops::BiasAdd(s.WithOpName("child1a"), c_mat, x_vec); in TEST_F() 554 Output child3 = ops::Add(s.WithOpName("child3"), c_mat, x_vec); in TEST_F() 556 Output child3a = ops::Add(s.WithOpName("child3a"), x_vec, c_mat); in TEST_F() 559 Output child4 = ops::BiasAdd(s.WithOpName("child4"), c_mat, x_vec); in TEST_F() 563 Output child5 = ops::Add(s.WithOpName("child5"), x_vec, x_vec); in TEST_F() 565 Output child6 = ops::Add(s.WithOpName("child6"), x_vec, c_vec); in TEST_F()
|