Home
last modified time | relevance | path

Searched refs:isneg (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/gcc/libdecnumber/
H A Ddecimal128.c82 uByte isneg = dn->bits & DECNEG; /* non-0 if original sign set */ in decimal128FromNumber() local
180 if (isneg) in decimal128FromNumber()
H A Ddecimal64.c82 uByte isneg = dn->bits & DECNEG; /* non-0 if original sign set */ in decimal64FromNumber() local
176 if (isneg) in decimal64FromNumber()
H A Ddecimal32.c82 uByte isneg = dn->bits & DECNEG; /* non-0 if original sign set */ in decimal32FromNumber() local
177 if (isneg) in decimal32FromNumber()
/openbsd/lib/libcrypto/x509/
H A Dx509_utl.c253 int isneg = 0, ishex = 0; in s2i_ASN1_INTEGER() local
266 isneg = 1; in s2i_ASN1_INTEGER()
286 isneg = 0; in s2i_ASN1_INTEGER()
294 if (isneg) in s2i_ASN1_INTEGER()
/openbsd/usr.bin/vi/ex/
H A Dex.c1815 int isneg; in ex_line() local
2004 isneg = 1; in ex_line()
2006 isneg = 0; in ex_line()
2016 total += isneg ? -val : val; in ex_line()