Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/casper/
Dfsl_casper.c812 uint64_t nprime, Nmod_0; in MultprecGenNp64() local
813 Nmod_0 = GET_WORD(&Nmod[0]) | ((uint64_t)GET_WORD(&Nmod[1]) << 32); in MultprecGenNp64()
815 #define COMP_NPN_1 ((2U - Nmod_0 * nprime) * nprime) /* computes N`*N0=1 mod 2^P where P is the pa… in MultprecGenNp64()
816 nprime = (((2U + Nmod_0) & 4U) << 1) + Nmod_0; /* mod 2^4 */ in MultprecGenNp64()