/frameworks/av/media/codecs/amrnb/common/src/ |
D | negate.cpp | 164 Word16 negate(Word16 var1) in negate() function
|
/frameworks/av/media/codecs/amrnb/common/include/ |
D | basic_op.h | 244 static inline Word16 negate(Word16 var1) in negate() function
|
/frameworks/base/graphics/java/android/graphics/ |
D | Point.java | 54 public final void negate() { in negate() method in Point
|
D | PointF.java | 70 public final void negate() { in negate() method in PointF
|
/frameworks/base/tools/split-select/ |
D | Rule.h | 60 bool negate; member
|
/frameworks/base/rs/java/android/renderscript/ |
D | Double2.java | 291 public void negate() { in negate() method in Double2
|
D | Float2.java | 290 public void negate() { in negate() method in Float2
|
D | Byte2.java | 258 public void negate() { in negate() method in Byte2
|
D | Float4.java | 332 public void negate() { in negate() method in Float4
|
D | Byte3.java | 277 public void negate() { in negate() method in Byte3
|
D | Double4.java | 332 public void negate() { in negate() method in Double4
|
D | Float3.java | 311 public void negate() { in negate() method in Float3
|
D | Byte4.java | 295 public void negate() { in negate() method in Byte4
|
D | Double3.java | 311 public void negate() { in negate() method in Double3
|
D | Long2.java | 313 public void negate() { in negate() method in Long2
|
D | Long3.java | 336 public void negate() { in negate() method in Long3
|
D | Short2.java | 316 public void negate() { in negate() method in Short2
|
D | Short3.java | 336 public void negate() { in negate() method in Short3
|
D | Int3.java | 336 public void negate() { in negate() method in Int3
|
D | Int2.java | 313 public void negate() { in negate() method in Int2
|
D | Short4.java | 359 public void negate() { in negate() method in Short4
|
D | Long4.java | 359 public void negate() { in negate() method in Long4
|
D | Int4.java | 359 public void negate() { in negate() method in Int4
|
/frameworks/base/core/java/com/android/internal/util/function/pooled/ |
D | PooledLambdaImpl.java | 617 Object, Object, R> negate() { in negate() method in PooledLambdaImpl
|
/frameworks/av/media/codecs/amrwb/enc/inc/ |
D | basic_op.h | 40 #define negate(var1) ((Word16)(((var1) == MIN_16) ? MAX_16 : (-(var1)))) /* Short… macro
|