OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SGN
(Results
1 - 3
of
3
) sorted by relevancy
/src/games/phantasia/
macros.h
8
#define
SGN
(X) ((X) < 0 ? -1 : 1)
/src/games/atc/
def.h
56
#define
SGN
(x) ((x < 0) ? -1 : ((x > 0) ? 1 : 0))
/src/lib/libc/isc/
ev_timers.c
111
#define
SGN
(x) ((x) < 0 ? (-1) : (x) > 0 ? (1) : (0));
116
return
SGN
(s);
119
return
SGN
(n);
Completed in 40 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025