HomeSort by relevance Sort by last modified time
    Searched refs:negate (Results 1 - 25 of 511) 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];
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
negate.h 30 Pathname: ./gsm-amr/c/include/negate.h
35 Description: Created separate header file for negate function.
49 needed by the negate function.
102 Word16 negate(register Word16 var1);
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
negate.cpp 31 Pathname: ./gsm-amr/c/src/negate.c
36 Description: Created separate file for the negate function. Sync'ed up with
73 is -32768: negate(var1) = sub(0,var1).
88 Word16 negate (Word16 var1)
94 multiCounter[currCounter].negate++;
128 #include "negate.h"
164 Word16 negate(register Word16 var1) function
  /external/libcxx/test/std/utilities/function.objects/arithmetic.operations/
negate.pass.cpp 12 // negate
20 typedef std::negate<int> F;
26 typedef std::negate<> F2;
32 constexpr int foo = std::negate<int> () (3);
35 constexpr int bar = std::negate<> () (3.0);
transparent.pass.cpp 53 static_assert ( !is_transparent<std::negate<int>>::value, "" );
54 static_assert ( !is_transparent<std::negate<std::string>>::value, "" );
55 static_assert ( is_transparent<std::negate<void>>::value, "" );
56 static_assert ( is_transparent<std::negate<>>::value, "" );
  /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);
transparent.pass.cpp 53 static_assert ( !is_transparent<std::negate<int>>::value, "" );
54 static_assert ( !is_transparent<std::negate<std::string>>::value, "" );
55 static_assert ( is_transparent<std::negate<void>>::value, "" );
56 static_assert ( is_transparent<std::negate<>>::value, "" );
  /art/test/552-checker-sharpening/src/
Main.java 105 public static int testDiamond(boolean negate, int x) {
108 if (negate) {
179 public static int testLoopWithDiamond(int[] array, boolean negate, int x) {
184 if (negate) {
  /external/proguard/src/proguard/evaluation/value/
NegatedDoubleValue.java 44 public DoubleValue negate() method in class:NegatedDoubleValue
NegatedFloatValue.java 44 public FloatValue negate() method in class:NegatedFloatValue
NegatedIntegerValue.java 44 public IntegerValue negate() method in class:NegatedIntegerValue
NegatedLongValue.java 44 public LongValue negate() method in class:NegatedLongValue
  /libcore/ojluni/src/main/java/java/util/function/
DoublePredicate.java 80 default DoublePredicate negate() { method in interface:DoublePredicate
IntPredicate.java 80 default IntPredicate negate() { method in interface:IntPredicate
LongPredicate.java 80 default LongPredicate negate() { method in interface:LongPredicate
  /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)
  /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>()));
neq_test.cpp 36 transform((int*)input, (int*)input + 3, (int*)output, 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>()));
neq_test.cpp 36 transform((int*)input, (int*)input + 3, (int*)output, negate<int>());
  /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...]
  /toolchain/binutils/binutils-2.25/libiberty/
fnmatch.c 127 register int negate; local
136 negate = (*p == '!' || *p == '^');
137 if (negate)
180 if (!negate)
197 if (negate)
  /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/crcalc/tests/src/com/hp/creals/
CRTest.java 73 check(one.negate().signum() == -1, "signum(-1) failed");
83 check_eq(one.negate().abs(),one, "abs failed 2");
88 check_eq(one.negate().add(two), one, "negate failed");
89 check(one.negate().signum() == -1, "signum(-1) failed");
92 check_eq(two.divide(one.negate()), two.negate(), "divide(neg) failed");
117 check_eq(asin.execute(one.negate()),
118 half_pi.negate(), "asin(-1) failed");
129 check_eq(atan.execute(tan.execute(one.negate())), one.negate()
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
AbstractECMultiplier.java 16 ECPoint result = sign > 0 ? positive : positive.negate();

Completed in 1998 milliseconds

1 2 3 4 5 6 7 8 91011>>