Searched refs:SIGN (Results 1 - 10 of 10) 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.c158 SIGN(mp) = ZPOS;
192 SIGN(mp) = SIGN(from);
252 SIGN(to) = SIGN(from);
332 SIGN(mp) = ZPOS;
379 SIGN(mp) = NEG;
439 if(SIGN(&tmp) == ZPOS) {
452 SIGN(&tmp) = ZPOS;
483 if(SIGN(
[all...]
H A Dmp_gf2m.c337 SIGN(c) = ZPOS;
481 SIGN(r) = ZPOS;
H A Dmpi.h372 #define SIGN(MP) MP_SIGN(MP) macro
/illumos-gate/usr/src/tools/codesign/
H A Dcodesign_server.pl73 if (/^SIGN (\d+) (\S+) (\S+)/) {
150 audit("SIGN $path $cred $hash");
157 # an OK SIGN response that includes the file size, followed by
171 print "OK SIGN $size $path\n";
H A Dsignit.pl144 if ($str =~ /^OK SIGN (\d+)/) {
200 # sending a SIGN command with the given arguments, followed by
208 print SRV_IN "SIGN $size $args\n";
/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 79 milliseconds