HomeSort by: relevance | last modified time | path
    Searched refs:negate (Results 1 - 25 of 169) sorted by relevancy

1 2 3 4 5 6 7

  /src/external/bsd/nsd/dist/simdzone/src/generic/
apl.h 15 uint8_t negate = text[0] == '!'; local
22 if (text[negate + 1] != ':')
25 switch (text[negate]) {
30 if (!(count = scan_ip4(&text[negate+2], &octets[4])))
32 count += negate + 2;
44 octets[3] = (uint8_t)((negate << 7) | 4);
50 if (!(count = scan_ip6(&text[negate+2], &octets[4])))
52 count += negate + 2;
67 octets[3] = (uint8_t)((negate << 7) | 16);
  /src/external/bsd/elftosb/dist/common/
GlobMatcher.cpp 10 #ifndef NEGATE
11 #define NEGATE '^' // std cset negation char
31 int negate; local
68 if (*p != NEGATE)
69 negate = false;
71 negate = true;
106 if (negate == match)
  /src/external/gpl3/binutils/dist/libiberty/
fnmatch.c 127 register int negate; local
136 negate = (*p == '!' || *p == '^');
137 if (negate)
180 if (!negate)
197 if (negate)
  /src/external/gpl3/binutils.old/dist/libiberty/
fnmatch.c 127 register int negate; local
136 negate = (*p == '!' || *p == '^');
137 if (negate)
180 if (!negate)
197 if (negate)
  /src/external/gpl3/gcc.old/dist/libiberty/
fnmatch.c 127 register int negate; local
136 negate = (*p == '!' || *p == '^');
137 if (negate)
180 if (!negate)
197 if (negate)
  /src/external/gpl3/gcc.old/dist/libquadmath/math/
csinhq.c 26 int negate = signbitq (__real__ x); local
51 if (negate)
95 __real__ retval = copysignq (0, negate ? -1 : 1);
128 if (negate)
134 __real__ retval = negate ? -HUGE_VALQ : HUGE_VALQ;
csinq.c 26 int negate = signbitq (__real__ x); local
51 if (negate)
113 __real__ retval = copysignq (0, negate ? -1 : 1);
134 if (negate)
148 __real__ retval = copysignq (0, negate ? -1 : 1);
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
ShCommands.py 62 def __init__(self, commands, negate=False, pipe_err=False):
64 self.negate = negate
68 return 'Pipeline(%r, %r, %r)' % (self.commands, self.negate,
75 return ((self.commands, self.negate, self.pipe_err) ==
76 (other.commands, other.negate, self.pipe_err))
81 if self.negate:
  /src/sys/dev/raidframe/
rf_utils.c 114 int val = 0, negate = 0; local
117 negate = 1;
122 return ((negate) ? -val : val);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineNegator.cpp 159 // negate it even if it has other uses, without increasing instruction count.
169 // And since we are trying to negate instruction I, that tells us about the
202 // While we could negate exact arithmetic shift:
266 Value *NegOp = negate(I->getOperand(0), Depth + 1);
277 negate(std::get<0>(I), Depth + 1))) // Early return.
300 Value *NegOp1 = negate(I->getOperand(1), Depth + 1);
303 Value *NegOp2 = negate(I->getOperand(2), Depth + 1);
313 Value *NegOp0 = negate(I->getOperand(0), Depth + 1);
316 Value *NegOp1 = negate(I->getOperand(1), Depth + 1);
325 Value *NegVector = negate(EEI->getVectorOperand(), Depth + 1)
440 LLVM_NODISCARD Value *Negator::negate(Value *V, unsigned Depth) { function in class:Negator
    [all...]
  /src/usr.bin/sort/
fields.c 260 u_char negate; local
263 negate = 0xff;
265 negate = 0;
276 negate ^= 0xff;
313 *pos++ = negate ^ exponent;
329 *pos++ = negate ^ (t + 0xc0);
332 *pos++ = negate ^ (exponent >> (c * 8));
360 *pos++ = negate ^ (val + 0x40);
366 *last_nz_pos++ = negate;
  /src/lib/libc/arch/mips/gen/
modf.S 65 bc1f 2f # No -> will have to negate result
69 sub.d $f0,$f2,$f4 # Remove fudge factor and negate
ldexp.S 176 neg.d $f0, $f0 # negate result
195 neg.d $f0, $f0 # negate result
202 neg.d $f0, $f0 # negate result
  /src/lib/libc/gen/
fnmatch.c 76 int negate, ok, need; local
88 if ((negate = (*pattern == '!' || *pattern == '^')) != 0)
113 return ok == negate ? NULL : pattern;
  /src/sys/lib/libkern/arch/m68k/
divsi3.S 68 .Lret: negl %d0 | negate quotient
modsi3.S 73 negl %d1 | negate modulus
  /src/usr.bin/dc/
bcode.h 94 void negate(struct number *);
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
ConstraintSystem.h 67 static SmallVector<int64_t, 8> negate(SmallVector<int64_t, 8> R) { function in class:llvm::ConstraintSystem
  /src/external/gpl3/gcc.old/dist/gcc/
match.pd 85 negate)
254 (cmp:c @0 (negate @0))
286 (negate @0)))
313 outp (convert convert negate negate)
314 outn (negate negate convert convert)
340 (mult:c @0 (COPYSIGN_ALL real_onep (negate @0)))
342 (negate (abs @0))))
348 (COPYSIGN_ALL (negate @0) @1))
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/ft32/
lib1funcs.S 55 # negate
696 ## Negate
  /src/external/gpl3/gcc.old/dist/libgcc/
fp-bit.h 241 # define negate __negtf2 macro
261 # define negate __negsf2 macro
281 # define negate __negdf2 macro
445 extern FLO_type negate (FLO_type);
  /src/bin/sh/
parser.c 292 int negate; local
296 negate = 0;
301 if (posix && negate)
304 negate++;
325 if (negate) {
327 (negate&1) ? "" : "double "));
329 n2->type = (negate & 1) ? NNOT : NDNOT;
347 int negate = 0; local
368 negate++;
606 if (negate) {
629 int negate = 0; local
    [all...]
  /src/sys/arch/hppa/stand/common/
milli_tiny.S 47 subt,= %r0,%r25,%r1 ; trap divide by 0, negate
91 subt,= %r0,%r25,%r1 ; trap divide by 0, negate
  /src/external/gpl3/gcc.old/dist/libgcc/config/nds32/
lib1asmsrc-newlib.S 65 subri $r5, $r5, 0 ! negate if $r4 < 0
116 subri $r0, $r0, 0 ! negate if $r4 < 0
  /src/external/gpl3/gcc.old/dist/libcpp/
expr.cc 2071 bool overflow, negate = false;
2078 negate = !negate, lhs = num_negate (lhs, precision);
2080 negate = !negate, rhs = num_negate (rhs, precision);
2101 if (negate)
2107 result.overflow = overflow || (num_positive (result, precision) ^ !negate
2125 bool negate = false, lhs_neg = false;
2132 negate = !negate, lhs_neg = true, lhs = num_negate (lhs, precision)
2070 bool overflow, negate = false; local
2124 bool negate = false, lhs_neg = false; local
    [all...]

Completed in 57 milliseconds

1 2 3 4 5 6 7