Home
last modified time | relevance | path

Searched refs:NEG (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Denum-same-type.c2 NEG = -1, enumerator
8 _Static_assert([typeof(NIL)] == [typeof(NEG)], "enum same type");
9 _Static_assert([typeof(ONE)] == [typeof(NEG)], "enum same type");
10 _Static_assert([typeof(DUO)] == [typeof(NEG)], "enum same type");
/illumos-gate/usr/src/common/mpi/
H A Dmpi.c379 SIGN(mp) = NEG; in mp_set_int()
493 SIGN(&tmp) = NEG; in mp_sub_d()
734 SIGN(b) = (SIGN(b) == NEG) ? ZPOS : NEG; in mp_neg()
899 SIGN(c) = NEG; in mp_mul()
1230 if(SIGN(m) == NEG) in mp_mod()
1334 if(SIGN(a) == NEG) in mp_sqrt()
1856 SIGN(&v) = NEG; in mp_gcd()
2509 SIGN(mp) = NEG; in mp_read_raw()
2596 sig = NEG; in mp_read_radix()
2636 sig = NEG; in mp_read_variable_radix()
[all …]
H A Dmpi.h364 #define NEG MP_NEG macro
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dkdb_ldap.h89 #define NEG(val) (val <0) ? abs(val) : -val ; macro
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_comp.l143 "~" {return (NEG);}
H A Ditm_comp.y160 %right NOT NEG UMINUS
940 | NEG expr
/illumos-gate/usr/src/tools/smatch/src/
H A Dopcode.def74 OPCODE(NEG, BADOP, BADOP, FNEG, 1, OPF_TARGET)
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_proto.c131 #define NEG(x) -(x) macro
241 dlp->dl_sap_length = NEG(sap_length); in proto_info_req()