Searched defs:VSIGN (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/bin/ps/ | ||
H A D | print.c | 1248 #define VSIGN 1 in printval() macro |
/netbsd-src/external/lgpl3/mpfr/dist/src/ | ||
H A D | mpfr-impl.h | 1189 #define VSIGN(I) (((I) > 0) - ((I) < 0)) macro |