/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
H A D | 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/av/media/libstagefright/codecs/amrnb/common/include/ |
H A D | basic_op.h | 226 Function Name : negate 229 negate(var1) = sub(0,var1). 244 static inline Word16 negate(Word16 var1) function
|
/frameworks/base/graphics/java/android/graphics/ |
H A D | Point.java | 56 public final void negate() { method in class:Point
|
H A D | PointF.java | 58 public final void negate() { method in class:PointF
|
/frameworks/base/rs/java/android/renderscript/ |
H A D | Double2.java | 284 * Set vector negate 286 public void negate() { method in class:Double2
|
H A D | Double3.java | 304 * Set vector negate 306 public void negate() { method in class:Double3
|
H A D | Float2.java | 283 * set vector negate 285 public void negate() { method in class:Float2
|
H A D | Float3.java | 304 * set vector negate 306 public void negate() { method in class:Float3
|
H A D | Byte2.java | 252 * set vector negate 254 public void negate() { method in class:Byte2
|
H A D | Byte3.java | 271 * set vector negate 273 public void negate() { method in class:Byte3
|
H A D | Byte4.java | 289 * set vector negate 291 public void negate() { method in class:Byte4
|
H A D | Double4.java | 325 * Set vector negate 327 public void negate() { method in class:Double4
|
H A D | Float4.java | 325 * set vector negate 327 public void negate() { method in class:Float4
|
H A D | Int2.java | 306 * set vector negate 308 public void negate() { method in class:Int2
|
H A D | Int3.java | 329 * set vector negate 331 public void negate() { method in class:Int3
|
H A D | Int4.java | 352 * set vector negate 354 public void negate() { method in class:Int4
|
H A D | Long2.java | 306 * set vector negate 308 public void negate() { method in class:Long2
|
H A D | Long3.java | 329 * set vector negate 331 public void negate() { method in class:Long3
|
H A D | Long4.java | 352 * set vector negate 354 public void negate() { method in class:Long4
|
H A D | Short2.java | 309 * set vector negate 311 public void negate() { method in class:Short2
|
H A D | Short3.java | 329 * set vector negate 331 public void negate() { method in class:Short3
|
H A D | Short4.java | 352 * set vector negate 354 public void negate() { method in class:Short4
|
/frameworks/base/core/java/com/android/internal/util/function/pooled/ |
H A D | OmniFunction.java | 63 abstract public OmniFunction<A, B, C, D, E, F, R> negate(); method in class:OmniFunction
|
/frameworks/base/tools/split-select/ |
H A D | Rule.h | 60 bool negate; member in struct:split::Rule 75 , negate(false) {}
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
H A D | basic_op.h | 40 #define negate(var1) ((Word16)(((var1) == MIN_16) ? MAX_16 : (-(var1)))) /* Short negate, 1*/ macro 41 #define L_negate(L_var1) (((L_var1) == (MIN_32)) ? (MAX_32) : (-(L_var1))) /* Long negate, 2*/
|