/external/elfutils/tests/ |
D | run-allregs.sh | 32 0: %eax (eax), signed 32 bits 33 1: %ecx (ecx), signed 32 bits 34 2: %edx (edx), signed 32 bits 35 3: %ebx (ebx), signed 32 bits 38 6: %esi (esi), signed 32 bits 39 7: %edi (edi), signed 32 bits 85 0: %rax (rax), signed 64 bits 86 1: %rdx (rdx), signed 64 bits 87 2: %rcx (rcx), signed 64 bits 88 3: %rbx (rbx), signed 64 bits [all …]
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | typeexpr.py | 34 self.signed = 1 # bool 57 if self.signed: 132 signed = 0 142 signed = 1 152 self.set_base_type( "int", signed, unsigned, const, extra_types ) 154 signed = 0 160 if signed: 170 self.set_base_type( i, signed, unsigned, const, extra_types ) 172 signed = 0 175 if signed and unsigned: [all …]
|
/external/conscrypt/openjdk/src/test/resources/ |
D | README | 10 - cert-ct-embedded.pem: Same certificate as cert.pem, but with an embedded signed certificate 11 timestamp signed by the test CT log 13 - ct-signed-timestamp-list: TLS-encoded SignedCertificateTimestampList containing one SCT for 14 cert.pem signed by the test CT log 16 - ct-signed-timestamp-list-invalid: TLS-encoded SignedCertificateTimestampList containing one SCT 17 signed by the test CT log, but for another certificate 19 - ct-signed-timestamp-list-unknown: TLS-encoded SignedCertificateTimestampList containing one SCT 20 for cert.pem, but signed by a different log 22 - ocsp-response.der: OCSP response for cert.pem, containing an SCT for cert.pem signed by the test
|
/external/llvm/test/CodeGen/AArch64/ |
D | fcvt-int.ll | 6 %signed = fptosi float %in to i32 11 %res = sub i32 %signed, %unsigned 21 %signed = fptosi double %in to i32 26 %res = sub i32 %signed, %unsigned 36 %signed = fptosi float %in to i64 41 %res = sub i64 %signed, %unsigned 51 %signed = fptosi double %in to i64 56 %res = sub i64 %signed, %unsigned 66 %signed = sitofp i32 %in to float 71 %res = fsub float %signed, %unsigned [all …]
|
/external/r8/src/test/smali/arithmetic/ |
D | Arithmetic.smali | 55 const v1, 127 # Max 8-bit signed integer. 56 const v2, -128 # Min 8-bit signed integer. 57 const v3, 128 # Max 8-bit signed integer plus one. 58 const v4, -129 # Min 8-bit signed integer minus one. 60 const v5, 32767 # Max 16-bit signed integer. 61 const v6, -32768 # Min 16-bit signed integer. 62 const v7, 32768 # Max 16-bit signed integer plus one. 63 const v8, -32769 # Min 16-bit signed integer minus one. 97 const v1, 127 # Max 8-bit signed integer. 98 const v2, -128 # Min 8-bit signed integer. [all …]
|
/external/mesa3d/docs/specs/ |
D | MESA_texture_signed_rgba.spec | 43 OpenGL prior to 3.1 does not support any signed texture formats. 45 red_green signed formats but no uncompressed ones, which might 46 still be useful. NV_texture_shader adds signed texture formats, 52 This extension adds a signed 4-channel texture format by backporting 64 2) Should the full set of signed formats (alpha, luminance, rgb, etc.) 122 5) How will signed components resulting from RGBA8_SNORM texture 134 etc.) or the OpenGL Shading Language, these signed formats will 135 appear as expected with unclamped signed components as a result 142 fixed-point textures with signed components and relaxed the 156 is unable to make proper use of the signed texture formats added [all …]
|
/external/swiftshader/third_party/subzero/tests_lit/reader_tests/ |
D | switch.ll | 84 i32 -2147483648, label %labelMin ; min signed i32 85 i32 2147483647, label %labelMax ; max signed i32 125 ; Test values that cross signed i32 size boundaries. 129 i32 -2147483649, label %exit ; min signed i32 - 1 130 i32 2147483648, label %exit ; max signed i32 + 1 150 i32 2147483647, label %exit ; max signed i32 162 ; ; Note that -1 is signed version of 4294967295 192 i64 -9223372036854775808, label %exit ; min signed i64 193 i64 9223372036854775807, label %exit ; max signed i64 210 ; Test values that cross signed i64 size boundaries. [all …]
|
/external/clang/test/CodeGenOpenCL/ |
D | no-signed-zeros.cl | 2 // RUN: %clang_cc1 %s -emit-llvm -cl-no-signed-zeros -o - | FileCheck %s -check-prefix=NO-SIGNED-ZE… 9 // NORMAL: "no-signed-zeros-fp-math"="false" 10 // NO-SIGNED-ZEROS: "no-signed-zeros-fp-math"="true"
|
/external/vboot_reference/ |
D | README | 81 a signed binary 92 Generating a signed firmware image: 123 At this point we have all the requisite keys needed to generate a signed 131 * Step 3: Use utility/firmware_utility to generate a signed firmare blob. 147 Note: --firmware_key_version and --firmware_version are part of a signed 155 --in <signed firmware image> 167 Generating a signed kernel image: 170 The steps for generating a signed kernel image are similar to that of 174 is the root key equivalent for signed kernel images.
|
/external/curl/tests/data/ |
D | test557 | 36 All curl_mprintf() signed short tests OK! 38 All curl_mprintf() signed int tests OK! 40 All curl_mprintf() signed long tests OK!
|
/external/llvm/test/CodeGen/SystemZ/ |
D | vec-conv-01.ll | 5 ; Test conversion of f64s to signed i64s. 23 ; Test conversion of signed i64s to f64s. 41 ; Test conversion of f64s to signed i32s, which must compile. 55 ; Test conversion of signed i32s to f64s, which must compile. 69 ; Test conversion of f32s to signed i64s, which must compile. 83 ; Test conversion of signed i64s to f32, which must compile.
|
D | int-cmp-31.ll | 104 ; Check signed comparison near the low end of the CLHHSI range, using zero 118 ; Check signed comparison near the low end of the CLHHSI range, using sign 132 ; Check signed comparison near the high end of the CLHHSI range, using zero 146 ; Check signed comparison near the high end of the CLHHSI range, using sign 160 ; Check signed comparison above the high end of the CLHHSI range, using zero 173 ; Check signed comparison near the high end of the CHHSI range, using sign 187 ; Check signed comparison above the high end of the CHHSI range, using sign 200 ; Check signed comparison near the low end of the CHHSI range, using sign 214 ; Check signed comparison below the low end of the CHHSI range, using sign
|
D | int-cmp-30.ll | 104 ; Check signed comparison near the low end of the CLHHSI range, using zero 118 ; Check signed comparison near the low end of the CLHHSI range, using sign 132 ; Check signed comparison near the high end of the CLHHSI range, using zero 146 ; Check signed comparison near the high end of the CLHHSI range, using sign 160 ; Check signed comparison above the high end of the CLHHSI range, using zero 173 ; Check signed comparison near the high end of the CHHSI range, using sign 187 ; Check signed comparison above the high end of the CHHSI range, using sign 200 ; Check signed comparison near the low end of the CHHSI range, using sign 214 ; Check signed comparison below the low end of the CHHSI range, using sign
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | backedge-on-min-max.ll | 4 ;; --- signed --- 6 define void @min.signed.1(i32* %a, i32 %a_len, i32 %n) { 7 ; CHECK-LABEL: @min.signed.1 34 define void @min.signed.2(i32* %a, i32 %a_len, i32 %n) { 35 ; CHECK-LABEL: @min.signed.2 62 define void @min.signed.3(i32* %a, i32 %n) { 63 ; CHECK-LABEL: @min.signed.3 90 define void @min.signed.4(i32* %a, i32 %n) { 91 ; CHECK-LABEL: @min.signed.4 118 define void @max.signed.1(i32* %a, i32 %a_len, i32 %n) { [all …]
|
D | strengthen-overflow.ll | 3 define i32 @test.signed.add.0(i32* %array, i32 %length, i32 %init) { 4 ; CHECK-LABEL: @test.signed.add.0 29 define i32 @test.signed.add.1(i32* %array, i32 %length, i32 %init) { 30 ; CHECK-LABEL: @test.signed.add.1
|
/external/python/cpython2/Lib/email/test/data/ |
D | msg_45.txt | 8 Content-Type: multipart/signed; boundary="borderline"; 11 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) 18 This is the signed contents.
|
/external/pdfium/third_party/libtiff/ |
D | 0000-build-config.patch | 154 +#define TIFF_INT8_T signed char 160 +#define TIFF_INT16_T signed short 166 +#define TIFF_INT32_T signed int 186 +#define TIFF_INT64_T signed __int64 202 +#define TIFF_INT64_T signed long 213 +#define TIFF_INT64_T signed long long 227 +#define TIFF_SSIZE_T signed __int64 229 +#define TIFF_SSIZE_T signed int 234 +#define TIFF_SSIZE_T signed long 253 +/*#define TIFF_INT64_T signed __int64*/
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/ |
D | X86InstrCMovSetCC.td | 96 defm SETS : SETCC<0x98, "sets", X86_COND_S>; // is signed bit set 97 defm SETNS : SETCC<0x99, "setns", X86_COND_NS>; // is not signed 100 defm SETL : SETCC<0x9C, "setl", X86_COND_L>; // signed less than 101 defm SETGE : SETCC<0x9D, "setge", X86_COND_GE>; // signed greater or equal 102 defm SETLE : SETCC<0x9E, "setle", X86_COND_LE>; // signed less than or equal 103 defm SETG : SETCC<0x9F, "setg", X86_COND_G>; // signed greater than
|
/external/deqp/framework/opengl/wrapper/ |
D | glwTypes.inl | 74 typedef signed long long int GLintptr; 75 typedef signed long long int GLsizeiptr; 77 typedef signed long int GLintptr; 78 typedef signed long int GLsizeiptr;
|
/external/llvm/lib/Target/X86/ |
D | X86InstrCMovSetCC.td | 104 defm SETS : SETCC<0x98, "sets", X86_COND_S>; // is signed bit set 105 defm SETNS : SETCC<0x99, "setns", X86_COND_NS>; // is not signed 108 defm SETL : SETCC<0x9C, "setl", X86_COND_L>; // signed less than 109 defm SETGE : SETCC<0x9D, "setge", X86_COND_GE>; // signed greater or equal 110 defm SETLE : SETCC<0x9E, "setle", X86_COND_LE>; // signed less than or equal 111 defm SETG : SETCC<0x9F, "setg", X86_COND_G>; // signed greater than
|
/external/clang/docs/ |
D | UndefinedBehaviorSanitizer.rst | 48 …test.cc:3:5: runtime error: signed integer overflow: 2147483647 + 1 cannot be represented in type … 61 …% clang++ -fsanitize=signed-integer-overflow,null,alignment -fno-sanitize-recover=null -fsanitize-… 63 the program will continue execution after signed integer overflows, exit after 110 signed left shift, also checks for signed overflow in C, and for 114 - ``-fsanitize=signed-integer-overflow``: Signed integer overflow, 116 overflow in signed division (``INT_MIN / -1``). 160 contains possible signed integer overflow, you can use 161 ``__attribute__((no_sanitize("signed-integer-overflow")))``. 190 signed-integer-overflow:file-with-known-overflow.cpp 201 ``-fsanitize-recover=signed-integer-overflow,alignment,vptr``, although
|
/external/clang/include/clang/AST/ |
D | BuiltinTypes.def | 21 // SIGNED_TYPE(Id, SingletonId) - A signed integral type. 98 // 'char' for targets where it's signed 101 // 'signed char', explicitly qualified 104 // 'wchar_t' for targets where it's signed 107 // 'short' or 'signed short' 110 // 'int' or 'signed int' 113 // 'long' or 'signed long' 116 // 'long long' or 'signed long long'
|
/external/mesa3d/src/gallium/docs/source/ |
D | format.rst | 20 - ``SINT``: N bit signed integer [-2^(N-1) ... 2^(N-1) - 1] 21 - ``SNORM``: N bit signed integer normalized to [-1 ... 1] 22 - ``SSCALED``: N bit signed integer [-2^(N-1) ... 2^(N-1) - 1] 25 - ``NORM``: Normalized integers, signed or unsigned per channel
|
/external/libese/tools/ese_ls_provision/ |
D | README.md | 7 PN80T and later secure elements include a "loader service" which runs signed, encrypted scripts to 11 the certificate for the signing key. This tool takes those signed, encrypted scripts and sends 23 - `<script>` is the compiled, encrypted, signed scrypt as generated by `ls-cgt.jar`.
|
/external/swiftshader/third_party/subzero/pydir/ |
D | gen_test_arith_ll.py | 1 def mangle(op, op_type, signed): argument 18 return '_Z' + str(len(base)) + base + suffixMap[op_type][signed]
|