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

12

/frameworks/av/media/libstagefright/codecs/amrnb/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
/frameworks/av/media/libstagefright/codecs/amrnb/common/include/
H A Dbasic_op.h226 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 DPoint.java55 public final void negate() { method in class:Point
H A DPointF.java58 public final void negate() { method in class:PointF
/frameworks/base/rs/java/android/renderscript/
H A DDouble2.java284 * Set vector negate
286 public void negate() { method in class:Double2
H A DDouble3.java304 * Set vector negate
306 public void negate() { method in class:Double3
H A DFloat2.java283 * set vector negate
285 public void negate() { method in class:Float2
H A DFloat3.java304 * set vector negate
306 public void negate() { method in class:Float3
H A DByte2.java252 * set vector negate
254 public void negate() { method in class:Byte2
H A DByte3.java271 * set vector negate
273 public void negate() { method in class:Byte3
H A DByte4.java289 * set vector negate
291 public void negate() { method in class:Byte4
H A DDouble4.java325 * Set vector negate
327 public void negate() { method in class:Double4
H A DFloat4.java325 * set vector negate
327 public void negate() { method in class:Float4
H A DInt2.java306 * set vector negate
308 public void negate() { method in class:Int2
H A DInt3.java329 * set vector negate
331 public void negate() { method in class:Int3
H A DInt4.java352 * set vector negate
354 public void negate() { method in class:Int4
H A DLong2.java306 * set vector negate
308 public void negate() { method in class:Long2
H A DLong3.java329 * set vector negate
331 public void negate() { method in class:Long3
H A DLong4.java352 * set vector negate
354 public void negate() { method in class:Long4
H A DShort2.java309 * set vector negate
311 public void negate() { method in class:Short2
H A DShort3.java329 * set vector negate
331 public void negate() { method in class:Short3
H A DShort4.java352 * set vector negate
354 public void negate() { method in class:Short4
/frameworks/base/tools/split-select/
H A DRule.h60 bool negate; member in struct:split::Rule
75 , negate(false) {}
/frameworks/av/media/libstagefright/codecs/aacenc/basic_op/
H A Dbasic_op.h50 /* Short negate, 1 */
51 #define negate(var1) ((Word16)(((var1) == MIN_16) ? MAX_16 : (-(var1)))) macro
54 /* Long negate, 2 */
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
H A Dbasic_op.h40 #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*/

Completed in 1507 milliseconds

12