Home
last modified time | relevance | path

Searched defs:tabr (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/tests/
Dfft.c104 static void fft_ref(FFTComplex *tabr, FFTComplex *tab, int nbits) in fft_ref()
/third_party/quickjs/
Dlibbf.c1130 static limb_t mp_mul1(limb_t *tabr, const limb_t *taba, limb_t n, in mp_mul1()
1145 static limb_t mp_add_mul1(limb_t *tabr, const limb_t *taba, limb_t n, in mp_add_mul1()
1198 static limb_t mp_sub_mul1(limb_t *tabr, const limb_t *taba, limb_t n, in mp_sub_mul1()
1245 static limb_t mp_div1norm(limb_t *tabr, const limb_t *taba, limb_t n, in mp_div1norm()
1351 int mp_recip(bf_context_t *s, limb_t *tabr, const limb_t *taba, limb_t n) in mp_recip()
5645 limb_t mp_mul1_dec(limb_t *tabr, const limb_t *taba, mp_size_t n, in mp_mul1_dec()
5662 limb_t mp_add_mul1_dec(limb_t *tabr, const limb_t *taba, mp_size_t n, in mp_add_mul1_dec()
5681 limb_t mp_sub_mul1_dec(limb_t *tabr, const limb_t *taba, mp_size_t n, in mp_sub_mul1_dec()
5724 limb_t mp_div1_dec(limb_t *tabr, const limb_t *taba, mp_size_t na, in mp_div1_dec()
7974 NTTLimb *tabr, limb_t fft_len, in limb_to_ntt()
[all …]