Searched refs:isneg (Results 1 - 18 of 18) sorted by relevance

/freebsd-13-stable/contrib/ntp/libntp/
H A Datoint.c19 register int isneg; local
26 isneg = 1;
29 isneg = 0;
46 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 Datolfp.c40 int isneg; local
45 isneg = 0;
60 isneg = 1;
116 if (isneg)
H A Dadjtime.c303 int isneg = 0; local
310 isneg = 1;
348 adj.tick_nsec_inc = isneg ? -increment : increment;
H A Dsystime.c296 int isneg = 0; local
323 isneg = 1;
351 if (isneg) {
/freebsd-13-stable/contrib/ntp/clockstuff/
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)
H A Dchutest.c542 int isneg; local
728 isneg = 1;
730 isneg = 0;
758 if (isneg)
773 if (isneg)
/freebsd-13-stable/usr.bin/touch/
H A Dtouch.c362 int isneg; local
365 isneg = *arg == '-';
366 if (isneg)
381 if (isneg)
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlobject.c93 static int isneg (const char **s) { function
119 neg = isneg(&s); /* check signal */
136 neg1 = isneg(&s); /* signal */
/freebsd-13-stable/contrib/ntp/include/
H A Dtimevalops.h84 int isneg = 0; \
91 isneg = 1; \
94 if (isneg) { \
/freebsd-13-stable/contrib/ntp/ntpd/
H A Dntpsim.c557 int isneg = 0; local
567 isneg = 1;
582 if (isneg) {
/freebsd-13-stable/contrib/lua/src/
H A Dlobject.c141 static int isneg (const char **s) { function
175 neg = isneg(&s); /* check sign */
201 neg1 = isneg(&s); /* sign */
281 neg = isneg(&s);
/freebsd-13-stable/crypto/openssl/crypto/x509v3/
H A Dv3_utl.c173 int isneg, ishex; local
186 isneg = 1;
188 isneg = 0;
207 if (isneg && BN_is_zero(bn))
208 isneg = 0;
217 if (isneg)
/freebsd-13-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-13-stable/sys/sys/
H A Dqmath.h104 /* Set the sign bit to 0 ('isneg' is F) or 1 ('isneg' is T). */
105 #define Q_SSIGN(q, isneg) \
106 ((q) = ((Q_SIGNED(q) && (isneg)) ? (q) | (1ULL << Q_SIGNSHFT(q)) : \
/freebsd-13-stable/contrib/ntp/ntpdc/
H A Dntpdc.c1643 int isneg; local
1651 isneg = 1;
1654 isneg = 0;
1662 if (isneg)
/freebsd-13-stable/contrib/nvi/ex/
H A Dex.c1824 int isneg; local
2016 isneg = 1;
2018 isneg = 0;
2029 total += isneg ? -val : val;
/freebsd-13-stable/contrib/ntp/ntpq/
H A Dntpq.c2446 int isneg; local
2454 isneg = 1;
2457 isneg = 0;
2465 if (isneg)

Completed in 290 milliseconds