Home
last modified time | relevance | path

Searched defs:VSIGN (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/bin/ps/
H A Dprint.c1248 #define VSIGN 1 in printval() macro
/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dmpfr-impl.h1189 #define VSIGN(I) (((I) > 0) - ((I) < 0)) macro