Home
last modified time | relevance | path

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

/linux-4.19.296/lib/mpi/
Dmpih-mul.c42 #define MPN_SQR_N_RECURSE(prodp, up, size, tspace) \ macro
274 MPN_SQR_N_RECURSE(prodp, up, esize, tspace); in mpih_sqr_n()
289 MPN_SQR_N_RECURSE(prodp + size, up + hsize, hsize, tspace); in mpih_sqr_n()
302 MPN_SQR_N_RECURSE(tspace, prodp, hsize, tspace + size); in mpih_sqr_n()
317 MPN_SQR_N_RECURSE(tspace, up, hsize, tspace + size); in mpih_sqr_n()