OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sgnA
(Results
1 - 2
of
2
) sorted by null
/external/epid-sdk/ext/ipp/sources/ippcp/
pcpbnarithadd.c
97
IppsBigNumSGN
sgnA
= BN_SIGN(pA);
104
if(
sgnA
==sgnB) {
119
BN_SIGN(pR) =
sgnA
;
141
BN_SIGN(pR) = cmpRes>0?
sgnA
: INVERSE_SIGN(
sgnA
);
pcpbnarithsub.c
97
IppsBigNumSGN
sgnA
= BN_SIGN(pA);
104
if(
sgnA
!=sgnB) {
119
BN_SIGN(pR) =
sgnA
;
141
BN_SIGN(pR) = cmpRes>0?
sgnA
: INVERSE_SIGN(
sgnA
);
Completed in 1194 milliseconds