/external/v8/src/ |
D | double.h | 16 inline double uint64_to_double(uint64_t d64) { return bit_cast<double>(d64); } in uint64_to_double() argument 34 explicit Double(uint64_t d64) : d64_(d64) {} in Double() argument 85 uint64_t d64 = AsUint64(); in Exponent() local 87 static_cast<int>((d64 & kExponentMask) >> kPhysicalSignificandSize); in Exponent() 92 uint64_t d64 = AsUint64(); in Significand() local 93 uint64_t significand = d64 & kSignificandMask; in Significand() 103 uint64_t d64 = AsUint64(); in IsDenormal() local 104 return (d64 & kExponentMask) == 0; in IsDenormal() 110 uint64_t d64 = AsUint64(); in IsSpecial() local 111 return (d64 & kExponentMask) == kExponentMask; in IsSpecial() [all …]
|
/external/icu/icu4c/source/i18n/ |
D | double-conversion-ieee.h | 51 static double uint64_to_double(uint64_t d64) { return BitCast<double>(d64); } in uint64_to_double() argument 67 explicit Double(uint64_t d64) : d64_(d64) {} in Double() argument 128 uint64_t d64 = AsUint64(); in Exponent() local 130 static_cast<int>((d64 & kExponentMask) >> kPhysicalSignificandSize); in Exponent() 135 uint64_t d64 = AsUint64(); in Significand() local 136 uint64_t significand = d64 & kSignificandMask; in Significand() 146 uint64_t d64 = AsUint64(); in IsDenormal() local 147 return (d64 & kExponentMask) == 0; in IsDenormal() 153 uint64_t d64 = AsUint64(); in IsSpecial() local 154 return (d64 & kExponentMask) == kExponentMask; in IsSpecial() [all …]
|
/external/mesa3d/src/compiler/glsl/ |
D | int64.glsl | 67 uint64_t d64 = packUint2x32(d); 70 if (log2_denom <= 63 - i && (d64 << i) <= n64) { 71 n64 -= d64 << i; 79 if (d64 <= n64) { 80 n64 -= d64;
|
/external/mesa3d/src/intel/compiler/ |
D | brw_shader.cpp | 583 reg->d64 = -reg->d64; in brw_negate_immediate() 618 reg->d64 = imaxabs(reg->d64); in brw_abs_immediate() 727 return d64 == -1; in is_negative_one()
|
D | brw_reg.h | 244 int64_t d64; member 605 imm.d64 = q; in brw_imm_q()
|
/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/tcpdump/tests/ |
D | isis-extd-isreach-oobr.out | 18 0x0000: 0d0d 0d0d 0d0d 0d64 0d0d 0d0d 0d
|
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-x.out | 24 0x0070: 2d64 6562 6961 6e20 2874 6578 746d 6f64 228 0x0bd0: 650a 3c54 543e 6170 6163 6865 2d64 6576
|
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/icu/icu4c/source/common/ |
D | putil.cpp | 188 double d64; member 355 convertedNumber.d64 = number; in uprv_isNaN() 381 convertedNumber.d64 = number; in uprv_isInfinite() 428 return gNan.d64; in uprv_getNaN() 441 return gInf.d64; in uprv_getInfinity()
|
/external/elfutils/libdwfl/ |
D | dwfl_segment_report_module.c | 794 Elf64_Dyn (*d64)[dyn_filesz / sizeof (Elf64_Dyn)] = dyns; in dwfl_segment_report_module() local 815 if (consider_dyn ((*d64)[i].d_tag, (*d64)[i].d_un.d_val)) in dwfl_segment_report_module()
|
D | link_map.c | 968 Elf64_Dyn (*d64)[dyn_filesz / sizeof (Elf64_Dyn)] = buf; in dwfl_link_map_report() local 1001 if ((*d64)[i].d_tag == DT_DEBUG) in dwfl_link_map_report() 1003 r_debug_vaddr = (*d64)[i].d_un.d_val; in dwfl_link_map_report()
|
/external/perfetto/src/traced/probes/ftrace/ |
D | cpu_reader_benchmark.cc | 91 000003b0: 0000 0000 0000 0000 6d64 7373 5f66 6230 ........mdss_fb0 93 000003d0: 10b1 9e03 2f00 0103 5714 0000 6d64 7373 ..../...W...mdss
|
D | cpu_reader_unittest.cc | 1157 000003b0: 0000 0000 0000 0000 6d64 7373 5f66 6230 ........mdss_fb0 1159 000003d0: 10b1 9e03 2f00 0103 5714 0000 6d64 7373 ..../...W...mdss
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-readobj/ |
D | elf-relr-relocs.test | 142 # GNU2-NEXT: 00010d64 00000008 R_386_RELATIVE
|
/external/conscrypt/openjdk/ |
D | build.gradle | 245 javaArchFlag = '-d64'
|
/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 …
|
/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/arm-optimized-routines/test/testcases/directed/ |
D | rred4.tst | 154 func=rred op1=6389bb5b.e14ce432 result=3ccb6e66.73d06bb3.d64 res2=00000003 errno=0
|
D | rred2.tst | 465 func=rred op1=4e022f7e.1c4e1e68 result=3cc68779.ff234dda.d64 res2=00000003 errno=0
|
/external/toolchain-utils/dejagnu/gdb_baseline/ |
D | x86_64-cros-linux-gnu | 2914 PASS: gdb.base/dfp-test.exp: next after initializing d64 2915 PASS: gdb.base/dfp-test.exp: d64 is initialized to 1.2345 2916 PASS: gdb.base/dfp-test.exp: next after assigning builtin infinity to d64 2917 PASS: gdb.base/dfp-test.exp: d64 is positive Infinity 2918 PASS: gdb.base/dfp-test.exp: next after assigning negative builtin infinity to d64 2919 PASS: gdb.base/dfp-test.exp: d64 is negative Infinity 2920 PASS: gdb.base/dfp-test.exp: next after assigning builtin NaN to d64 2921 PASS: gdb.base/dfp-test.exp: d64 is NaN 2922 PASS: gdb.base/dfp-test.exp: p d64=123.45dd 2923 PASS: gdb.base/dfp-test.exp: p d64=12345.dd [all …]
|
D | i686-pc-linux-gnu | 2680 PASS: gdb.base/dfp-test.exp: next after initializing d64 2681 PASS: gdb.base/dfp-test.exp: d64 is initialized to 1.2345 2682 PASS: gdb.base/dfp-test.exp: next after assigning builtin infinity to d64 2683 PASS: gdb.base/dfp-test.exp: d64 is positive Infinity 2684 PASS: gdb.base/dfp-test.exp: next after assigning negative builtin infinity to d64 2685 PASS: gdb.base/dfp-test.exp: d64 is negative Infinity 2686 PASS: gdb.base/dfp-test.exp: next after assigning builtin NaN to d64 2687 PASS: gdb.base/dfp-test.exp: d64 is NaN 2688 PASS: gdb.base/dfp-test.exp: p d64=123.45dd 2689 PASS: gdb.base/dfp-test.exp: p d64=12345.dd [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 …]
|