/external/valgrind/none/tests/s390x/ |
D | dfp-2.c | 277 _Decimal64 d64 = 50.0005DD; in main() local 280 eedtr(d64); in main() 281 eedtr(-d64); in main() 287 esdtr(d64); in main() 288 esdtr(-d64); in main() 294 ltdtr(d64); in main() 295 ltdtr(-d64); in main() 301 d64 = 12345678.54321DD; in main() 302 sldt(d64, 10); in main() 303 sldt(-d64, 2); in main() [all …]
|
D | pfpo.stdout.exp | 39 d64 -> f32: round=0 262934b9c7fa7f57 -> 123456790528.000000 ret=0 cc=1 40 d64 -> f32: round=0 3c000000000001 -> 0.000000 ret=0 cc=1 41 d64 -> f32: round=0 77fcff3fcff3fcff -> inf ret=0 cc=1 42 d64 -> f64: round=0 262934b9c7fa7f57 -> 123456789999.565704 ret=0 cc=1 43 d64 -> f64: round=0 3c000000000001 -> 0.000000 ret=0 cc=1 44 d64 -> f64: round=0 77fcff3fcff3fcff -> inf ret=0 cc=1 45 d64 -> f128: round=0 262934b9c7fa7f57 -> 123456789999.565700 ret=0 cc=1 46 d64 -> f128: round=0 3c000000000001 -> 0.000000 ret=0 cc=1 47 d64 -> f128: round=0 77fcff3fcff3fcff -> 9999999999999999000000000000000000013723202727516060118807… 93 d64 -> f32: round=1 262934b9c7fa7f57 -> 123456790528.000000 ret=0 cc=1 [all …]
|
D | pfpo.c | 58 _Decimal64 d64; in main() local 96 d64 = PFPO(f32_in[j], float, _Decimal64, PFPO_F32_TO_D64, in main() 98 DFP_VAL_PRINT(d64, _Decimal64); in main() 126 d64 = PFPO(f64_in[j], double, _Decimal64, PFPO_F64_TO_D64, in main() 128 DFP_VAL_PRINT(d64, _Decimal64); in main() 156 d64 = PFPO(f128_in[j], long double, _Decimal64, PFPO_F128_TO_D64, in main() 158 DFP_VAL_PRINT(d64, _Decimal64); in main()
|
/external/v8/src/ |
D | double.h | 15 inline double uint64_to_double(uint64_t d64) { return bit_cast<double>(d64); } in uint64_to_double() argument 30 explicit Double(uint64_t d64) : d64_(d64) {} in Double() argument 81 uint64_t d64 = AsUint64(); in Exponent() local 83 static_cast<int>((d64 & kExponentMask) >> kPhysicalSignificandSize); in Exponent() 88 uint64_t d64 = AsUint64(); in Significand() local 89 uint64_t significand = d64 & kSignificandMask; in Significand() 99 uint64_t d64 = AsUint64(); in IsDenormal() local 100 return (d64 & kExponentMask) == 0; in IsDenormal() 106 uint64_t d64 = AsUint64(); in IsSpecial() local 107 return (d64 & kExponentMask) == kExponentMask; in IsSpecial() [all …]
|
/external/valgrind/none/tests/arm64/ |
D | cvtf_imm.c | 11 typedef union { double d64; float f32[2]; unsigned long long int i64; } U; member 21 return block[1].d64; in do_scvtf_d_x_imm1() 29 return block[1].d64; in do_scvtf_d_x_imm32() 37 return block[1].d64; in do_scvtf_d_x_imm64() 46 return block[1].d64; in do_ucvtf_d_x_imm1() 54 return block[1].d64; in do_ucvtf_d_x_imm32() 62 return block[1].d64; in do_ucvtf_d_x_imm64() 74 return block[1].d64; in do_scvtf_d_w_imm1() 82 return block[1].d64; in do_scvtf_d_w_imm16() 90 return block[1].d64; in do_scvtf_d_w_imm32() [all …]
|
/external/caliper/caliper/src/main/resources/com/google/caliper/config/ |
D | global-config.properties | 23 vm.jdk-64-compressed.args=-d64 -XX:+UseCompressedOops 26 vm.jdk-64-uncompressed.args=-d64 -XX:-UseCompressedOops
|
/external/valgrind/VEX/priv/ |
D | guest_amd64_toIR.c | 2227 IRJumpKind kind, Addr64 d64 ) in jmp_lit() argument 2235 stmt( IRStmt_Put( OFFB_RIP, mkU64(d64) ) ); in jmp_lit() 3405 Int am_sz, Int d_sz, Int sz, Long d64 ) in dis_Grp1() argument 3431 assign(src, mkU(ty,d64 & mask)); in dis_Grp1() 3453 nameGrp1(gregLO3ofRM(modrm)), nameISize(sz), d64, in dis_Grp1() 3459 assign(src, mkU(ty,d64 & mask)); in dis_Grp1() 3502 d64, dis_buf); in dis_Grp1() 3999 Long d64; in dis_Grp3() local 4015 d64 = getSDisp(imin(4,sz), delta); in dis_Grp3() 4020 mkU(ty, d64 & mkSizeMask(sz)))); in dis_Grp3() [all …]
|
D | host_arm64_isel.c | 3015 union { Double d64; ULong u64; } u; in iselDblExpr_wrk() member 3017 u.d64 = con->Ico.F64; in iselDblExpr_wrk()
|
D | guest_x86_toIR.c | 3692 static IRTemp math_IS_TRIG_ARG_FINITE_AND_IN_RANGE ( IRTemp d64 ) in math_IS_TRIG_ARG_FINITE_AND_IN_RANGE() argument 3695 assign(i64, unop(Iop_ReinterpF64asI64, mkexpr(d64)) ); in math_IS_TRIG_ARG_FINITE_AND_IN_RANGE()
|
D | guest_mips_toIR.c | 1010 static void jmp_lit64 ( /*MOD*/ DisResult* dres, IRJumpKind kind, Addr64 d64 ) in jmp_lit64() argument 1018 stmt(IRStmt_Put(OFFB_PC, mkU64(d64))); in jmp_lit64()
|
/external/icu/icu4c/source/common/ |
D | putil.cpp | 170 double d64; member 337 convertedNumber.d64 = number; in uprv_isNaN() 363 convertedNumber.d64 = number; in uprv_isInfinite() 410 return gNan.d64; in uprv_getNaN() 423 return gInf.d64; in uprv_getInfinity()
|
/external/elfutils/libdwfl/ |
D | dwfl_segment_report_module.c | 764 Elf64_Dyn (*d64)[dyn_filesz / sizeof (Elf64_Dyn)] = dyns; in dwfl_segment_report_module() local 785 if (consider_dyn ((*d64)[i].d_tag, (*d64)[i].d_un.d_val)) in dwfl_segment_report_module()
|
D | link_map.c | 965 Elf64_Dyn (*d64)[dyn_filesz / sizeof (Elf64_Dyn)] = buf; in dwfl_link_map_report() local 998 if ((*d64)[i].d_tag == DT_DEBUG) in dwfl_link_map_report() 1000 r_debug_vaddr = (*d64)[i].d_un.d_val; in dwfl_link_map_report()
|
/external/tcpdump/tests/ |
D | print-x.out | 24 0x0070: 2d64 6562 6961 6e20 2874 6578 746d 6f64 228 0x0bd0: 650a 3c54 543e 6170 6163 6865 2d64 6576
|
D | print-xx.out | 27 0x0070: 4c69 6e6b 732f 302e 3130 2e34 2d37 2d64 234 0x0be0: 3c54 543e 6170 6163 6865 2d64 6576 3c2f
|
D | print-capXX.out | 27 0x0070: 4c69 6e6b 732f 302e 3130 2e34 2d37 2d64 Links/0.10.4-7-d 234 0x0be0: 3c54 543e 6170 6163 6865 2d64 6576 3c2f <TT>apache-dev</
|
D | print-capX.out | 24 0x0070: 2d64 6562 6961 6e20 2874 6578 746d 6f64 -debian.(textmod 228 0x0bd0: 650a 3c54 543e 6170 6163 6865 2d64 6576 e.<TT>apache-dev
|
/external/google-breakpad/src/tools/windows/dump_syms/testdata/ |
D | dump_syms_regtest.sym | 750 1d64 c 97 3891 2724 STACK WIN 4 1d64 b0 4 0 0 4 c 0 1 $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + = $20 $T0 …
|
D | omap_reorder_bbs.sym | 3455 FUNC 2d64 14 0 __free_lconv_num 3466 2d64 14 222 1742 6101 STACK WIN 4 2d64 14 0 0 4 0 0 0 1 $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + = 6113 STACK WIN 4 2d64 14 0 0 4 4 0 0 1 $T0 $ebp = $eip $T0 4 + ^ = $ebp $T0 ^ = $esp $T0 8 + = $23 $T0 …
|
D | dump_syms_regtest64.sym | 2313 5d64 c 309 3520
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/D6D1FEC9A15DE7F38A236898871A2E770/ |
D | breakpad_unittests.sym | 479 20d64 10 457 6 891 21d64 4 484 85 1311 22d64 4 484 85 2459 24d64 8 802 131 3395 26d64 c 131 6 4206 28d64 14 256 82 4578 FUNC 29d64 140 0 ExceptionHandlerTest_StackedHandlersUnhandledToBottom_Test::TestBody 4579 29d64 c 457 6 7321 30d64 c 277 82 7715 31d64 4 133 135 [all …]
|
/external/google-breakpad/src/processor/testdata/symbols/microdump/breakpad_unittests/DA7778FB66018A4E9B4110ED06E730D00/ |
D | breakpad_unittests.sym | 1018 14d64 6 156 30 2847 16d64 2 22 138 4148 18d64 a 1584 82 8267 20d64 6 83 17 10389 FUNC 24d64 20 0 testing::internal::TestFactoryImpl<(anonymous namespace)::MinidumpWriterTest_Additi… 10390 24d64 2 486 85 10992 25d64 8 213 27 17801 FUNC 32d64 5c 0 std::priv::_Impl_vector<unsigned int, google_breakpad::PageStdAllocator<unsigned in… 17802 32d64 4 62 143 22168 39d64 8 3126 95 [all …]
|
/external/valgrind/memcheck/ |
D | mc_translate.c | 909 IRAtom* d64 in mkPCastXXtoXXlsb() local 913 = assignNew('V', mce, Ity_V128, binop(Iop_64HLtoV128, d64, d63pc)); in mkPCastXXtoXXlsb()
|
/external/google-breakpad/src/processor/testdata/symbols/null_read_av/7B7D1968FF0D47AE4366E9C3A7E1B6750/ |
D | null_read_av.sym | 98 1d64 9 1605 23 1186 4d64 a 321 23
|
/external/google-breakpad/src/processor/testdata/ |
D | module0.out | 17347 FUNC 19d64 15 8 _ismbbkprint_l 17348 19d64 0 90 4669 17349 19d64 14 91 4669 21512 STACK WIN 4 19d64 15 0 0 8 0 0 0 1 $T2 $esp .cbLocals + .cbSavedRegs + = $T0 .raSearchStart = $eip …
|