Home
last modified time | relevance | path

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

/linux-5.19.10/lib/mpi/
Dmpih-mul.c29 #define MPN_SQR_N_RECURSE(prodp, up, size, tspace) \ macro
261 MPN_SQR_N_RECURSE(prodp, up, esize, tspace); in mpih_sqr_n()
276 MPN_SQR_N_RECURSE(prodp + size, up + hsize, hsize, tspace); in mpih_sqr_n()
289 MPN_SQR_N_RECURSE(tspace, prodp, hsize, tspace + size); in mpih_sqr_n()
304 MPN_SQR_N_RECURSE(tspace, up, hsize, tspace + size); in mpih_sqr_n()