Searched refs:isneg (Results 1 - 20 of 20) sorted by path

/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A Ddecimal128.c82 uByte isneg = dn->bits & DECNEG; /* non-0 if original sign set */ local
180 if (isneg)
H A Ddecimal32.c82 uByte isneg = dn->bits & DECNEG; /* non-0 if original sign set */ local
177 if (isneg)
H A Ddecimal64.c82 uByte isneg = dn->bits & DECNEG; /* non-0 if original sign set */ local
176 if (isneg)
/freebsd-11-stable/contrib/ntp/clockstuff/
H A Dchutest.c542 int isneg; local
728 isneg = 1;
730 isneg = 0;
758 if (isneg)
773 if (isneg)
H A Dpropdelay.c306 int isneg; local
315 isneg = 0;
317 isneg = 1;
319 isneg = -1;
325 isneg = 0;
327 isneg = 1;
329 isneg = -1;
332 if (isneg >= 0)
364 if (isneg == 1)
/freebsd-11-stable/contrib/ntp/include/
H A Dtimevalops.h84 int isneg = 0; \
91 isneg = 1; \
94 if (isneg) { \
/freebsd-11-stable/contrib/ntp/libntp/
H A Dadjtime.c303 int isneg = 0; local
310 isneg = 1;
348 adj.tick_nsec_inc = isneg ? -increment : increment;
H A Datoint.c19 register int isneg; local
26 isneg = 1;
29 isneg = 0;
46 if (isneg)
H A Datolfp.c40 int isneg; local
45 isneg = 0;
60 isneg = 1;
116 if (isneg)
H A Ddolfptoa.c146 int isneg; local
148 isneg = M_ISNEG(fpi);
149 if (isneg) {
153 return dolfptoa(fpi, fpf, (isneg?'-':'+'), ndec, FALSE);
164 int isneg; local
166 isneg = M_ISNEG(fpi);
167 if (isneg) {
171 return dolfptoa(fpi, fpf, (isneg?'-':'+'), ndec, TRUE);
H A Dsystime.c296 int isneg = 0; local
323 isneg = 1;
351 if (isneg) {
/freebsd-11-stable/contrib/ntp/ntpd/
H A Dntpsim.c557 int isneg = 0; local
567 isneg = 1;
582 if (isneg) {
/freebsd-11-stable/contrib/nvi/ex/
H A Dex.c1827 int isneg; local
2019 isneg = 1;
2021 isneg = 0;
2032 total += isneg ? -val : val;
/freebsd-11-stable/crypto/openssl/crypto/x509v3/
H A Dv3_utl.c179 int isneg, ishex; local
188 isneg = 1;
190 isneg = 0;
209 if (isneg && BN_is_zero(bn))
210 isneg = 0;
219 if (isneg)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlobject.c94 static int isneg (const char **s) { function
120 neg = isneg(&s); /* check signal */
137 neg1 = isneg(&s); /* signal */
/freebsd-11-stable/usr.bin/touch/
H A Dtouch.c360 int isneg; local
363 isneg = *arg == '-';
364 if (isneg)
379 if (isneg)
/freebsd-11-stable/contrib/lua/src/
H A Dlobject.c169 static int isneg (const char **s) { function
203 neg = isneg(&s); /* check signal */
229 neg1 = isneg(&s); /* signal */
304 neg = isneg(&s);
/freebsd-11-stable/contrib/ntp/ntpdate/
H A Dntpdate.c2017 int isneg = 0; local
2028 isneg = 1;
2047 if (isneg) {
2092 int isneg; local
2105 isneg = 1;
2107 isneg = 0;
2114 if (isneg) /* WTF! */
/freebsd-11-stable/contrib/ntp/ntpdc/
H A Dntpdc.c1643 int isneg; local
1651 isneg = 1;
1654 isneg = 0;
1662 if (isneg)
/freebsd-11-stable/contrib/ntp/ntpq/
H A Dntpq.c2446 int isneg; local
2454 isneg = 1;
2457 isneg = 0;
2465 if (isneg)

Completed in 201 milliseconds