Searched refs:negate (Results 1 - 25 of 46) sorted by relevance

12

/freebsd-9.3-release/sys/dev/sfxge/common/
H A Defx_sram.c175 __in boolean_t negate,
181 _NOTE(ARGUNUSED(negate))
190 __in boolean_t negate,
195 if (negate)
204 __in boolean_t negate,
210 EFX_DWORD_0, (negate) ? 0x55555555 : 0xaaaaaaaa,
211 EFX_DWORD_1, (negate) ? 0x55555555 : 0xaaaaaaaa);
217 __in boolean_t negate,
223 EFX_DWORD_0, (negate) ? 0x00ff00ff : 0xff00ff00,
224 EFX_DWORD_1, (negate)
173 efx_sram_byte_increment_set( __in size_t row, __in boolean_t negate, __out efx_qword_t *eqp) argument
188 efx_sram_all_the_same_set( __in size_t row, __in boolean_t negate, __out efx_qword_t *eqp) argument
202 efx_sram_bit_alternate_set( __in size_t row, __in boolean_t negate, __out efx_qword_t *eqp) argument
215 efx_sram_byte_alternate_set( __in size_t row, __in boolean_t negate, __out efx_qword_t *eqp) argument
228 efx_sram_byte_changing_set( __in size_t row, __in boolean_t negate, __out efx_qword_t *eqp) argument
249 efx_sram_bit_sweep_set( __in size_t row, __in boolean_t negate, __out efx_qword_t *eqp) argument
[all...]
/freebsd-9.3-release/contrib/cvs/lib/
H A Dstrtoul.c30 int negate = 0; local
46 s++, negate = 1;
99 return negate ? -total : total;
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dfnmatch.c127 register int negate; local
136 negate = (*p == '!' || *p == '^');
137 if (negate)
180 if (!negate)
197 if (negate)
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dfnmatch.c127 register int negate; local
136 negate = (*p == '!' || *p == '^');
137 if (negate)
180 if (!negate)
197 if (negate)
/freebsd-9.3-release/crypto/heimdal/lib/roken/
H A Dfnmatch.c138 int negate, ok; local
148 if (negate = (*pattern == '!' || *pattern == '^'))
168 return (ok == negate ? NULL : pattern);
H A Dgetarg.c334 int negate = 0; local
352 negate = 0;
364 negate = !negate;
412 *flag = !negate;
421 *flag = negate;
/freebsd-9.3-release/sys/libkern/
H A Dfnmatch.c159 int negate, ok; local
169 if ( (negate = (*pattern == '!' || *pattern == '^')) )
212 return (ok == negate ? RANGE_NOMATCH : RANGE_MATCH);
/freebsd-9.3-release/usr.bin/csup/
H A Dfnmatch.c154 int negate, ok; local
164 if ( (negate = (*pattern == '!' || *pattern == '^')) )
196 return (ok == negate ? NULL : pattern);
/freebsd-9.3-release/lib/libc/mips/gen/
H A Dmodf.S72 bc1f 2f # No -> will have to negate result
76 sub.d $f0,$f2,$f4 # Remove fudge factor and negate
H A Dldexp.S178 neg.d $f0, $f0 # negate result
197 neg.d $f0, $f0 # negate result
204 neg.d $f0, $f0 # negate result
/freebsd-9.3-release/contrib/com_err/
H A Dgetarg.c192 int negate = 0; local
209 negate = 0;
221 negate = !negate;
267 *flag = !negate;
272 *flag = negate;
/freebsd-9.3-release/usr.bin/dc/
H A Dbcode.h93 void negate(struct number *);
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dparse.c445 int negate = 0;
447 /* Double dollar means negate the number and add -1 as well.
451 negate = 1;
457 i = -negate;
466 i = atoi (str.ptr + 1 + negate);
467 if (negate)
440 int negate = 0; local
/freebsd-9.3-release/contrib/gcc/config/
H A Dfp-bit.h239 # define negate __negsf2 macro
253 # define negate __negdf2 macro
275 # define negate __negtf2 macro
295 # define negate __negsf2 macro
315 # define negate __negdf2 macro
496 extern FLO_type negate (FLO_type);
/freebsd-9.3-release/contrib/top/
H A Dcommands.c467 register char negate; local
476 if ((negate = (*str == '-')) != 0)
485 /* negate if necessary */
486 if (negate)
/freebsd-9.3-release/lib/libc/gen/
H A Dfnmatch.c224 int negate, ok; local
238 if ( (negate = (*pattern == '!' || *pattern == '^')) )
295 return (ok == negate ? RANGE_NOMATCH : RANGE_MATCH);
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dexpr.c1461 bool overflow, negate = false;
1468 negate = !negate, lhs = num_negate (lhs, precision);
1470 negate = !negate, rhs = num_negate (rhs, precision);
1491 if (negate)
1497 result.overflow = overflow || (num_positive (result, precision) ^ !negate
1512 bool negate = false, lhs_neg = false;
1519 negate = !negate, lhs_ne
1460 bool overflow, negate = false; local
1511 bool negate = false, lhs_neg = false; local
[all...]
/freebsd-9.3-release/contrib/libstdc++/include/backward/
H A Dfunction.h73 using std::negate;
/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-phiopt.c884 bool negate; local
945 will need to negate the result. Similarly for LT_EXPR/LE_EXPR if
953 negate = true;
955 negate = false;
959 if (negate)
976 if (negate)
H A Dtree-ssa-reassoc.c48 1. Breaking up subtract operations into addition + negate, where
390 operand of the negate operation. Otherwise, return NULL. */
483 /* If OPCODE is PLUS_EXPR, CURR->OP is really a negate expression,
1016 /* Recursively negate the value of TONEGATE, and return the SSA_NAME
1020 value to negate, and a_5 is defined by "a_5 = b_3 + b_4", it will
1032 /* If we are trying to negate a name, defined by an add, negate the
1062 with negate. This is true when we the subtract operands are really
1064 either case, breaking up the subtract into an add with negate
1204 tree negate; local
[all...]
/freebsd-9.3-release/bin/pax/
H A Dpat_rep.c571 int negate; local
574 if ((negate = (*pattern == '!')) != 0)
592 return (ok == negate ? NULL : pattern);
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dcpu-ia64-opc.c408 int negate; local
411 negate = val & 0x4;
419 if (negate)
/freebsd-9.3-release/bin/sh/
H A Dparser.c341 int negate, t; local
343 negate = 0;
347 negate = !negate;
373 if (negate) {
/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp49 void negate();
129 void negate() { Coeff.negate(); } function in class:__anon2592::FAddend
298 negate();
325 void FAddendCoef::negate() { function in class:FAddendCoef
381 Addend.negate();
1344 // If we have p - gep(p, ...) then we have to negate the result.
/freebsd-9.3-release/contrib/sendmail/src/
H A Dmain.c183 bool forged, negate; local
1002 negate = optarg[0] == '!';
1003 if (negate)
1005 /* negate meaning of pattern match */
1012 if (negate)
1030 new->queue_negate = negate;
1038 new->queue_negate = negate;
1046 new->queue_negate = negate;
1060 new->queue_negate = negate;

Completed in 277 milliseconds

12