Home
last modified time | relevance | path

Searched refs:d32 (Results 1 – 25 of 30) sorted by relevance

12

/external/valgrind/none/tests/s390x/
Dpfpo.stdout.exp30 d32 -> f32: round=0 2614d757 -> 123.565697 ret=0 cc=1
31 d32 -> f32: round=0 77f3fcff -> inf ret=0 cc=1
32 d32 -> f32: round=0 600001 -> 0.000000 ret=0 cc=1
33 d32 -> f64: round=0 2614d757 -> 123.565700 ret=0 cc=1
34 d32 -> f64: round=0 77f3fcff -> 9999998999999999145058500637276236756335285900858519878078201916184…
35 d32 -> f64: round=0 600001 -> 0.000000 ret=0 cc=1
36 d32 -> f128: round=0 2614d757 -> 123.565700 ret=0 cc=1
37 d32 -> f128: round=0 77f3fcff -> 999999899999999999999999999999999946235415924498456836053104934130…
38 d32 -> f128: round=0 600001 -> 0.000000 ret=0 cc=1
84 d32 -> f32: round=1 2614d757 -> 123.565697 ret=0 cc=1
[all …]
Dpfpo.c57 _Decimal32 d32; in main() local
86 d32 = PFPO(f32_in[j], float, _Decimal32, PFPO_F32_TO_D32, in main()
88 DFP_VAL_PRINT(d32, _Decimal32); in main()
116 d32 = PFPO(f64_in[j], double, _Decimal32, PFPO_F64_TO_D32, in main()
118 DFP_VAL_PRINT(d32, _Decimal32); in main()
146 d32 = PFPO(f128_in[j], long double, _Decimal32, PFPO_F128_TO_D32, in main()
148 DFP_VAL_PRINT(d32, _Decimal32); in main()
/external/svox/pico/lib/
Dpicosig2.c65 picoos_int32 *d32; in sigAllocate() local
163 d32 = (picoos_int32 *) picoos_allocate(mm, sizeof(picoos_int32) in sigAllocate()
165 if (NULL == d32) { in sigAllocate()
169 sig_inObj->int_vec22 = d32; in sigAllocate()
170 d32 = (picoos_int32 *) picoos_allocate(mm, sizeof(picoos_int32) in sigAllocate()
172 if (NULL == d32) { in sigAllocate()
176 sig_inObj->int_vec23 = d32; in sigAllocate()
177 d32 = (picoos_int32 *) picoos_allocate(mm, sizeof(picoos_int32) in sigAllocate()
179 if (NULL == d32) { in sigAllocate()
183 sig_inObj->int_vec24 = d32; in sigAllocate()
[all …]
/external/valgrind/VEX/priv/
Dguest_x86_toIR.c1347 IRJumpKind kind, Addr32 d32 ) in jmp_lit() argument
1355 stmt( IRStmt_Put( OFFB_EIP, mkU32(d32) ) ); in jmp_lit()
2284 Int am_sz, Int d_sz, Int sz, UInt d32 ) in dis_Grp1() argument
2310 assign(src, mkU(ty,d32 & mask)); in dis_Grp1()
2331 DIP("%s%c $0x%x, %s\n", nameGrp1(gregOfRM(modrm)), nameISize(sz), d32, in dis_Grp1()
2337 assign(src, mkU(ty,d32 & mask)); in dis_Grp1()
2379 d32, dis_buf); in dis_Grp1()
2804 UInt d32; in dis_Grp3() local
2826 delta++; d32 = getUDisp(sz, delta); delta += sz; in dis_Grp3()
2830 mkU(ty,d32))); in dis_Grp3()
[all …]
/external/valgrind/memcheck/
Dmc_include.h644 VG_REGPARM(2) void MC_(helperc_b_store1) ( Addr a, UWord d32 );
645 VG_REGPARM(2) void MC_(helperc_b_store2) ( Addr a, UWord d32 );
646 VG_REGPARM(2) void MC_(helperc_b_store4) ( Addr a, UWord d32 );
647 VG_REGPARM(2) void MC_(helperc_b_store8) ( Addr a, UWord d32 );
648 VG_REGPARM(2) void MC_(helperc_b_store16)( Addr a, UWord d32 );
649 VG_REGPARM(2) void MC_(helperc_b_store32)( Addr a, UWord d32 );
Dmc_main.c6349 void VG_REGPARM(2) MC_(helperc_b_store1)( Addr a, UWord d32 ) { in MC_()
6360 if (d32 == 0) { in MC_()
6364 line->w32[lineoff] = d32; in MC_()
6368 void VG_REGPARM(2) MC_(helperc_b_store2)( Addr a, UWord d32 ) { in MC_()
6374 MC_(helperc_b_store1)( a + 0, d32 ); in MC_()
6375 MC_(helperc_b_store1)( a + 1, d32 ); in MC_()
6388 if (d32 == 0) { in MC_()
6392 line->w32[lineoff] = d32; in MC_()
6396 void VG_REGPARM(2) MC_(helperc_b_store4)( Addr a, UWord d32 ) { in MC_()
6402 MC_(helperc_b_store2)( a + 0, d32 ); in MC_()
[all …]
/external/elfutils/src/libdwfl/
Ddwfl_segment_report_module.c745 Elf32_Dyn d32[dyn_filesz / sizeof (Elf32_Dyn)]; in dwfl_segment_report_module() member
758 for (size_t i = 0; i < dyn_filesz / sizeof dyn.d32[0]; ++i) in dwfl_segment_report_module()
759 if (consider_dyn (dyn.d32[i].d_tag, dyn.d32[i].d_un.d_val)) in dwfl_segment_report_module()
Dlink_map.c948 Elf32_Dyn d32; in dwfl_link_map_report() member
967 Elf32_Dyn d32[dyn_filesz / sizeof (Elf32_Dyn)]; in dwfl_link_map_report() member
974 if (u->d32[i].d_tag == DT_DEBUG) in dwfl_link_map_report()
976 r_debug_vaddr = u->d32[i].d_un.d_val; in dwfl_link_map_report()
/external/tcpdump/tests/
Dicmpv6.out13 0x0020: 0464 6f6d 3104 646f 6d32 0374 6c64 0000
Dprint-x.out27 0x00a0: 3133 3278 3536 2d32 290d 0a41 6363 6570
367 0x1480: 2d32 352e 6a70 6722 2061 6c74 3d22 4465
Dprint-xx.out31 0x00b0: 3278 3536 2d32 290d 0a41 6363 6570 743a
372 0x1480: 6562 6961 6e2f 6f70 656e 6c6f 676f 2d32
Dprint-capXX.out31 0x00b0: 3278 3536 2d32 290d 0a41 6363 6570 743a 2x56-2)..Accept:
372 0x1480: 6562 6961 6e2f 6f70 656e 6c6f 676f 2d32 ebian/openlogo-2
Dprint-capX.out27 0x00a0: 3133 3278 3536 2d32 290d 0a41 6363 6570 132x56-2)..Accep
367 0x1480: 2d32 352e 6a70 6722 2061 6c74 3d22 4465 -25.jpg".alt="De
/external/kernel-headers/original/uapi/sound/
Dasequencer.h257 unsigned int d32[2]; member
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c1170 diff d32[4]; in set_source_var_based_partition() local
1176 vpx_memset(d32, 0, 4 * sizeof(diff)); in set_source_var_based_partition()
1205 d32[i].sse += d16[j]->sse; in set_source_var_based_partition()
1206 d32[i].sum += d16[j]->sum; in set_source_var_based_partition()
1209 d32[i].var = d32[i].sse - (((int64_t)d32[i].sum * d32[i].sum) >> 10); in set_source_var_based_partition()
1219 is_larger_better = (d32[0].var < thr) && (d32[1].var < thr) && in set_source_var_based_partition()
1220 (d32[2].var < thr) && (d32[3].var < thr); in set_source_var_based_partition()
/external/pdfium/samples/fx_lpng/lpng_v163/
Dfx_png.c3178 png_uint_32 d32, d00;
3181 d32 = D >> (32-bitshift), d00 = D << bitshift;
3184 d32 = 0, d00 = D;
3186 if (s32 > d32)
3189 s32 -= d32, s00 -= d00, result += 1<<bitshift;
3193 if (s32 == d32 && s00 >= d00)
/external/libpng/
Dpng.c3275 png_uint_32 d32, d00;
3278 d32 = D >> (32-bitshift), d00 = D << bitshift;
3281 d32 = 0, d00 = D;
3283 if (s32 > d32)
3286 s32 -= d32, s00 -= d00, result += 1<<bitshift;
3290 if (s32 == d32 && s00 >= d00)
/external/llvm/lib/Target/X86/Disassembler/
DX86DisassemblerDecoder.cpp1239 int32_t d32; in readDisplacement() local
1264 if (consumeInt32(insn, &d32)) in readDisplacement()
1266 insn->displacement = d32; in readDisplacement()
/external/valgrind/none/tests/ppc64/
Djm-int.stdout.exp-LE2123 rldicl 0000001cbe991def, 49, 14 => 0002000000397d32 (00000000 00000000)
2124 rldicl 0000001cbe991def, 49, 21 => 0000000000397d32 (00000000 00000000)
2125 rldicl 0000001cbe991def, 49, 28 => 0000000000397d32 (00000000 00000000)
2126 rldicl 0000001cbe991def, 49, 35 => 0000000000397d32 (00000000 00000000)
2127 rldicl 0000001cbe991def, 49, 42 => 0000000000397d32 (00000000 00000000)
2128 rldicl 0000001cbe991def, 49, 49 => 0000000000007d32 (00000000 00000000)
3787 rldicl. 0000001cbe991def, 49, 14 => 0002000000397d32 (40000000 00000000)
3788 rldicl. 0000001cbe991def, 49, 21 => 0000000000397d32 (40000000 00000000)
3789 rldicl. 0000001cbe991def, 49, 28 => 0000000000397d32 (40000000 00000000)
3790 rldicl. 0000001cbe991def, 49, 35 => 0000000000397d32 (40000000 00000000)
[all …]
/external/google-breakpad/src/tools/windows/dump_syms/testdata/
Ddump_syms_regtest64.sym1456 3d32 3 202 3702
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/
Dbreakpad_unittests.sym1008 14d32 6 143 30
4731 19d32 c 368 6
8258 20d32 6 99 17
11436 26d32 2 131 79
11911 27d32 c 591 27
17796 32d32 6 85 79
20685 37d32 6 188 78
21278 38d32 4 51 94
27583 42d32 2 347 106
36356 50d32 8 333 127
[all …]
/external/google-breakpad/src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/
Dnull_read_av.sym1543 5d32 6 75 12
/external/google-breakpad/src/processor/testdata/symbols/overflow/B0E1FC01EF48E39CAF5C881D2DF0C3840/
Doverflow.sym6163 STACK CFI 9d32 $r14: .cfa -16 + ^ .cfa: $rsp 16 +
/external/google-breakpad/src/processor/testdata/symbols/test_app.pdb/5A9832E5287241C1838ED98914E9B7FF1/
Dtest_app.sym7226 2d32 8 1249 17
15743 FUNC 14d32 33 0 UnDecorator::getDataIndirectType()
15744 14d32 33 4033 5771
19499 21d32 20 558 440
21285 STACK WIN 4 14d32 33 6 0 4 0 10 0 1 $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + = $L $T0 …
21787 STACK WIN 4 21d32 15f 0 0 0 4 4 0 1 $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + = $L $T0 …
/external/google-breakpad/src/processor/testdata/
Dmodule0.out7226 2d32 8 1249 17
15743 FUNC 14d32 33 0 UnDecorator::getDataIndirectType()
15744 14d32 33 4033 5771
19499 21d32 20 558 440
21285 STACK WIN 4 14d32 33 6 0 4 0 10 0 1 $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + = $L $T0 …
21787 STACK WIN 4 21d32 15f 0 0 0 4 4 0 1 $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + = $L $T0 …

12