| /external/libese/ready_se/google/keymint/KM200/Applet/AndroidSEProviderLib/src/com/android/javacard/seprovider/ |
| D | KMType.java | 48 public static final byte SIGN = 0x02; field in KMType
|
| /external/libese/ready_se/google/keymint/KM300/Applet/AndroidSEProviderLib/src/com/android/javacard/seprovider/ |
| D | KMType.java | 48 public static final byte SIGN = 0x02; field in KMType
|
| /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/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/mbedtls/scripts/mbedtls_dev/ |
| D | crypto_knowledge.py | 275 SIGN = 6 variable in AlgorithmCategory
|
| /external/rust/crates/glam/src/f32/sse2/ |
| D | mat2.rs | 238 const SIGN: __m128 = crate::sse2::m128_from_f32x4([1.0, -1.0, -1.0, 1.0]); in inverse() constant
|
| D | quat.rs | 399 const SIGN: __m128 = m128_from_f32x4([-0.0, -0.0, -0.0, 0.0]); in conjugate() constant
|
| /external/rust/crates/glam/src/f32/wasm32/ |
| D | mat2.rs | 217 const SIGN: v128 = crate::wasm32::v128_from_f32x4([1.0, -1.0, -1.0, 1.0]); in inverse() constant
|
| D | quat.rs | 392 const SIGN: v128 = v128_from_f32x4([-1.0, -1.0, -1.0, 1.0]); in conjugate() constant
|
| /external/rust/crates/glam/src/f32/coresimd/ |
| D | mat2.rs | 217 const SIGN: f32x4 = f32x4::from_array([1.0, -1.0, -1.0, 1.0]); in inverse() constant
|
| D | quat.rs | 392 const SIGN: f32x4 = f32x4::from_array([-1.0, -1.0, -1.0, 1.0]); in conjugate() constant
|
| /external/angle/third_party/vulkan-deps/glslang/src/glslang/MachineIndependent/ |
| D | Constant.cpp | 599 #define SIGN(X) (X == 0 ? 0 : (X < 0 ? -1 : 1)) in fold() macro
|
| /external/deqp-deps/glslang/glslang/MachineIndependent/ |
| D | Constant.cpp | 599 #define SIGN(X) (X == 0 ? 0 : (X < 0 ? -1 : 1)) in fold() macro
|
| /external/libese/ready_se/google/keymint/KM200/Applet/src/com/android/javacard/keymaster/ |
| D | KMType.java | 157 public static final byte SIGN = 0x02; field in KMType
|
| /external/libese/ready_se/google/keymint/KM300/Applet/src/com/android/javacard/keymaster/ |
| D | KMType.java | 157 public static final byte SIGN = 0x02; field in KMType
|
| /external/nos/host/generic/nugget/proto/nugget/app/keymaster/ |
| D | keymaster_defs.proto | 177 SIGN = 2; enumerator
|
| /external/icu/android_icu4j/src/main/java/android/icu/text/ |
| D | NumberFormat.java | 1819 public static final Field SIGN = new Field("sign"); field in NumberFormat.Field
|
| /external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| D | NumberFormat.java | 1911 public static final Field SIGN = new Field("sign"); field in NumberFormat.Field
|
| /external/cronet/third_party/icu/source/common/ |
| D | putil.cpp | 176 #define SIGN 0x80000000U macro
|
| /external/icu/icu4c/source/common/ |
| D | putil.cpp | 176 #define SIGN 0x80000000U macro
|
| /external/tensorflow/tensorflow/cc/gradients/ |
| D | math_grad_test.cc | 88 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
|