HomeSort by relevance Sort by last modified time
    Searched full:negate (Results 1 - 25 of 845) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/proguard/src/proguard/util/
ListMatcher.java 34 private final boolean[] negate; field in class:ListMatcher
43 public ListMatcher(StringMatcher[] matchers, boolean[] negate)
46 this.negate = negate;
60 return negate == null ||
61 !negate[index];
65 return negate != null &&
66 negate[negate.length - 1];
  /external/clang/test/CodeGen/
arm64_vneg.c 2 // Test ARM64 SIMD negate and saturating negate intrinsics
  /external/iptables/include/linux/netfilter/
xt_iprange.h 9 IPRANGE_SRC_INV = 1 << 4, /* negate the condition */
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_iprange.h 10 IPRANGE_SRC_INV = 1 << 4, /* negate the condition */
  /frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/
.gitignore 7 # The only way to negate an exclusion is by including every single parent
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/netfilter/
xt_iprange.h 9 IPRANGE_SRC_INV = 1 << 4, /* negate the condition */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/
xt_iprange.h 9 IPRANGE_SRC_INV = 1 << 4, /* negate the condition */
  /external/llvm/utils/lit/lit/
ShCommands.py 39 def __init__(self, commands, negate=False, pipe_err=False):
41 self.negate = negate
45 return 'Pipeline(%r, %r, %r)' % (self.commands, self.negate,
52 return ((self.commands, self.negate, self.pipe_err) ==
53 (other.commands, other.negate, self.pipe_err))
58 if self.negate:
  /external/libcxx/test/utilities/function.objects/arithmetic.operations/
negate.pass.cpp 12 // negate
20 typedef std::negate<int> F;
25 typedef std::negate<> F2;
31 constexpr int foo = std::negate<int> () (3);
34 constexpr int bar = std::negate<> () (3.0);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/function.objects/arithmetic.operations/
negate.pass.cpp 12 // negate
20 typedef std::negate<int> F;
25 typedef std::negate<> F2;
31 constexpr int foo = std::negate<int> () (3);
34 constexpr int bar = std::negate<> () (3.0);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
AbstractECMultiplier.java 16 return sign > 0 ? positive : positive.negate();
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/
negate.hpp 13 // $Id: negate.hpp 49267 2008-10-11 06:19:02Z agurtovoy $
37 struct negate struct in namespace:boost::mpl
49 BOOST_MPL_AUX_LAMBDA_SUPPORT(1, negate, (N))
52 BOOST_MPL_AUX_NA_SPEC(1, negate)
  /external/compiler-rt/test/ubsan/TestCases/Integer/
negate-overflow.cpp 6 // CHECKU: negate-overflow.cpp:[[@LINE+2]]:3: runtime error: negation of 2147483648 cannot be represented in type 'unsigned int'
9 // CHECKS: negate-overflow.cpp:[[@LINE+2]]:10: runtime error: negation of -2147483648 cannot be represented in type 'int'; cast to an unsigned type to negate this value to itself
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigIntegerTest.java 128 .setBit(16).subtract(two).negate()));
224 assertTrue("bi3=copy of bi3", bi3.equals(bi3.negate().negate()));
236 two.negate().compareTo(one) < 0);
272 .add(aZillion.negate()).equals(aZillion));
302 * @tests java.math.BigInteger#negate()
306 .negate().equals(zero));
308 !aZillion.negate().equals(aZillion));
310 aZillion.negate().negate().equals(aZillion))
322 BigInteger negate = midbit.negate(); local
    [all...]
  /external/stlport/test/unit/
unary_test.cpp 79 transform((int*)input, (int*)input + 3, output, unary_compose<square_root, negate<int> >(square_root(), negate<int>()));
92 transform((int*)input, (int*)input + 3, output, compose1(square_root(), negate<int>()));
  /ndk/tests/device/test-gnustl-full/unit/
unary_test.cpp 79 transform((int*)input, (int*)input + 3, output, unary_compose<square_root, negate<int> >(square_root(), negate<int>()));
92 transform((int*)input, (int*)input + 3, output, compose1(square_root(), negate<int>()));
  /ndk/tests/device/test-stlport/unit/
unary_test.cpp 79 transform((int*)input, (int*)input + 3, output, unary_compose<square_root, negate<int> >(square_root(), negate<int>()));
92 transform((int*)input, (int*)input + 3, output, compose1(square_root(), negate<int>()));
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
radeon_optimize.c 56 combine.Negate = outer.Negate;
59 combine.Negate = swizzle_mask(outer.Swizzle, inner.Negate);
60 combine.Negate ^= outer.Negate;
197 *pnegate = GET_BIT(src.Negate, chan);
200 if (swz != *pswz || *pnegate != GET_BIT(src.Negate, chan)) {
213 unsigned int negate= 0; local
215 if (is_src_uniform_constant(inst->U.I.SrcReg[2], &swz, &negate)) {
254 unsigned int negate = 0; local
287 unsigned int negate = 0; local
    [all...]
r300_fragprog_swizzle.c 104 * Check whether the given instruction supports the swizzle and negate
117 if (reg.Abs || reg.Negate)
137 if ((reg.Negate & relevant) && ((reg.Negate & relevant) != relevant))
171 /* check if the negate bit of current component
173 if (matchmask && (!!(src.Negate & matchmask) != !!(src.Negate & (1 << comp))))
  /external/mesa3d/src/gallium/drivers/r300/compiler/
radeon_optimize.c 56 combine.Negate = outer.Negate;
59 combine.Negate = swizzle_mask(outer.Swizzle, inner.Negate);
60 combine.Negate ^= outer.Negate;
197 *pnegate = GET_BIT(src.Negate, chan);
200 if (swz != *pswz || *pnegate != GET_BIT(src.Negate, chan)) {
213 unsigned int negate= 0; local
215 if (is_src_uniform_constant(inst->U.I.SrcReg[2], &swz, &negate)) {
254 unsigned int negate = 0; local
287 unsigned int negate = 0; local
    [all...]
r300_fragprog_swizzle.c 104 * Check whether the given instruction supports the swizzle and negate
117 if (reg.Abs || reg.Negate)
137 if ((reg.Negate & relevant) && ((reg.Negate & relevant) != relevant))
171 /* check if the negate bit of current component
173 if (matchmask && (!!(src.Negate & matchmask) != !!(src.Negate & (1 << comp))))
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
leb128_test.c 37 int negate; member in struct:Test_Entry
86 if (test->negate)
93 test->sign?"":"un", test->negate?"-":"", test->input,
104 test->sign?"":"un", test->negate?"-":"", test->input,
117 test->sign?"":"un", test->negate?"-":"", test->input);
135 if (test->negate)
143 test->sign?"":"un", test->negate?"-":"", test->input,
153 test->sign?"":"un", test->negate?"-":"", test->input);
  /external/libcxx/test/numerics/numarray/template.valarray/valarray.unary/
Android.mk 27 test_name := numerics/numarray/template.valarray/valarray.unary/negate
28 test_src := negate.pass.cpp
  /external/guava/guava-tests/test/com/google/common/base/
CharMatcherTest.java 61 assertSame(CharMatcher.ANY, CharMatcher.NONE.negate());
62 assertSame(CharMatcher.NONE, CharMatcher.ANY.negate());
128 reallyTestEmpty(matcher.negate());
173 doTestNoMatches(inRange('A', 'Z').and(inRange('F', 'K').negate()), "F1a"); method
182 reallyTestAllMatches(matcher.negate(), s);
184 reallyTestAllMatches(matcher.negate().precomputed(), s);
185 reallyTestAllMatches(matcher.precomputed().negate(), s);
209 reallyTestNoMatches(matcher.negate(), s);
211 reallyTestNoMatches(matcher.negate().precomputed(), s);
212 reallyTestNoMatches(matcher.precomputed().negate(), s)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/calculator/app/
calculator.html 27 <button class="negate" title="negate" data-button="negate"></button>

Completed in 1932 milliseconds

1 2 3 4 5 6 7 8 91011>>