Home
last modified time | relevance | path

Searched refs:xi0 (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/CXX/temp/temp.fct.spec/temp.deduct/temp.deduct.call/
Dp3-0x.cpp18 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/
Dtransform_neon.c407 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/
Dinstantiate-static-var.cpp12 X<int, 0> xi0; // expected-note{{in instantiation of template class 'X<int, 0>' requested here}} variable