Home
last modified time | relevance | path

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

/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/maloc/src/base/maloc/
H A Dmaloc_base.h282 #define VSIGN(x,y) ((y) >= 0 ? (VABS(x)) : (-VABS(x))) macro
/dports/science/tinker/tinker/apbs/include/macos/maloc/
H A Dmaloc_base.h248 #define VSIGN(x,y) ((y) >= 0 ? (VABS(x)) : (-VABS(x))) macro
/dports/science/tinker/tinker/apbs/include/linux/maloc/
H A Dmaloc_base.h248 #define VSIGN(x,y) ((y) >= 0 ? (VABS(x)) : (-VABS(x))) macro
/dports/games/beret/beret-freebsd-ab3c397400be60ce69903389727acf6cdf0a3119/
H A Dthing.h29 TELESEEKER, ROBOT, SPIKEBALL, HOPPER, CARRIER, VSIGN, enumerator
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/src/
H A Dmpfr-impl.h1187 #define VSIGN(I) (((I) > 0) - ((I) < 0)) macro