| /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/crypto/external/bsd/heimdal/dist/lib/roken/ |
| fnmatch.c | 146 int negate, ok; local 156 if (negate = (*pattern == '!' || *pattern == '^')) 176 return (ok == negate ? NULL : pattern);
|
| getarg.c | 355 int negate = 0; local 373 negate = 0; 385 negate = !negate; 433 *flag = !negate; 438 *flag = negate;
|
| /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/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/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/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/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/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/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/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/gpl3/gdb.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/lgpl3/gmp/dist/mpf/ |
| add.c | 43 int negate; local 77 negate = usize < 0; 180 r->_mp_size = negate ? -rsize : rsize;
|
| sub.c | 42 int negate; local 75 negate = usize < 0; 82 negate ^= 1; 114 negate ^= 1; 146 negate ^= 1; 297 negate ^= 1; 392 SIZ (r) = negate ? -rsize : rsize;
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| fnmatch.c | 127 register int negate; local 136 negate = (*p == '!' || *p == '^'); 137 if (negate) 180 if (!negate) 197 if (negate)
|
| /src/external/lgpl3/gmp/dist/mpn/generic/ |
| gcdext_lehmer.c | 284 int negate; local 309 negate = 0; 315 negate = 1; 333 *usize = negate ? -un : un;
|
| /src/external/lgpl3/gmp/dist/mpz/ |
| bin_ui.c | 339 mp_size_t negate; local 347 negate = (k & 1); /* (-1)^k */ 362 negate = 0; 365 /* Now wanting bin(ni+k,k), with ni positive, and "negate" is the sign (0 458 SIZ(r) = (SIZ(r) ^ -negate) + negate;
|
| /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/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/bin/pax/ |
| pat_rep.c | 598 int negate; local 601 if ((negate = (*pattern == '!')) != 0) 619 return (ok == negate ? NULL : pattern);
|
| /src/external/gpl3/binutils/dist/bfd/ |
| cpu-ia64-opc.c | 448 int negate; local 451 negate = val & 0x4; 459 if (negate)
|