Searched refs:neg (Results 1 - 25 of 245) sorted by relevance

12345678910

/openbsd-current/gnu/gcc/gcc/config/
H A Ddivmod.c6 int neg = 0; local
12 neg = !neg;
18 neg = !neg;
23 if (neg)
32 int neg = 0; local
38 neg = 1;
46 if (neg)
/openbsd-current/gnu/usr.bin/gcc/gcc/config/
H A Ddivmod.c6 int neg = 0; local
12 neg = !neg;
18 neg = !neg;
23 if (neg)
32 int neg = 0; local
38 neg = 1;
46 if (neg)
/openbsd-current/lib/libc/quad/
H A Ddivdi3.c45 int neg = 0; local
51 ua = -ua, neg ^= 1;
53 ub = -ub, neg ^= 1;
56 if (neg)
H A Dfloatdisf.c45 int neg; local
51 u.q = -x, neg = 1; local
53 u.q = x, neg = 0; local
67 return (neg ? -f : f);
H A Dfloatdidf.c45 int neg; local
51 u.q = -x, neg = 1; local
53 u.q = x, neg = 0; local
65 return (neg ? -d : d);
H A Dmoddi3.c46 int neg = 0; local
52 ua = -ua, neg ^= 1;
56 if (neg)
/openbsd-current/sys/lib/libkern/
H A Ddivdi3.c44 int neg = 0; local
50 ua = -ua, neg ^= 1;
52 ub = -ub, neg ^= 1;
55 if (neg)
H A Dmoddi3.c45 int neg = 0; local
51 ua = -ua, neg ^= 1;
55 if (neg)
/openbsd-current/gnu/llvm/compiler-rt/lib/builtins/avr/
H A Ddivmodqi4.S34 neg r24
36 neg r22
39 neg r25
43 neg r24
/openbsd-current/lib/libc/arch/sparc64/stdlib/
H A Dabs.S45 neg %o0, %o1
/openbsd-current/regress/lib/libc/ieeefp/infinity/
H A DMakefile8 REGRESS_TARGETS+= add mult neg pumpkin
16 neg: ${PROG}
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.disasm/
H A Dt07_ari3.s8 neg.b r1h ;1781
9 neg.b @er1 ;7d101780
10 neg.b @(0x3:2,er1) ;017768181780
11 neg.b @er1+ ;01746c181780
12 neg.b @-er1 ;01776c181780
13 neg.b @+er1 ;01756c181780
14 neg.b @er1- ;01766c181780
15 neg.b @(0x1234:16,er1) ;01746e1812341780
16 neg.b @(0x12345678:32,er1) ;78146a28123456781780
17 neg
[all...]
/openbsd-current/usr.sbin/unbound/testcode/
H A Dunitneg.c53 /** debug printout of neg cache */
54 static void print_neg_cache(struct val_neg_cache* neg) argument
60 printf("memuse %d of %d\n", (int)neg->use, (int)neg->max);
61 printf("maxiter %d\n", (int)neg->nsec3_max_iter);
62 printf("%d zones\n", (int)neg->tree.count);
63 RBTREE_FOR(z, struct val_neg_zone*, &neg->tree) {
70 RBTREE_FOR(z, struct val_neg_zone*, &neg->tree) {
195 static void add_item(struct val_neg_cache* neg) argument
206 lock_basic_lock(&neg
243 remove_item(struct val_neg_cache* neg) argument
310 sumtrees_all(struct val_neg_cache* neg) argument
321 sumtrees_inuse(struct val_neg_cache* neg) argument
336 check_lru(struct val_neg_cache* neg) argument
380 sum_zone_subtree_inuse(struct val_neg_cache* neg, struct val_neg_zone* zone) argument
428 check_zone_invariants(struct val_neg_cache* neg, struct val_neg_zone* zone) argument
472 check_neg_invariants(struct val_neg_cache* neg) argument
502 stress_test(struct val_neg_cache* neg) argument
534 struct val_neg_cache* neg; local
[all...]
/openbsd-current/gnu/gcc/gcc/config/m32c/
H A Dm32c-lib2.c76 word_type neg = 0; local
82 neg = !neg;
88 neg = !neg;
93 if (neg)
104 word_type neg = 0; local
110 neg = 1;
118 if (neg)
/openbsd-current/sbin/unwind/libunbound/validator/
H A Dval_neg.h83 /** number of times neg cache records were used to generate NOERROR
86 /** number of times neg cache records were used to generate NXDOMAIN
176 * @return neg cache, empty or NULL on failure.
182 * @param neg: negative cache
185 size_t val_neg_get_mem(struct val_neg_cache* neg);
189 * @param neg: negative cache.
191 void neg_cache_delete(struct val_neg_cache* neg);
194 * Comparison function for rbtree val neg data elements
199 * Comparison function for rbtree val neg zone elements
205 * @param neg
[all...]
/openbsd-current/usr.sbin/unbound/validator/
H A Dval_neg.h83 /** number of times neg cache records were used to generate NOERROR
86 /** number of times neg cache records were used to generate NXDOMAIN
176 * @return neg cache, empty or NULL on failure.
182 * @param neg: negative cache
185 size_t val_neg_get_mem(struct val_neg_cache* neg);
189 * @param neg: negative cache.
191 void neg_cache_delete(struct val_neg_cache* neg);
194 * Comparison function for rbtree val neg data elements
199 * Comparison function for rbtree val neg zone elements
205 * @param neg
[all...]
/openbsd-current/lib/libc/arch/arm/quad/
H A Dfixsfdi.c59 const bool neg = ux.sng_sign; local
65 return neg ? QUAD_MIN : QUAD_MAX;
75 return neg ? -r : r;
/openbsd-current/lib/libc/locale/
H A D_wcstol.h55 int neg, any, cutlim; local
73 neg = 1;
76 neg = 0;
92 cutoff = neg ? MIN_VALUE : MAX_VALUE;
95 if (neg) {
110 if (neg) {
/openbsd-current/lib/libc/stdlib/
H A Dstrtoimax.c47 int neg, any, cutlim; local
70 neg = 1;
73 neg = 0;
96 * either 7 (neg==0) or 8 (neg==1), meaning that if we have
104 cutoff = neg ? INTMAX_MIN : INTMAX_MAX;
107 if (neg) {
125 if (neg) {
H A Dstrtol.c48 int neg, any, cutlim; local
71 neg = 1;
74 neg = 0;
97 * 7 (neg==0) or 8 (neg==1), meaning that if we have accumulated
104 cutoff = neg ? LONG_MIN : LONG_MAX;
107 if (neg) {
125 if (neg) {
/openbsd-current/sys/lib/libsa/
H A Dstrtol.c47 int neg, any, cutlim; local
59 neg = 1;
62 neg = 0;
85 * 7 (neg==0) or 8 (neg==1), meaning that if we have accumulated
92 cutoff = neg ? LONG_MIN : LONG_MAX;
95 if (neg) {
115 if (neg) {
H A Dstrtoll.c47 int neg, any, cutlim; local
59 neg = 1;
62 neg = 0;
85 * either 7 (neg==0) or 8 (neg==1), meaning that if we have
93 cutoff = neg ? LLONG_MIN : LLONG_MAX;
96 if (neg) {
114 if (neg) {
/openbsd-current/libexec/ld.so/
H A Dstrtol.c49 int neg, any, cutlim; local
61 neg = 1;
64 neg = 0;
88 * 7 (neg==0) or 8 (neg==1), meaning that if we have accumulated
95 cutoff = neg ? LONG_MIN : LONG_MAX;
98 if (neg) {
118 if (neg) {
/openbsd-current/gnu/usr.bin/gcc/gcc/config/stormy16/
H A Dstormy16-lib2.c37 word_type neg = 0; local
43 neg = !neg;
49 neg = !neg;
54 if (neg)
65 word_type neg = 0; local
71 neg = 1;
79 if (neg)
/openbsd-current/gnu/lib/libiberty/src/
H A Dstrtol.c94 register int neg = 0, any, cutlim; local
105 neg = 1;
128 * 7 (neg==0) or 8 (neg==1), meaning that if we have accumulated
135 cutoff = neg ? -(unsigned long)LONG_MIN : LONG_MAX;
156 acc = neg ? LONG_MIN : LONG_MAX;
158 } else if (neg)

Completed in 262 milliseconds

12345678910