Home
last modified time | relevance | path

Searched defs:negate (Results 1 – 25 of 27) sorted by relevance

12

/frameworks/av/media/codecs/amrnb/common/src/
Dnegate.cpp164 Word16 negate(Word16 var1) in negate() function
/frameworks/av/media/codecs/amrnb/common/include/
Dbasic_op.h244 static inline Word16 negate(Word16 var1) in negate() function
/frameworks/base/graphics/java/android/graphics/
DPoint.java54 public final void negate() { in negate() method in Point
DPointF.java70 public final void negate() { in negate() method in PointF
/frameworks/base/tools/split-select/
DRule.h60 bool negate; member
/frameworks/base/rs/java/android/renderscript/
DDouble2.java291 public void negate() { in negate() method in Double2
DFloat2.java290 public void negate() { in negate() method in Float2
DByte2.java258 public void negate() { in negate() method in Byte2
DFloat4.java332 public void negate() { in negate() method in Float4
DByte3.java277 public void negate() { in negate() method in Byte3
DDouble4.java332 public void negate() { in negate() method in Double4
DFloat3.java311 public void negate() { in negate() method in Float3
DByte4.java295 public void negate() { in negate() method in Byte4
DDouble3.java311 public void negate() { in negate() method in Double3
DLong2.java313 public void negate() { in negate() method in Long2
DLong3.java336 public void negate() { in negate() method in Long3
DShort2.java316 public void negate() { in negate() method in Short2
DShort3.java336 public void negate() { in negate() method in Short3
DInt3.java336 public void negate() { in negate() method in Int3
DInt2.java313 public void negate() { in negate() method in Int2
DShort4.java359 public void negate() { in negate() method in Short4
DLong4.java359 public void negate() { in negate() method in Long4
DInt4.java359 public void negate() { in negate() method in Int4
/frameworks/base/core/java/com/android/internal/util/function/pooled/
DPooledLambdaImpl.java617 Object, Object, R> negate() { in negate() method in PooledLambdaImpl
/frameworks/av/media/codecs/amrwb/enc/inc/
Dbasic_op.h40 #define negate(var1) ((Word16)(((var1) == MIN_16) ? MAX_16 : (-(var1)))) /* Short… macro

12