Searched refs:cos0 (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ppc/ |
D | fft_init.c | 63 vec_f cos,sin,cos0,sin0,cos1,sin1,re,im,r0,i0,r1,i1,a,b,c,d; in imdct_half_altivec() local 69 …cos = vec_perm(cos0, cos1, vcprm(o0,o1,s##o2,s##o3)); /* { cos[k], cos[k+1], cos[-k-2], cos[-k-1] … in imdct_half_altivec() 87 cos0 = tcos[k]; in imdct_half_altivec()
|
/third_party/boost/libs/math/test/ |
D | test_autodiff_2.cpp | 358 auto cos0 = cos(make_fvar<T, 0>(cx)); in BOOST_AUTO_TEST_CASE_TEMPLATE() local 359 BOOST_CHECK_CLOSE(cos0.derivative(0u), cos(cx), eps); in BOOST_AUTO_TEST_CASE_TEMPLATE()
|