| /external/llvm-project/clang/test/AST/ |
| D | fixed_point.c | 93 #define MIX_TYPE_SPEC(SPEC, SIGN, SIZE, ID) \ argument 101 #define MIX_VOLATILE(SIGN, SIZE, ID) MIX_TYPE_SPEC(volatile, SIGN, SIZE, ID) argument 102 #define MIX_ATOMIC(SIGN, SIZE, ID) MIX_TYPE_SPEC(_Atomic, SIGN, SIZE, ID) argument 103 #define MIX_CONST(SIGN, SIZE, ID) MIX_TYPE_SPEC(const, SIGN, SIZE, ID) argument
|
| /external/libmpeg2/common/ |
| D | icv_macros.h | 57 #define SIGN(x) (((x) < 0) ? -1 : 1) macro
|
| D | impeg2_macros.h | 32 #define SIGN(Number) (((Number) < 0) ? -1 : 1) macro
|
| /external/llvm-project/compiler-rt/lib/builtins/hexagon/ |
| D | dfdiv.S | 40 #define SIGN r28 macro 82 SIGN = xor(AH,BH) define 353 #define SIGN r28 macro
|
| /external/llvm-project/flang/include/flang/Evaluate/ |
| D | real.h | 104 constexpr Real SIGN(const Real &x) const { return SetSign(x.IsSignBitSet()); } in SIGN() function
|
| D | integer.h | 795 constexpr ValueWithOverflow SIGN(bool toNegative) const { in SIGN() function 805 constexpr ValueWithOverflow SIGN(const Integer &sign) const { in SIGN() function
|
| /external/apache-http/src/org/apache/commons/codec/binary/ |
| D | Base64.java | 93 static final int SIGN = -128; field in Base64
|
| /external/libhevc/common/ |
| D | ihevc_macros.h | 44 #define SIGN(x) ((x) >= 0 ? ((x)>0 ? 1: 0) : -1) macro
|
| /external/libavc/common/ |
| D | ih264_macros.h | 101 #define SIGN(x) (((x) >= 0) ? (((x) > 0) ? 1 : 0) : -1) macro
|
| /external/deqp-deps/glslang/glslang/MachineIndependent/ |
| D | Constant.cpp | 629 #define SIGN(X) (X == 0 ? 0 : (X < 0 ? -1 : 1)) in fold() macro
|
| /external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
| D | Constant.cpp | 628 #define SIGN(X) (X == 0 ? 0 : (X < 0 ? -1 : 1)) in fold() macro
|
| /external/nos/host/generic/nugget/proto/nugget/app/keymaster/ |
| D | keymaster_defs.proto | 176 SIGN = 2; enumerator
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| D | NumberFormat.java | 1912 public static final Field SIGN = new Field("sign"); field in NumberFormat.Field
|
| /external/icu/android_icu4j/src/main/java/android/icu/text/ |
| D | NumberFormat.java | 1756 public static final Field SIGN = new Field("sign"); field in NumberFormat.Field
|
| /external/icu/icu4c/source/common/ |
| D | putil.cpp | 176 #define SIGN 0x80000000U macro
|
| /external/tensorflow/tensorflow/cc/gradients/ |
| D | math_grad_test.cc | 79 SIGN, enumerator
|
| /external/neon_2_sse/ |
| D | NEON_2_SSE.h | 6974 #define SERIAL_SHIFT_64(TYPE, SIGN, LEN) \ argument 7260 #define SERIAL_ROUNDING_SHIFT_64(TYPE, SIGN, LEN) \ argument
|