/external/clang/test/CodeGenCXX/ |
D | pr12251.cpp | 102 enum e13 : char {e13_a = -1 }; enum 103 e13 g13(e13 *x) { in g13()
|
/external/deqp-deps/glslang/Test/ |
D | spv.IntersectShader_Errors.rint | 9 float e13 = gl_HitKindNV; // ERROR, unsupported builtin in stage
|
D | spv.MissShader_Errors.rmiss | 12 float e13 = gl_HitKindNV; // ERROR, unsupported builtin in stage
|
D | spv.RayCallable_Errors.rcall | 21 float e13 = gl_HitKindNV; // ERROR, unsupported builtin in stage
|
D | spv.RayGenShader_Errors.rgen | 36 float e13 = gl_HitKindNV; // ERROR, unsupported builtin in stage
|
D | stringToDouble.vert | 28 double e13 = 1e-324;
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | misched-fusion-aes.ll | 33 %e13 = call <16 x i8> @llvm.arm.neon.aese(<16 x i8> %f03, <16 x i8> %k1) 44 %f23 = call <16 x i8> @llvm.arm.neon.aesmc(<16 x i8> %e13) 119 %e13 = call <16 x i8> @llvm.arm.neon.aesd(<16 x i8> %f03, <16 x i8> %k1) 130 %f23 = call <16 x i8> @llvm.arm.neon.aesimc(<16 x i8> %e13)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | misched-fusion-aes.ll | 42 %e13 = call <16 x i8> @llvm.aarch64.crypto.aese(<16 x i8> %f03, <16 x i8> %k1) 53 %f23 = call <16 x i8> @llvm.aarch64.crypto.aesmc(<16 x i8> %e13) 126 %e13 = call <16 x i8> @llvm.aarch64.crypto.aesd(<16 x i8> %f03, <16 x i8> %k1) 137 %f23 = call <16 x i8> @llvm.aarch64.crypto.aesimc(<16 x i8> %e13)
|
/external/swiftshader/third_party/subzero/tests_lit/reader_tests/ |
D | insertextract.ll | 68 %e13 = extractelement <16 x i1> %v, i32 13 89 ; CHECK-NEXT: %e13 = extractelement <16 x i1> %v, i32 13 110 %e13 = extractelement <16 x i8> %v, i32 13 131 ; CHECK-NEXT: %e13 = extractelement <16 x i8> %v, i32 13
|
/external/curl/tests/data/ |
D | test1538 | 48 e13: FTP: unknown PASV reply
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | stringToDouble.vert.out | 120 0:28 'e13' ( temp double) 644 0:28 'e13' ( temp double)
|
/external/elfutils/tests/ |
D | run-strings-test.sh | 146 testfile4: e13 __register_frame_info
|
D | testfile45.expect.bz2 | 1testfile45.o: elf64-elf_x86_64
2
3Disassembly of section .text:
4
5 0 ... |
/external/python/cpython2/Lib/test/decimaltestdata/ |
D | ddMultiply.decTest | 91 ddmul066 multiply 123.45 1e13 -> 1.2345E+15
|
D | dqMultiply.decTest | 91 dqmul066 multiply 123.45 1e13 -> 1.2345E+15
|
D | multiply.decTest | 99 mulx066 multiply 123.45 1e13 -> 1.2345E+15
|
D | dqFMA.decTest | 205 dqfma2066 fma 123.45 1e13 0e+6144 -> 1.2345E+15
|
D | ddFMA.decTest | 205 ddfma2066 fma 123.45 1e13 0e+384 -> 1.2345E+15
|
/external/python/cpython3/Lib/test/decimaltestdata/ |
D | dqMultiply.decTest | 91 dqmul066 multiply 123.45 1e13 -> 1.2345E+15
|
D | ddMultiply.decTest | 91 ddmul066 multiply 123.45 1e13 -> 1.2345E+15
|
D | multiply.decTest | 99 mulx066 multiply 123.45 1e13 -> 1.2345E+15
|
D | ddFMA.decTest | 205 ddfma2066 fma 123.45 1e13 0e+384 -> 1.2345E+15
|
D | dqFMA.decTest | 205 dqfma2066 fma 123.45 1e13 0e+6144 -> 1.2345E+15
|
D | fma.decTest | 198 fmax2066 fma 123.45 1e13 0E+999999 -> 1.2345E+15
|
/external/clang/lib/Headers/ |
D | avx512fintrin.h | 9475 e8,e9,e10,e11,e12,e13,e14,e15) \ argument 9476 _mm512_set_epi32((e15),(e14),(e13),(e12),(e11),(e10),(e9),(e8),(e7),(e6), \ 9513 #define _mm512_setr_ps(e0,e1,e2,e3,e4,e5,e6,e7,e8,e9,e10,e11,e12,e13,e14,e15) \ argument 9514 _mm512_set_ps((e15),(e14),(e13),(e12),(e11),(e10),(e9),(e8),(e7),(e6),(e5), \
|