Searched refs:signB (Results 1 – 1 of 1) sorted by relevance
404 int signA, signB; // sign of a and b in _math__Comp() local410 signB = ((b[0] & 0x80) == 0) ? 1 : 0; in _math__Comp()411 if(signA != signB) in _math__Comp()413 return signA - signB; in _math__Comp()