| /freebsd/sys/dev/sfxge/common/ |
| H A D | efx_sram.c | 210 __in boolean_t negate, in efx_sram_byte_increment_set() argument 216 _NOTE(ARGUNUSED(negate)) in efx_sram_byte_increment_set() 225 __in boolean_t negate, in efx_sram_all_the_same_set() argument 230 if (negate) in efx_sram_all_the_same_set() 239 __in boolean_t negate, in efx_sram_bit_alternate_set() argument 245 EFX_DWORD_0, (negate) ? 0x55555555 : 0xaaaaaaaa, in efx_sram_bit_alternate_set() 246 EFX_DWORD_1, (negate) ? 0x55555555 : 0xaaaaaaaa); in efx_sram_bit_alternate_set() 252 __in boolean_t negate, in efx_sram_byte_alternate_set() argument 258 EFX_DWORD_0, (negate) ? 0x00ff00ff : 0xff00ff00, in efx_sram_byte_alternate_set() 259 EFX_DWORD_1, (negate) ? 0x00ff00ff : 0xff00ff00); in efx_sram_byte_alternate_set() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineNegator.cpp | 302 Value *NegOp = negate(I->getOperand(0), IsNSW, Depth + 1); in visitImpl() 316 negate(std::get<0>(I), IsNSW, Depth + 1))) // Early return. in visitImpl() 351 Value *NegOp1 = negate(I->getOperand(1), IsNSW, Depth + 1); in visitImpl() 354 Value *NegOp2 = negate(I->getOperand(2), IsNSW, Depth + 1); in visitImpl() 364 Value *NegOp0 = negate(I->getOperand(0), IsNSW, Depth + 1); in visitImpl() 367 Value *NegOp1 = negate(I->getOperand(1), IsNSW, Depth + 1); in visitImpl() 376 Value *NegVector = negate(EEI->getVectorOperand(), IsNSW, Depth + 1); in visitImpl() 386 Value *NegVector = negate(IEI->getOperand(0), IsNSW, Depth + 1); in visitImpl() 389 Value *NegNewElt = negate(IEI->getOperand(1), IsNSW, Depth + 1); in visitImpl() 397 Value *NegOp = negate(I->getOperand(0), /* IsNSW */ false, Depth + 1); in visitImpl() [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | int_div_impl.inc | 77 fixuint_t a_u = (fixuint_t)(a ^ s_a) + (-s_a); // negate if s_a == -1 78 fixuint_t b_u = (fixuint_t)(b ^ s_b) + (-s_b); // negate if s_b == -1 80 return (COMPUTE_UDIV(a_u, b_u) ^ s_a) + (-s_a); // negate if s_a == -1 88 fixuint_t b_u = (fixuint_t)(b ^ s) + (-s); // negate if s == -1 90 fixuint_t a_u = (fixuint_t)(a ^ s) + (-s); // negate if s == -1 93 return (res ^ s) + (-s); // negate if s == -1
|
| /freebsd/crypto/heimdal/lib/roken/ |
| H A D | fnmatch.c | 144 int negate, ok; in rangematch() local 154 if (negate = (*pattern == '!' || *pattern == '^')) in rangematch() 174 return (ok == negate ? NULL : pattern); in rangematch()
|
| H A D | getarg.c | 353 int negate = 0; in arg_match_long() local 371 negate = 0; in arg_match_long() 383 negate = !negate; in arg_match_long() 431 *flag = !negate; in arg_match_long() 436 *flag = negate; in arg_match_long()
|
| /freebsd/crypto/openssh/openbsd-compat/ |
| H A D | fnmatch.c | 157 int negate; in fnmatch_ch() local 163 negate = (**pattern == '!') || (**pattern == '^'); in fnmatch_ch() 164 if (negate) in fnmatch_ch() 176 return (result ^ negate); in fnmatch_ch()
|
| /freebsd/sys/libkern/ |
| H A D | fnmatch.c | 159 int negate, ok; in rangematch() local 169 if ( (negate = (*pattern == '!' || *pattern == '^')) ) in rangematch() 212 return (ok == negate ? RANGE_NOMATCH : RANGE_MATCH); in rangematch()
|
| /freebsd/crypto/krb5/src/util/support/ |
| H A D | fnmatch.c | 70 int negate, ok; in rangematch() local 82 if ((negate = (*pattern == '!' || *pattern == '^')) != 0) in rangematch() 103 return ok == negate ? NULL : pattern; in rangematch()
|
| /freebsd/usr.sbin/config/ |
| H A D | mkmakefile.cc | 391 int compile, match, nreqs, std, filetype, negate, in read_file() local 463 negate = 0; in read_file() 475 negate = 1; in read_file() 566 if (negate) in read_file() 575 if (negate) in read_file() 579 match &= negate; in read_file() 581 negate = 0; in read_file()
|
| /freebsd/usr.bin/top/ |
| H A D | commands.c | 467 char negate; in renice_procs() local 474 if ((negate = (*str == '-')) != 0) in renice_procs() 484 if (negate) in renice_procs()
|
| /freebsd/lib/libc/gen/ |
| H A D | fnmatch.c | 239 int negate, ok; in rangematch() local 258 if ((negate = (*pattern == '!' || *pattern == '^'))) in rangematch() 490 return (ok == negate ? RANGE_NOMATCH : RANGE_MATCH); in rangematch()
|
| /freebsd/contrib/bc/tests/dc/ |
| H A D | all.txt | 15 negate
|
| /freebsd/contrib/bmake/ |
| H A D | cond.c | 906 bool (*evalBare)(const char *), bool negate, in CondEvalExpression() argument 917 par.negateEvalBare = negate; in CondEvalExpression() 1038 bool negate; in Cond_EvalLine() local 1111 if (!DetermineKindOfConditional(&p, &plain, &evalBare, &negate)) in Cond_EvalLine() 1151 res = CondEvalExpression(p, plain, evalBare, negate, true, false); in Cond_EvalLine()
|
| /freebsd/contrib/llvm-project/libc/src/__support/ |
| H A D | sign.h | 32 LIBC_INLINE constexpr Sign negate() const { return Sign(!is_negative); } in negate() function
|
| H A D | big_int.h | 875 result.negate(); 973 LIBC_INLINE constexpr void negate() { 1036 udividend.negate(); 1038 udivider.negate(); 1047 result.quotient.negate(); 1050 result.remainder.negate();
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__functional/ |
| H A D | operations.h | 71 struct _LIBCPP_TEMPLATE_VIS negate : __unary_function<_Tp, _Tp> { struct 75 _LIBCPP_CTAD_SUPPORTED_FOR_TYPE(negate); argument
|
| /freebsd/bin/pax/ |
| H A D | pat_rep.c | 541 int negate; in range_match() local 544 if ((negate = (*pattern == '!')) != 0) in range_match() 562 return (ok == negate ? NULL : pattern); in range_match()
|
| /freebsd/contrib/bc/vs/tests/ |
| H A D | tests_dc.bat | 26 negate
|
| /freebsd/contrib/unifdef/tests/ |
| H A D | if7.c | 77 #error negate FOOB is not -42
|
| /freebsd/crypto/openssh/ |
| H A D | readconf.c | 707 int r, this_result, result = 1, attributes = 0, negate; in match_cfg_line() local 735 if ((negate = (attrib[0] == '!'))) in match_cfg_line() 751 result = negate ? 0 : 1; in match_cfg_line() 765 *want_final_pass |= !negate; in match_cfg_line() 767 if (r == (negate ? 1 : 0)) in match_cfg_line() 811 if (r == (negate ? 1 : 0)) in match_cfg_line() 816 if (r == (negate ? 1 : 0)) in match_cfg_line() 821 if (r == (negate ? 1 : 0)) in match_cfg_line() 826 if (r == (negate ? 1 : 0)) in match_cfg_line() 835 if (r == (negate ? 1 : 0)) in match_cfg_line() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ConstraintSystem.h | 114 static SmallVector<int64_t, 8> negate(SmallVector<int64_t, 8> R) { in negate() function
|
| /freebsd/contrib/llvm-project/libcxx/include/__functional/ |
| H A D | operations.h | 172 struct negate : __unary_function<_Tp, _Tp> { 176 _LIBCPP_CTAD_SUPPORTED_FOR_TYPE(negate); 180 struct negate<void> {
|
| /freebsd/contrib/llvm-project/llvm/lib/Support/ |
| H A D | DivisionByConstantInfo.cpp | 62 Retval.Magic.negate(); // resulting magic number in get()
|
| H A D | APInt.cpp | 1897 Quotient.negate(); in sdivrem() 1899 Remainder.negate(); in sdivrem() 1902 Quotient.negate(); in sdivrem() 1916 Quotient.negate(); in sdivrem() 1921 Quotient.negate(); in sdivrem() 2161 this->negate(); in fromString() 2249 Tmp.negate(); in toString() 2851 A.negate(); in SolveQuadraticEquationWrap() 2852 B.negate(); in SolveQuadraticEquationWrap() 2853 C.negate(); in SolveQuadraticEquationWrap()
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | functional.cppm | |