Home
last modified time | relevance | path

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

12

/third_party/mindspore/mindspore/lite/src/delegate/npu/
Dnpu_converter_utils.h43 ABS = 6, enumerator
/third_party/giflib/
Dquantize.c21 #define ABS(x) ((x) > 0 ? (x) : (-(x))) macro
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/
Dmisc.h90 #define ABS(n) ({ \ macro
180 #define ABS(n) (((n) < 0) ? -(n) : (n)) macro
/third_party/skia/third_party/externals/libpng/contrib/gregbook/
Drpng2-win.c137 #define ABS(a) ((a)<0?-(a):(a)) macro
Drpng2-x.c144 #define ABS(a) ((a)<0?-(a):(a)) macro
/third_party/libpng/contrib/gregbook/
Drpng2-win.c137 #define ABS(a) ((a)<0?-(a):(a)) macro
Drpng2-x.c144 #define ABS(a) ((a)<0?-(a):(a)) macro
/third_party/mindspore/mindspore/core/utils/
Dcheck_convert_utils.h61 ABS = 6, enumerator
/third_party/node/deps/icu-small/source/common/
Dutrie.cpp34 #define ABS(x) ((x)>=0 ? (x) : -(x)) macro
/third_party/icu/icu4c/source/common/
Dutrie.cpp34 #define ABS(x) ((x)>=0 ? (x) : -(x)) macro
/third_party/flutter/skia/third_party/externals/icu/source/common/
Dutrie.cpp34 #define ABS(x) ((x)>=0 ? (x) : -(x)) macro
/third_party/skia/third_party/externals/icu/source/common/
Dutrie.cpp34 #define ABS(x) ((x)>=0 ? (x) : -(x)) macro
/third_party/mesa3d/src/mesa/swrast/
Ds_blit.c36 #define ABS(X) ((X) < 0 ? -(X) : (X)) macro
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DAPIInfo.java36 public static final int ABS = 5, ABS_ABSTRACT = 1; field in APIInfo
DCheckAPI.java89 private static final int ABS = 5, ABS_ABSTRACT = 1; field in CheckAPI
/third_party/ffmpeg/libavfilter/
Dvf_pullup.c73 #define ABS(a) (((a) ^ ((a) >> 31)) - ((a) >> 31)) macro
/third_party/flutter/skia/third_party/externals/sdl/src/render/software/
DSDL_draw.h293 #define ABS(_x) ((_x) < 0 ? -(_x) : (_x)) macro
/third_party/pixman/pixman/
Dpixman.c399 #define ABS(f) (((f) < 0)? (-(f)) : (f)) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp300 MCSymbol *ABS = Context.createTempSymbol(); in forceExpAbs() local
306 const MCExpr *ABS = forceExpAbs(OS, Value); in emitAbsValue() local
/third_party/flutter/skia/third_party/externals/sdl/src/joystick/
DSDL_gamecontroller.c34 #define ABS(_x) ((_x) < 0 ? -(_x) : (_x)) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h454 ABS, enumerator
/third_party/glib/glib/
Dgmacros.h828 #define ABS(a) (((a) < 0) ? -(a) : (a)) macro
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/
Dops_utils.h340 constexpr char ABS[] = "Abs"; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIDefines.h183 ABS = 1 << 1, // Floating-point absolute modifier enumerator
/third_party/alsa-utils/aplay/
Daplay.c57 #define ABS(a) (a) < 0 ? -(a) : (a) macro

12