Home
last modified time | relevance | path

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

/external/tpm2/
DMathFunctions.c404 int signA, signB; // sign of a and b in _math__Comp() local
410 signB = ((b[0] & 0x80) == 0) ? 1 : 0; in _math__Comp()
411 if(signA != signB) in _math__Comp()
413 return signA - signB; in _math__Comp()