Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/libdecnumber/
H A Ddecimal128.c82 uByte isneg = dn->bits & DECNEG; /* non-0 if original sign set */ in decimal128FromNumber() local
H A Ddecimal64.c82 uByte isneg = dn->bits & DECNEG; /* non-0 if original sign set */ in decimal64FromNumber() local
H A Ddecimal32.c82 uByte isneg = dn->bits & DECNEG; /* non-0 if original sign set */ in decimal32FromNumber() local
/openbsd-src/usr.bin/vi/ex/
H A Dex.c1815 int isneg; in ex_line() local
/openbsd-src/lib/libcrypto/x509/
H A Dx509_utl.c246 int isneg = 0, ishex = 0; s2i_ASN1_INTEGER() local