Searched refs:__checkint_is_mixed_sign64 (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/removefile-33/
H A Dcheckint.h60 __checkint_is_mixed_sign64(int64_t x, int64_t y) {return ((x ^ y) < 0);} function
95 if (__checkint_is_mixed_sign64(x,y)) {
176 if(__checkint_is_mixed_sign64(x, y))
272 if(!__checkint_is_mixed_sign64(x, y))

Completed in 66 milliseconds