Home
last modified time | relevance | path

Searched refs:tw2 (Results 1 – 6 of 6) sorted by relevance

/third_party/boost/libs/interprocess/test/
Dsharable_mutex_test_template.hpp131 boost::interprocess::ipcdetail::OS_thread_t tw2; in test_plain_sharable_mutex() local
132 … boost::interprocess::ipcdetail::thread_launch(tw2, thread_adapter<SM>(plain_exclusive, &e2, mtx)); in test_plain_sharable_mutex()
144 boost::interprocess::ipcdetail::thread_join(tw2); in test_plain_sharable_mutex()
175 boost::interprocess::ipcdetail::OS_thread_t tw2; in test_plain_sharable_mutex() local
176 … boost::interprocess::ipcdetail::thread_launch(tw2, thread_adapter<SM>(plain_exclusive,&e2, mtx)); in test_plain_sharable_mutex()
180 boost::interprocess::ipcdetail::thread_join(tw2); in test_plain_sharable_mutex()
215 boost::interprocess::ipcdetail::OS_thread_t tw2; in test_try_sharable_mutex() local
216 boost::interprocess::ipcdetail::thread_launch(tw2, thread_adapter<SM>(try_exclusive,&e2,mtx)); in test_try_sharable_mutex()
218 boost::interprocess::ipcdetail::thread_join(tw2); in test_try_sharable_mutex()
248 boost::interprocess::ipcdetail::OS_thread_t tw2; in test_timed_sharable_mutex() local
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/fft/
Dkiss_fft_f32.c40 kiss_fft_f32_cpx *tw1, *tw2, *tw3; in kf_bfly4() local
47 tw3 = tw2 = tw1 = st->twiddles; in kf_bfly4()
56 C_MUL (scratch[1], Fout[m2], *tw2); in kf_bfly4()
65 tw2 += fstride * 2; in kf_bfly4()
90 kiss_fft_f32_cpx *tw1, *tw2; in kf_bfly3() local
95 tw1 = tw2 = st->twiddles; in kf_bfly3()
103 C_MUL (scratch[2], Fout[m2], *tw2); in kf_bfly3()
108 tw2 += fstride * 2; in kf_bfly3()
Dkiss_fft_s16.c40 kiss_fft_s16_cpx *tw1, *tw2, *tw3; in kf_bfly4() local
47 tw3 = tw2 = tw1 = st->twiddles; in kf_bfly4()
56 C_MUL (scratch[1], Fout[m2], *tw2); in kf_bfly4()
65 tw2 += fstride * 2; in kf_bfly4()
90 kiss_fft_s16_cpx *tw1, *tw2; in kf_bfly3() local
95 tw1 = tw2 = st->twiddles; in kf_bfly3()
103 C_MUL (scratch[2], Fout[m2], *tw2); in kf_bfly3()
108 tw2 += fstride * 2; in kf_bfly3()
Dkiss_fft_f64.c40 kiss_fft_f64_cpx *tw1, *tw2, *tw3; in kf_bfly4() local
47 tw3 = tw2 = tw1 = st->twiddles; in kf_bfly4()
56 C_MUL (scratch[1], Fout[m2], *tw2); in kf_bfly4()
65 tw2 += fstride * 2; in kf_bfly4()
90 kiss_fft_f64_cpx *tw1, *tw2; in kf_bfly3() local
95 tw1 = tw2 = st->twiddles; in kf_bfly3()
103 C_MUL (scratch[2], Fout[m2], *tw2); in kf_bfly3()
108 tw2 += fstride * 2; in kf_bfly3()
Dkiss_fft_s32.c40 kiss_fft_s32_cpx *tw1, *tw2, *tw3; in kf_bfly4() local
47 tw3 = tw2 = tw1 = st->twiddles; in kf_bfly4()
56 C_MUL (scratch[1], Fout[m2], *tw2); in kf_bfly4()
65 tw2 += fstride * 2; in kf_bfly4()
90 kiss_fft_s32_cpx *tw1, *tw2; in kf_bfly3() local
95 tw1 = tw2 = st->twiddles; in kf_bfly3()
103 C_MUL (scratch[2], Fout[m2], *tw2); in kf_bfly3()
108 tw2 += fstride * 2; in kf_bfly3()
/third_party/cmsis/CMSIS/DSP/Source/TransformFunctions/
Darm_cfft_f32.c874 const float32_t *tw2, *tw3, *tw4; in arm_cfft_radix8by4_f32() local
892 tw2 = tw3 = tw4 = (float32_t *) S->pTwiddle; in arm_cfft_radix8by4_f32()
929 tw2 += twMod2; in arm_cfft_radix8by4_f32()
973 twR = *tw2++; in arm_cfft_radix8by4_f32()
974 twI = *tw2++; in arm_cfft_radix8by4_f32()
1067 twR = tw2[0]; in arm_cfft_radix8by4_f32()
1068 twI = tw2[1]; in arm_cfft_radix8by4_f32()