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

12

/freebsd-9.3-release/usr.bin/dc/
H A Dinout.c232 negate(n);
H A Dbcode.c427 negate(struct number *n) function
1195 negate(p);
/freebsd-9.3-release/contrib/gdb/gdb/tui/
H A Dtui-win.c973 int negate = FALSE; local
980 negate = TRUE;
987 if (negate)
/freebsd-9.3-release/contrib/gcclibs/libmudflap/
H A Dmf-runtime.c529 int negate = 0; local
541 negate = 1;
554 if (negate)
560 if (! negate && (*optstr == '=' && *(optstr+1)))
570 else if (negate)
/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dregex.c6194 boolean negate = (re_opcode_t) *(p - 1) == charset_not;
6196 DEBUG_PRINT2 ("EXECUTING charset%s.\n", negate ? "_not" : "");
6563 negate = !negate;
6566 if (negate) goto fail;
6572 negate = !negate;
6576 if (!negate) goto fail;
7066 int negate = (re_opcode_t) p1[3] == charset_not;
7070 negate
6177 boolean negate = (re_opcode_t) *(p - 1) == charset_not; local
7049 int negate = (re_opcode_t) p1[3] == charset_not; local
[all...]
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dregex.c6194 boolean negate = (re_opcode_t) *(p - 1) == charset_not;
6196 DEBUG_PRINT2 ("EXECUTING charset%s.\n", negate ? "_not" : "");
6563 negate = !negate;
6566 if (negate) goto fail;
6572 negate = !negate;
6576 if (!negate) goto fail;
7066 int negate = (re_opcode_t) p1[3] == charset_not;
7070 negate
6177 boolean negate = (re_opcode_t) *(p - 1) == charset_not; local
7049 int negate = (re_opcode_t) p1[3] == charset_not; local
[all...]
/freebsd-9.3-release/contrib/compiler-rt/lib/sparc64/
H A Ddivsi3.S326 ! negate for answer < 0, otherwise annulled
H A Dmodsi3.S326 ! negate for answer < 0, otherwise annulled
/freebsd-9.3-release/crypto/openssl/ssl/
H A Dssltest.c1688 int negate = 0; local
1702 negate = !negate;
1748 if (ok >= 0 && negate)
/freebsd-9.3-release/contrib/gcc/
H A Difcvt.c1728 int negate;
1740 negate = 0;
1744 negate = 1;
1759 negate = !negate;
1804 negate = !negate;
1821 if (target && negate)
1725 int negate; local
H A Dfold-const.c1032 /* Check whether we may negate an integer constant T without causing
1131 /* In general we can't negate A / B, because if A is INT_MIN and
1134 undefined, we can negate, because - (INT_MIN / 1) is an
1282 /* In general we can't negate A / B, because if A is INT_MIN and
1285 undefined, we can negate, because - (INT_MIN / 1) is an
1395 case, we negate an operand that was subtracted. Except if it is a
1948 overflow) and negate (which can't either). Special-case a result
5778 /* If this was a subtraction, negate OP1 and set it to be an addition.
6090 fold_real_zero_addition_p (tree type, tree addend, int negate)
6106 negate
6055 fold_real_zero_addition_p(tree type, tree addend, int negate) argument
[all...]
/freebsd-9.3-release/sys/dev/vt/hw/vga/
H A Dvga.c176 term_color_t color, int negate)
188 if (negate) {
174 vga_bitblt_draw(struct vt_device *vd, const uint8_t *src, u_long ldst, uint8_t shift, unsigned int width, unsigned int height, term_color_t color, int negate) argument
/freebsd-9.3-release/contrib/gcc/config/ia64/
H A Dia64.c1625 bool negate = false;
1640 negate = true;
1646 negate = true;
1701 negate = !negate;
1712 return negate;
1722 bool negate;
1726 negate = ia64_expand_vecint_compare (code, mode, cmp,
1729 ot = operands[1+negate];
1730 of = operands[2-negate];
1620 bool negate = false; local
1717 bool negate; local
[all...]
/freebsd-9.3-release/contrib/libstdc++/include/bits/
H A Dstl_function.h85 * To negate every element in @c a, use
87 * transform(a.begin(), a.end(), a.begin(), negate<double>());
179 struct negate : public unary_function<_Tp, _Tp> struct in inherits:unary_function
/freebsd-9.3-release/contrib/gcclibs/libdecnumber/
H A DdecNumber.c2205 /* negate is DECNEG if rhs should be negated, or 0 otherwise */
2231 const decNumber * rhs, decContext * set, uByte negate, uInt * status)
2282 diffsign = (Flag) ((lhs->bits ^ rhs->bits ^ negate) & DECNEG);
2303 bits = (rhs->bits ^ negate) & DECNEG; /* RHS must be Infinity */
2319 res->bits ^= negate; /* flip if rhs was negated */
2457 bits = (uByte) (rhs->bits ^ negate); /* assumed sign is now that of RHS */
2485 res->bits ^= negate;
2230 decAddOp(decNumber * res, const decNumber * lhs, const decNumber * rhs, decContext * set, uByte negate, uInt * status) argument
/freebsd-9.3-release/contrib/gcc/config/
H A Dfp-bit.c1486 negate (FLO_type arg_a)
/freebsd-9.3-release/sys/dev/sfxge/common/
H A Defx.h1195 __in boolean_t negate,
/freebsd-9.3-release/sys/mips/mips/
H A Dfp.S637 xor ta0, ta0, 1 # negate FT sign bit
753 xor ta0, ta0, 1 # negate sign bit
1248 * Single precision negate.
1256 * Double precision negate.
1617 not t3 # negate t1,t3
1624 not ta3 # negate ta1,ta3
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.c12013 bool negate = false;
12031 negate = true;
12037 negate = true;
12091 negate = !negate;
12103 operands[1+negate], operands[2-negate]);
12105 ix86_expand_sse_movcc (operands[0], x, operands[1+negate],
12106 operands[2-negate]);
11988 bool negate = false; local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DCFG.cpp231 void negate() { function in class:__anon3035::TryResult
3274 KnownVal.negate();
/freebsd-9.3-release/sys/boot/ficl/
H A Dwords.c315 static void negate(FICL_VM *pVM) function
4955 dictAppendWord(dp, "negate", negate, FW_DEFAULT);

Completed in 485 milliseconds

12