Home
last modified time | relevance | path

Searched defs:SGN (Results 1 – 3 of 3) sorted by relevance

/dragonfly/games/atc/
H A Ddef.h54 #define SGN(x) ((x < 0) ? -1 : ((x > 0) ? 1 : 0)) macro
/dragonfly/lib/libvgl/
H A Dsimple.c40 #define SGN(a) (((a)<0) ? -1 : 1) macro
/dragonfly/contrib/gcc-8.0/gcc/
H A Dpretty-print.h325 #define pp_wide_int(PP, W, SGN) \ argument