Searched refs:muladd1_by_32_half1 (Results 1 – 1 of 1) sorted by relevance
/dports/math/ntl/ntl-11.5.1/src/ |
H A D | mat_lzz_p.cpp | 2748 void muladd1_by_32_half1(long *x, const long *a, const long *b, in muladd1_by_32_half1() function 2829 muladd1_by_32_half1(x + i*MAT_BLK_SZ, a + i*MAT_BLK_SZ, b, n, p, ll_red_struct); in muladd_all_by_32() 2850 muladd1_by_32_half1(x + i*MAT_BLK_SZ, a + i*MAT_BLK_SZ, b, n, p, ll_red_struct); in muladd_all_by_32_width()
|