OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:redNum
(Results
1 - 3
of
3
) sorted by null
/external/epid-sdk/ext/ipp/sources/ippcp/
pcpngmontexpstuff_avx512.h
74
cpSize
redNum
= cpDigitNum_avx512(ammBitSize, EXP_DIGIT_SIZE_AVX512);
75
return
redNum
;
pcpngmontexpstuff_sse2.h
75
cpSize
redNum
= cpDigitNum_sse2(ammBitSize, EXP_DIGIT_SIZE_SSE2);
76
return
redNum
;
pcpngmontexpstuff_avx2.h
75
cpSize
redNum
= cpDigitNum_avx2(ammBitSize, EXP_DIGIT_SIZE_AVX2);
76
return
redNum
;
Completed in 511 milliseconds