Searched refs:xi0 (Results 1 – 4 of 4) sorted by relevance
/external/opencv3/modules/hal/src/ |
D | mathfuncs.cpp | 481 __m128i xi0, xi1, xi2, xi3; in exp() local 496 xi0 = _mm_cvtpd_epi32(xd0); in exp() 502 xd0 = _mm_sub_pd(xd0, _mm_cvtepi32_pd(xi0)); in exp() 513 xi0 = _mm_unpacklo_epi64(xi0, xi2); in exp() 515 xi0 = _mm_packs_epi32(xi0, xi1); in exp() 517 _mm_store_si128((__m128i*)tab_idx, _mm_and_si128(xi0, _mm_set1_epi16(EXPTAB_MASK))); in exp() 519 xi0 = _mm_add_epi16(_mm_srai_epi16(xi0, EXPTAB_SCALE), _mm_set1_epi16(127)); in exp() 520 xi0 = _mm_max_epi16(xi0, _mm_setzero_si128()); in exp() 521 xi0 = _mm_min_epi16(xi0, _mm_set1_epi16(255)); in exp() 522 xi1 = _mm_unpackhi_epi16(xi0, _mm_setzero_si128()); in exp() [all …]
|
/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/ |
D | p3-0x.cpp | 18 X<int> xi0 = f0(prvalue<int>()); in test_f0() local 30 X<int> xi0 = f1(prvalue<int>()); in test_f1() local
|
/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/ |
D | transform_neon.c | 407 int64x2_t xi0 = vmull_s32(vget_low_s32(tmpr_0), vget_low_s32(outre2_0)); in PostShiftAndDivideAndDemodulateNeon() local 411 xi0 = vmlal_s32(xi0, vget_low_s32(tmpi_0), vget_low_s32(outre1_0)); in PostShiftAndDivideAndDemodulateNeon() 436 outre2_0 = vcombine_s32(vrshrn_n_s64(xi0, 10), vrshrn_n_s64(xi1, 10)); in PostShiftAndDivideAndDemodulateNeon()
|
/external/clang/test/SemaTemplate/ |
D | instantiate-static-var.cpp | 12 X<int, 0> xi0; // expected-note{{in instantiation of template class 'X<int, 0>' requested here}} variable
|