Home
last modified time | relevance | path

Searched refs:negate (Results 1 – 25 of 428) sorted by relevance

12345678910>>...18

/netbsd-src/external/lgpl3/gmp/dist/mpf/
H A Dui_sub.c59 int negate; in mpf_ui_sub()
92 negate = 1 < v->_mp_exp; in mpf_ui_sub()
93 prec = r->_mp_prec + negate; in mpf_ui_sub()
95 if (negate) in mpf_ui_sub()
184 negate ^= 1; in mpf_ui_sub()
224 negate = 1; in mpf_ui_sub()
232 negate = ulimb < vp[0]; in mpf_ui_sub()
233 tp[0] = negate ? vp[0] - ulimb: ulimb - vp[0]; in mpf_ui_sub()
278 r->_mp_size = negate ? -rsize : rsize; in mpf_ui_sub()
H A Dsub.c42 int negate; in mpf_sub() local
75 negate = usize < 0; in mpf_sub()
82 negate ^= 1; in mpf_sub()
114 negate ^= 1; in mpf_sub()
146 negate ^= 1; in mpf_sub()
297 negate ^= 1; in mpf_sub()
392 SIZ (r) = negate ? -rsize : rsize; in mpf_sub()
H A Dadd.c43 int negate; in mpf_add() local
77 negate = usize < 0; in mpf_add()
180 r->_mp_size = negate ? -rsize : rsize; in mpf_add()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineNegator.cpp266 Value *NegOp = negate(I->getOperand(0), Depth + 1); in visitImpl()
277 negate(std::get<0>(I), Depth + 1))) // Early return. in visitImpl()
300 Value *NegOp1 = negate(I->getOperand(1), Depth + 1); in visitImpl()
303 Value *NegOp2 = negate(I->getOperand(2), Depth + 1); in visitImpl()
313 Value *NegOp0 = negate(I->getOperand(0), Depth + 1); in visitImpl()
316 Value *NegOp1 = negate(I->getOperand(1), Depth + 1); in visitImpl()
325 Value *NegVector = negate(EEI->getVectorOperand(), Depth + 1); in visitImpl()
335 Value *NegVector = negate(IEI->getOperand(0), Depth + 1); in visitImpl()
338 Value *NegNewElt = negate(IEI->getOperand(1), Depth + 1); in visitImpl()
346 Value *NegOp = negate(I->getOperand(0), Depth + 1); in visitImpl()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A DShCommands.py62 def __init__(self, commands, negate=False, pipe_err=False): argument
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:
/netbsd-src/usr.bin/sort/
H A Dfields.c260 u_char negate; in number() local
263 negate = 0xff; in number()
265 negate = 0; in number()
276 negate ^= 0xff; in number()
313 *pos++ = negate ^ exponent; in number()
329 *pos++ = negate ^ (t + 0xc0); in number()
332 *pos++ = negate ^ (exponent >> (c * 8)); in number()
360 *pos++ = negate ^ (val + 0x40); in number()
366 *last_nz_pos++ = negate; in number()
/netbsd-src/external/bsd/elftosb/dist/common/
H A DGlobMatcher.cpp31 int negate; in globMatch() local
69 negate = false; in globMatch()
71 negate = true; in globMatch()
106 if (negate == match) in globMatch()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dfnmatch.c127 register int negate; in fnmatch() local
136 negate = (*p == '!' || *p == '^'); in fnmatch()
137 if (negate) in fnmatch()
180 if (!negate) in fnmatch()
197 if (negate) in fnmatch()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dfnmatch.c127 register int negate; in fnmatch() local
136 negate = (*p == '!' || *p == '^'); in fnmatch()
137 if (negate) in fnmatch()
180 if (!negate) in fnmatch()
197 if (negate) in fnmatch()
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dfnmatch.c127 register int negate; in fnmatch() local
136 negate = (*p == '!' || *p == '^'); in fnmatch()
137 if (negate) in fnmatch()
180 if (!negate) in fnmatch()
197 if (negate) in fnmatch()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dfnmatch.c127 register int negate; in fnmatch() local
136 negate = (*p == '!' || *p == '^'); in fnmatch()
137 if (negate) in fnmatch()
180 if (!negate) in fnmatch()
197 if (negate) in fnmatch()
/netbsd-src/external/gpl3/gcc/dist/libquadmath/math/
H A Dcsinhq.c26 int negate = signbitq (__real__ x); in csinhq() local
51 if (negate) in csinhq()
95 __real__ retval = copysignq (0, negate ? -1 : 1); in csinhq()
128 if (negate) in csinhq()
134 __real__ retval = negate ? -HUGE_VALQ : HUGE_VALQ; in csinhq()
H A Dcsinq.c26 int negate = signbitq (__real__ x); in csinq() local
51 if (negate) in csinq()
113 __real__ retval = copysignq (0, negate ? -1 : 1); in csinq()
134 if (negate) in csinq()
148 __real__ retval = copysignq (0, negate ? -1 : 1); in csinq()
/netbsd-src/external/gpl3/gcc.old/dist/libquadmath/math/
H A Dcsinhq.c26 int negate = signbitq (__real__ x); in csinhq() local
51 if (negate) in csinhq()
95 __real__ retval = copysignq (0, negate ? -1 : 1); in csinhq()
128 if (negate) in csinhq()
134 __real__ retval = negate ? -HUGE_VALQ : HUGE_VALQ; in csinhq()
H A Dcsinq.c26 int negate = signbitq (__real__ x); in csinq() local
51 if (negate) in csinq()
113 __real__ retval = copysignq (0, negate ? -1 : 1); in csinq()
134 if (negate) in csinq()
148 __real__ retval = copysignq (0, negate ? -1 : 1); in csinq()
/netbsd-src/external/lgpl3/gmp/dist/mpz/
H A Dcfdiv_r_2exp.c97 goto negate; in cfdiv_r_2exp()
102 goto negate; in cfdiv_r_2exp()
106 goto negate; in cfdiv_r_2exp()
112 negate: in cfdiv_r_2exp()
H A Dbin_ui.c339 mp_size_t negate; in mpz_bin_ui() local
347 negate = (k & 1); /* (-1)^k */ in mpz_bin_ui()
362 negate = 0; in mpz_bin_ui()
458 SIZ(r) = (SIZ(r) ^ -negate) + negate; in mpz_bin_ui()
/netbsd-src/sys/dev/raidframe/
H A Drf_utils.c114 int val = 0, negate = 0; in rf_atoi() local
117 negate = 1; in rf_atoi()
122 return ((negate) ? -val : val); in rf_atoi()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dfnmatch.c146 int negate, ok; in rangematch() local
156 if (negate = (*pattern == '!' || *pattern == '^')) in rangematch()
176 return (ok == negate ? NULL : pattern); in rangematch()
H A Dgetarg.c355 int negate = 0; in arg_match_long() local
373 negate = 0; in arg_match_long()
385 negate = !negate; in arg_match_long()
433 *flag = !negate; in arg_match_long()
438 *flag = negate; in arg_match_long()
/netbsd-src/lib/libc/gen/
H A Dfnmatch.c76 int negate, ok, need; in rangematch() local
88 if ((negate = (*pattern == '!' || *pattern == '^')) != 0) in rangematch()
113 return ok == negate ? NULL : pattern; in rangematch()
/netbsd-src/external/lgpl3/gmp/dist/mpn/generic/
H A Dgcdext_lehmer.c284 int negate; in mpn_gcdext_lehmer_n() local
309 negate = 0; in mpn_gcdext_lehmer_n()
315 negate = 1; in mpn_gcdext_lehmer_n()
333 *usize = negate ? -un : un; in mpn_gcdext_lehmer_n()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dmatch.pd218 (negate @0)))
245 outp (convert convert negate negate)
246 outn (negate negate convert convert)
272 (mult:c @0 (COPYSIGN_ALL real_onep (negate @0)))
274 (negate (abs @0))))
280 (COPYSIGN_ALL (negate @0) @1)))
332 (negate @0)))
349 (div:C @0 (negate @0))
409 (rdiv:C @0 (negate @0))
439 (negate @0)))
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dmatch.pd85 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)))
404 (negate @0)))
432 (div:C @0 (negate @0))
[all …]
/netbsd-src/lib/libc/arch/mips/gen/
H A Dmodf.S65 bc1f 2f # No -> will have to negate result
69 sub.d $f0,$f2,$f4 # Remove fudge factor and negate

12345678910>>...18