Searched refs:signx (Results 1 – 1 of 1) sorted by relevance
12 int signx, signy, signres; in remquo() local20 signx = (mswx & 0x80000000) >> 31; in remquo()23 signres = (signx ^ signy) ? -1 : 1; in remquo()
Completed in 3 milliseconds