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

1 2 3 4

  /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/opencore/codecs_v2/audio/gsm_amr/amr_nb/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/base/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);
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/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
  /frameworks/base/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/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
DoubleValue.java 46 public abstract DoubleValue negate(); method in class:DoubleValue
128 return compare(other).negate();
231 return compare(other).negate();
334 return compare(other).negate();
FloatValue.java 46 public abstract FloatValue negate(); method in class:FloatValue
128 return compare(other).negate();
231 return compare(other).negate();
334 return compare(other).negate();
UnknownDoubleValue.java 32 public DoubleValue negate() method in class:UnknownDoubleValue
UnknownFloatValue.java 32 public FloatValue negate() method in class:UnknownFloatValue
ParticularDoubleValue.java 52 public DoubleValue negate() method in class:ParticularDoubleValue
87 return value == 0.0 ? other.negate() : other.subtractFrom(this);
  /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>()));
neq_test.cpp 36 transform((int*)input, (int*)input + 3, (int*)output, negate<int>());
  /dalvik/libcore/math/src/test/java/tests/api/java/math/
BigIntegerTest.java 205 .setBit(16).subtract(two).negate()));
495 assertTrue("bi3=copy of bi3", bi3.equals(bi3.negate().negate()));
513 two.negate().compareTo(one) < 0);
573 .add(aZillion.negate()).equals(aZillion));
610 * @tests java.math.BigInteger#negate()
615 method = "negate",
620 .negate().equals(zero));
622 !aZillion.negate().equals(aZillion));
624 aZillion.negate().negate().equals(aZillion))
636 BigInteger negate = midbit.negate(); local
    [all...]
  /bionic/libc/unistd/
fnmatch.c 156 int negate, ok; local
166 if ((negate = (*pattern == '!' || *pattern == '^')))
204 return (ok == negate ? RANGE_NOMATCH : RANGE_MATCH);
  /external/opencore/codecs_v2/audio/gsm_amr/amr_nb/dec/src/
d1035pf.cpp 176 sign = negate (sign);
257 sign = negate(sign);