/external/valgrind/main/none/tests/amd64/ |
D | insn_fpu.def | 13 fadd st0.ps[1234.5678] st2.ps[8765.4321] => st2.ps[9999.9999] 14 fadd st0.ps[-1234.5678] st2.ps[8765.4321] => st2.ps[7530.8643] 15 fadd st0.ps[1234.5678] st2.ps[-8765.4321] => st2.ps[-7530.8643] 16 fadd st0.ps[-1234.5678] st2.ps[-8765.4321] => st2.ps[-9999.9999] 17 fadd st0.pd[1234567.7654321] st2.pd[7654321.1234567] => st2.pd[8888888.8888888] 18 fadd st0.pd[-1234567.7654321] st2.pd[7654321.1234567] => st2.pd[6419753.3580246] 19 fadd st0.pd[1234567.7654321] st2.pd[-7654321.1234567] => st2.pd[-6419753.3580246] 20 fadd st0.pd[-1234567.7654321] st2.pd[-7654321.1234567] => st2.pd[-8888888.8888888] 21 fadd st2.ps[1234.5678] st0.ps[8765.4321] => st0.ps[9999.9999] 22 fadd st2.ps[-1234.5678] st0.ps[8765.4321] => st0.ps[7530.8643] [all …]
|
/external/valgrind/main/none/tests/x86/ |
D | insn_fpu.def | 13 fadd st0.ps[1234.5678] st2.ps[8765.4321] => st2.ps[9999.9999] 14 fadd st0.ps[-1234.5678] st2.ps[8765.4321] => st2.ps[7530.8643] 15 fadd st0.ps[1234.5678] st2.ps[-8765.4321] => st2.ps[-7530.8643] 16 fadd st0.ps[-1234.5678] st2.ps[-8765.4321] => st2.ps[-9999.9999] 17 fadd st0.pd[1234567.7654321] st2.pd[7654321.1234567] => st2.pd[8888888.8888888] 18 fadd st0.pd[-1234567.7654321] st2.pd[7654321.1234567] => st2.pd[6419753.3580246] 19 fadd st0.pd[1234567.7654321] st2.pd[-7654321.1234567] => st2.pd[-6419753.3580246] 20 fadd st0.pd[-1234567.7654321] st2.pd[-7654321.1234567] => st2.pd[-8888888.8888888] 21 fadd st2.ps[1234.5678] st0.ps[8765.4321] => st0.ps[9999.9999] 22 fadd st2.ps[-1234.5678] st0.ps[8765.4321] => st0.ps[7530.8643] [all …]
|
/external/valgrind/main/coregrind/ |
D | m_stacks.c | 107 Stack *st0, *st1, *st2; in move_Stack_one_step_forward() local 113 st2 = NULL; in move_Stack_one_step_forward() 116 st2 = st1; in move_Stack_one_step_forward() 121 if (st0 != NULL && st1 != NULL && st2 != NULL) { in move_Stack_one_step_forward() 126 vg_assert(st2->next == st1); in move_Stack_one_step_forward() 129 st2->next = st0; in move_Stack_one_step_forward() 134 if (st0 != NULL && st1 != NULL && st2 == NULL) { in move_Stack_one_step_forward()
|
/external/llvm/test/CodeGen/XCore/ |
D | byVal.ll | 52 %struct.st2 = type { i32 } 53 declare void @f2(i32, %struct.st2*) nounwind 54 define void @f2Test(%struct.st2* byval %s2, i32 %i, ...) nounwind { 56 call void @f2(i32 %i, %struct.st2* %s2)
|
/external/oprofile/libutil++/ |
D | file_manip.cpp | 89 struct stat st2; in is_files_identical() local 91 if (stat(file1.c_str(), &st1) == 0 && stat(file2.c_str(), &st2) == 0) { in is_files_identical() 92 if (st1.st_dev == st2.st_dev && st1.st_ino == st2.st_ino) in is_files_identical()
|
/external/apache-harmony/sql/src/test/java/org/apache/harmony/sql/tests/javax/sql/ |
D | StatementEventTest.java | 47 StatementEvent st2 = new StatementEvent(pc, null, e); in testStatementEventPooledConnectionPreparedStatementSQLException() local 48 assertNotNull(st2); in testStatementEventPooledConnectionPreparedStatementSQLException() 50 assertEquals(e, st2.getSQLException()); in testStatementEventPooledConnectionPreparedStatementSQLException()
|
/external/libvpx/libvpx/vp9/common/mips/dspr2/ |
D | vp9_convolve2_avg_horiz_dspr2.c | 282 uint32_t st1, st2, st3; in convolve_bi_avg_horiz_16_dspr2() local 499 [st1] "=&r" (st1), [st2] "=&r" (st2), [st3] "=&r" (st3), in convolve_bi_avg_horiz_16_dspr2() 531 uint32_t st1, st2, st3; in convolve_bi_avg_horiz_64_dspr2() local 750 [st1] "=&r" (st1), [st2] "=&r" (st2), [st3] "=&r" (st3), in convolve_bi_avg_horiz_64_dspr2()
|
D | vp9_convolve2_horiz_dspr2.c | 244 uint32_t st1, st2, st3; in convolve_bi_horiz_16_dspr2() local 419 [st1] "=&r" (st1), [st2] "=&r" (st2), [st3] "=&r" (st3), in convolve_bi_horiz_16_dspr2() 451 uint32_t st1, st2, st3; in convolve_bi_horiz_64_dspr2() local 628 [st1] "=&r" (st1), [st2] "=&r" (st2), [st3] "=&r" (st3), in convolve_bi_horiz_64_dspr2()
|
D | vp9_convolve2_dspr2.c | 265 uint32_t st1, st2, st3; in convolve_bi_horiz_16_transposed_dspr2() local 463 [st1] "=&r" (st1), [st2] "=&r" (st2), [st3] "=&r" (st3), in convolve_bi_horiz_16_transposed_dspr2() 497 uint32_t st1, st2, st3; in convolve_bi_horiz_64_transposed_dspr2() local 696 [st1] "=&r" (st1), [st2] "=&r" (st2), [st3] "=&r" (st3), in convolve_bi_horiz_64_transposed_dspr2()
|
D | vp9_convolve8_avg_horiz_dspr2.c | 348 uint32_t st1, st2, st3; in convolve_avg_horiz_16_dspr2() local 624 [st1] "=&r" (st1), [st2] "=&r" (st2), [st3] "=&r" (st3), in convolve_avg_horiz_16_dspr2() 659 uint32_t st1, st2, st3; in convolve_avg_horiz_64_dspr2() local 937 [st1] "=&r" (st1), [st2] "=&r" (st2), [st3] "=&r" (st3), in convolve_avg_horiz_64_dspr2()
|
D | vp9_convolve8_horiz_dspr2.c | 314 uint32_t st1, st2, st3; in convolve_horiz_16_dspr2() local 548 [st1] "=&r" (st1), [st2] "=&r" (st2), [st3] "=&r" (st3), in convolve_horiz_16_dspr2() 584 uint32_t st1, st2, st3; in convolve_horiz_64_dspr2() local 820 [st1] "=&r" (st1), [st2] "=&r" (st2), [st3] "=&r" (st3), in convolve_horiz_64_dspr2()
|
D | vp9_convolve8_dspr2.c | 347 uint32_t st1, st2, st3; in convolve_horiz_16_transposed_dspr2() local 600 [st1] "=&r" (st1), [st2] "=&r" (st2), [st3] "=&r" (st3), in convolve_horiz_16_transposed_dspr2() 637 uint32_t st1, st2, st3; in convolve_horiz_64_transposed_dspr2() local 891 [st1] "=&r" (st1), [st2] "=&r" (st2), [st3] "=&r" (st3), in convolve_horiz_64_transposed_dspr2()
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/ |
D | genopcode.asm | 113 fld st2 126 fxch st0, st2 127 fxch st2, st0 141 faddp st2
|
/external/chromium_org/ppapi/generators/test_cgen/ |
D | structs.idl | 30 /* struct st2 { s_array pixels[640][480]; }; */ 31 struct st2 {
|
D | structs.h | 55 struct st2 { struct
|
/external/chromium_org/third_party/icu/source/common/ |
D | ucnv_ext.c | 1016 int32_t st1, stage1Length, st2, st3, minLength; in ucnv_extGetUnicodeSet() local 1055 st2=stage12[st1]; in ucnv_extGetUnicodeSet() 1056 if(st2>stage1Length) { in ucnv_extGetUnicodeSet() 1057 ps2=stage12+st2; in ucnv_extGetUnicodeSet() 1058 for(st2=0; st2<64; ++st2) { in ucnv_extGetUnicodeSet() 1059 if((st3=(int32_t)ps2[st2]<<UCNV_EXT_STAGE_2_LEFT_SHIFT)!=0) { in ucnv_extGetUnicodeSet()
|
D | ucnvmbcs.c | 718 uint16_t st1, maxStage1, st2; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() local 753 st2=table[st1]; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 754 if(st2>maxStage1) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 755 stage2=table+st2; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 756 for(st2=0; st2<64; ++st2) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 757 if((st3=stage2[st2])!=0) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 799 st2=table[st1]; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 800 if(st2>(maxStage1>>1)) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 801 stage2=(const uint32_t *)table+st2; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 802 for(st2=0; st2<64; ++st2) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode() [all …]
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_libc_test.cc | 92 struct stat st1, st2, st3; in TEST() local 94 EXPECT_EQ(0u, internal_lstat(temp_filename, &st2)); in TEST()
|
/external/icu4c/common/ |
D | ucnv_ext.cpp | 1034 int32_t st1, stage1Length, st2, st3, minLength; in ucnv_extGetUnicodeSet() local 1070 st2=stage12[st1]; in ucnv_extGetUnicodeSet() 1071 if(st2>stage1Length) { in ucnv_extGetUnicodeSet() 1072 ps2=stage12+st2; in ucnv_extGetUnicodeSet() 1073 for(st2=0; st2<64; ++st2) { in ucnv_extGetUnicodeSet() 1074 if((st3=(int32_t)ps2[st2]<<UCNV_EXT_STAGE_2_LEFT_SHIFT)!=0) { in ucnv_extGetUnicodeSet()
|
D | ucnvmbcs.c | 721 uint16_t st1, maxStage1, st2; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() local 756 st2=table[st1]; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 757 if(st2>maxStage1) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 758 stage2=table+st2; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 759 for(st2=0; st2<64; ++st2) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 760 if((st3=stage2[st2])!=0) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 802 st2=table[st1]; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 803 if(st2>(maxStage1>>1)) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 804 stage2=(const uint32_t *)table+st2; in ucnv_MBCSGetFilteredUnicodeSetForUnicode() 805 for(st2=0; st2<64; ++st2) { in ucnv_MBCSGetFilteredUnicodeSetForUnicode() [all …]
|
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/ |
D | ThreadTest.java | 307 SimpleThread st2 = null; in test_enumerate$Ljava_lang_Thread() local 315 st2 = new SimpleThread(-1); in test_enumerate$Ljava_lang_Thread() 318 secondOne = new Thread(mytg, st2, "secondOne1"); in test_enumerate$Ljava_lang_Thread() 332 synchronized (st2) { in test_enumerate$Ljava_lang_Thread() 335 st2.wait(); in test_enumerate$Ljava_lang_Thread() 349 synchronized (st2) { in test_enumerate$Ljava_lang_Thread()
|
/external/clang/test/CodeGen/ |
D | struct-x86-darwin.c | 14 struct STest2 {short a,b; int c,d; } st2; variable
|
/external/flac/libFLAC/ia32/ |
D | fixed_asm.nasm | 216 fdiv st2 ; ST = total_error_0/data_len 1.0 data_len 232 fdiv st2 ; ST = total_error_1/data_len 1.0 data_len 247 fdiv st2 ; ST = total_error_2/data_len 1.0 data_len 262 fdiv st2 ; ST = total_error_3/data_len 1.0 data_len 277 fdiv st2 ; ST = total_error_4/data_len 1.0 data_len
|
/external/chromium_org/v8/test/mjsunit/ |
D | track-fields.js | 403 var st2 = smi_to_object(false); variable 404 assertTrue(%HaveSameMap(st1, st2)); 406 assertEquals(false, st2.s_to_t);
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
D | canittst.cpp | 251 UnicodeString **st2 = (UnicodeString **)s2; in compareUnicodeStrings() local 253 return (*st1)->compare(**st2); in compareUnicodeStrings()
|