/third_party/mindspore/mindspore/lite/src/delegate/npu/ |
D | npu_converter_utils.h | 43 ABS = 6, enumerator
|
/third_party/giflib/ |
D | quantize.c | 21 #define ABS(x) ((x) > 0 ? (x) : (-(x))) macro
|
/third_party/gstreamer/gstplugins_bad/ext/closedcaption/ |
D | misc.h | 90 #define ABS(n) ({ \ macro 180 #define ABS(n) (((n) < 0) ? -(n) : (n)) macro
|
/third_party/skia/third_party/externals/libpng/contrib/gregbook/ |
D | rpng2-win.c | 137 #define ABS(a) ((a)<0?-(a):(a)) macro
|
D | rpng2-x.c | 144 #define ABS(a) ((a)<0?-(a):(a)) macro
|
/third_party/libpng/contrib/gregbook/ |
D | rpng2-win.c | 137 #define ABS(a) ((a)<0?-(a):(a)) macro
|
D | rpng2-x.c | 144 #define ABS(a) ((a)<0?-(a):(a)) macro
|
/third_party/mindspore/mindspore/core/utils/ |
D | check_convert_utils.h | 61 ABS = 6, enumerator
|
/third_party/node/deps/icu-small/source/common/ |
D | utrie.cpp | 34 #define ABS(x) ((x)>=0 ? (x) : -(x)) macro
|
/third_party/icu/icu4c/source/common/ |
D | utrie.cpp | 34 #define ABS(x) ((x)>=0 ? (x) : -(x)) macro
|
/third_party/flutter/skia/third_party/externals/icu/source/common/ |
D | utrie.cpp | 34 #define ABS(x) ((x)>=0 ? (x) : -(x)) macro
|
/third_party/skia/third_party/externals/icu/source/common/ |
D | utrie.cpp | 34 #define ABS(x) ((x)>=0 ? (x) : -(x)) macro
|
/third_party/mesa3d/src/mesa/swrast/ |
D | s_blit.c | 36 #define ABS(X) ((X) < 0 ? -(X) : (X)) macro
|
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/ |
D | APIInfo.java | 36 public static final int ABS = 5, ABS_ABSTRACT = 1; field in APIInfo
|
D | CheckAPI.java | 89 private static final int ABS = 5, ABS_ABSTRACT = 1; field in CheckAPI
|
/third_party/ffmpeg/libavfilter/ |
D | vf_pullup.c | 73 #define ABS(a) (((a) ^ ((a) >> 31)) - ((a) >> 31)) macro
|
/third_party/flutter/skia/third_party/externals/sdl/src/render/software/ |
D | SDL_draw.h | 293 #define ABS(_x) ((_x) < 0 ? -(_x) : (_x)) macro
|
/third_party/pixman/pixman/ |
D | pixman.c | 399 #define ABS(f) (((f) < 0)? (-(f)) : (f)) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCDwarf.cpp | 300 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/ |
D | SDL_gamecontroller.c | 34 #define ABS(_x) ((_x) < 0 ? -(_x) : (_x)) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | ISDOpcodes.h | 454 ABS, enumerator
|
/third_party/glib/glib/ |
D | gmacros.h | 828 #define ABS(a) (((a) < 0) ? -(a) : (a)) macro
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/ops_info/ |
D | ops_utils.h | 340 constexpr char ABS[] = "Abs"; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIDefines.h | 183 ABS = 1 << 1, // Floating-point absolute modifier enumerator
|
/third_party/alsa-utils/aplay/ |
D | aplay.c | 57 #define ABS(a) (a) < 0 ? -(a) : (a) macro
|