Searched defs:negate (Results 1 - 25 of 36) sorted by relevance

12

/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/src/
H A Dnegate.cpp31 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/util/
H A DListMatcher.java34 private final boolean[] negate; field in class:ListMatcher
43 public ListMatcher(StringMatcher[] matchers, boolean[] negate) argument
46 this.negate = negate;
60 return negate == null ||
61 !negate[index];
65 return negate != null &&
66 negate[negate.length - 1];
/external/proguard/src/proguard/evaluation/value/
H A DNegatedDoubleValue.java44 public DoubleValue negate() method in class:NegatedDoubleValue
H A DNegatedFloatValue.java44 public FloatValue negate() method in class:NegatedFloatValue
H A DNegatedIntegerValue.java44 public IntegerValue negate() method in class:NegatedIntegerValue
H A DNegatedLongValue.java44 public LongValue negate() method in class:NegatedLongValue
H A DDoubleValue.java46 public abstract DoubleValue negate(); method in class:DoubleValue
128 return compare(other).negate();
231 return compare(other).negate();
334 return compare(other).negate();
H A DFloatValue.java46 public abstract FloatValue negate(); method in class:FloatValue
128 return compare(other).negate();
231 return compare(other).negate();
334 return compare(other).negate();
H A DParticularDoubleValue.java52 public DoubleValue negate() method in class:ParticularDoubleValue
87 return value == 0.0 ? other.negate() : other.subtractFrom(this);
H A DParticularFloatValue.java52 public FloatValue negate() method in class:ParticularFloatValue
87 return value == 0.0 ? other.negate() : other.subtractFrom(this);
H A DSpecificDoubleValue.java32 public DoubleValue negate() method in class:SpecificDoubleValue
H A DSpecificFloatValue.java32 public FloatValue negate() method in class:SpecificFloatValue
H A DUnknownDoubleValue.java32 public DoubleValue negate() method in class:UnknownDoubleValue
H A DUnknownFloatValue.java32 public FloatValue negate() method in class:UnknownFloatValue
H A DIntegerValue.java46 public abstract IntegerValue negate(); method in class:IntegerValue
H A DLongValue.java46 public abstract LongValue negate(); method in class:LongValue
217 return compare(other).negate();
373 return compare(other).negate();
529 return compare(other).negate();
H A DParticularIntegerValue.java52 public IntegerValue negate() method in class:ParticularIntegerValue
H A DParticularLongValue.java52 public LongValue negate() method in class:ParticularLongValue
H A DSpecificIntegerValue.java32 public IntegerValue negate() method in class:SpecificIntegerValue
H A DSpecificLongValue.java32 public LongValue negate() method in class:SpecificLongValue
H A DUnknownIntegerValue.java32 public IntegerValue negate() method in class:UnknownIntegerValue
H A DUnknownLongValue.java32 public LongValue negate() method in class:UnknownLongValue
/external/opencore/codecs_v2/audio/gsm_amr/amr_nb/common/include/
H A Dbasic_op.h226 Function Name : negate
229 negate(var1) = sub(0,var1).
244 static inline Word16 negate(Word16 var1) function
/external/opencore/oscl/oscl/osclio/src/
H A Doscl_file_find.cpp414 int negate; local
456 negate = false;
459 negate = true;
500 if (negate == match)
/external/skia/include/core/
H A DSkPoint.h61 void negate() { fX = -fX; fY = -fY; } function in struct:SkIPoint
217 void negate() { function in struct:SkPoint

Completed in 119 milliseconds

12