Searched defs:SIGN (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/sparc/
H A Disinf.c51 #define SIGN 0x80000000 macro
53 if ((d0 & ~(EXPONENT|SIGN)) == 0 && d1 == 0 ) return 0; /* must have bits */
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dl64a.c40 #define SIGN (-(1L << (BITSPERLONG - BITSPERCHAR - 1))) macro
63 lg = ((lg < 0) ? (lg >> BITSPERCHAR) | SIGN :
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dl64a.c53 #define SIGN (-(1 << (BITSUSED - BITSPERCHAR - 1))) macro
79 lg = ((lg < 0) ? (lg >> BITSPERCHAR) | SIGN :
/illumos-gate/usr/src/common/mpi/
H A Dmpi.h372 #define SIGN(MP) MP_SIGN(MP) macro
/illumos-gate/usr/src/cmd/cmd-crypto/elfsign/
H A Delfsign.c55 #define SIGN "sign" macro
177 if (strcmp(scmd, SIGN) == 0) {
/illumos-gate/usr/src/uts/common/klm/
H A Dnlm_impl.c114 #define SIGN(x) (((x) > 0) - ((x) < 0)) macro
1580 return (SIGN(res));
1599 return (SIGN(res));

Completed in 78 milliseconds