Searched refs:nPrecomputed (Results 1 – 4 of 4) sorted by relevance
70 cpSize nPrecomputed = 1 << w; in cpMontExpScratchBufferSize() local72 cpSize bufferSize = elmDataSize*nPrecomputed + (CACHE_LINE_SIZE - 1); in cpMontExpScratchBufferSize()
87 … const int nPrecomputed = 1<<(w-1); /* because of signed digit representation of scalar is uses */ variable91 *pBufferSize = nScalars * pointDataSize*nPrecomputed + CACHE_LINE_SIZE;
95 int nPrecomputed = 1<<w; variable97 *pBufferSize = elmDataSize*nPrecomputed + (CACHE_LINE_SIZE-1);
111 int nPrecomputed = 1<<w; in cpGFpxExp() local138 for(n=1; n<nPrecomputed; n++) { in cpGFpxExp()164 BNU_CHUNK_T dmask = nPrecomputed-1; in cpGFpxExp()