Home
last modified time | relevance | path

Searched defs:ABS (Results 1 - 16 of 16) sorted by relevance

/third_party/pulseaudio/speex/tmv/
H A Dfixed_tm.h56 #undef ABS macro
59 #define ABS(x) iabs(x) macro
/third_party/ffmpeg/libavfilter/
H A Davf_ahistogram.c35 enum HistogramMode { ABS, SIGN, NB_HMODES }; enumerator
H A Dvf_pullup.c65 #define ABS(a) (((a) ^ ((a) >> 31)) - ((a) >> 31)) macro
/third_party/pulseaudio/speex/libspeexdsp/
H A Darch.h75 #define ABS(x) ((x) < 0 ? (-(x)) : (x)) /**< Absolute integer value. */ macro
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
H A Drpng2-win.c137 #define ABS(a) ((a)<0?-(a):(a)) macro
H A Drpng2-x.c144 #define ABS(a) ((a)<0?-(a):(a)) macro
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DCheckAPI.java89 private static final int ABS = 5, ABS_ABSTRACT = 1; field in CheckAPI
H A DAPIInfo.java36 public static final int ABS = 5, ABS_ABSTRACT = 1; field in APIInfo
/third_party/icu/icu4c/source/common/
H A Dutrie.cpp33 #undef ABS macro
34 #define ABS(x) ((x)>=0 ? (x) : -(x)) macro
/third_party/lame/libmp3lame/
H A Dutil.c307 #define ABS(A) (((A)>0) ? (A) : -(A)) macro
/third_party/node/deps/icu-small/source/common/
H A Dutrie.cpp33 #undef ABS macro
34 #define ABS(x) ((x)>=0 ? (x) : -(x)) macro
/third_party/skia/third_party/externals/icu/source/common/
H A Dutrie.cpp33 #undef ABS macro
34 #define ABS(x) ((x)>=0 ? (x) : -(x)) macro
/third_party/rust/crates/rustix/src/
H A Dio_uring.rs419 const ABS = sys::IORING_TIMEOUT_ABS; consts
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCDwarf.cpp306 const MCExpr *ABS = forceExpAbs(OS, Value); in emitAbsValue() local
/third_party/alsa-utils/aplay/
H A Daplay.c60 #define ABS(a) (a) < 0 ? -(a) : (a) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DISDOpcodes.h454 ABS, enumerator

Completed in 30 milliseconds