Searched defs:SGN (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/games/phantasia/
H A Dmacros.h9 #define SGN(X) ((X) < 0 ? -1 : 1) macro
/openbsd-current/games/atc/
H A Ddef.h53 #define SGN(x) ((x < 0) ? -1 : ((x > 0) ? 1 : 0)) macro

Completed in 168 milliseconds