/external/icu/icu4c/source/i18n/ |
D | double-conversion-ieee.h | 53 static float uint32_to_float(uint32_t d32) { return BitCast<float>(d32); } in uint32_to_float() argument 299 explicit Single(uint32_t d32) : d32_(d32) {} in Single() argument 317 uint32_t d32 = AsUint32(); in Exponent() local 319 static_cast<int>((d32 & kExponentMask) >> kPhysicalSignificandSize); in Exponent() 324 uint32_t d32 = AsUint32(); in Significand() local 325 uint32_t significand = d32 & kSignificandMask; in Significand() 335 uint32_t d32 = AsUint32(); in IsDenormal() local 336 return (d32 & kExponentMask) == 0; in IsDenormal() 342 uint32_t d32 = AsUint32(); in IsSpecial() local 343 return (d32 & kExponentMask) == kExponentMask; in IsSpecial() [all …]
|
/external/icu/libicu/cts_headers/ |
D | double-conversion-ieee.h | 53 static float uint32_to_float(uint32_t d32) { return BitCast<float>(d32); } in uint32_to_float() argument 299 explicit Single(uint32_t d32) : d32_(d32) {} in Single() argument 317 uint32_t d32 = AsUint32(); in Exponent() local 319 static_cast<int>((d32 & kExponentMask) >> kPhysicalSignificandSize); in Exponent() 324 uint32_t d32 = AsUint32(); in Significand() local 325 uint32_t significand = d32 & kSignificandMask; in Significand() 335 uint32_t d32 = AsUint32(); in IsDenormal() local 336 return (d32 & kExponentMask) == 0; in IsDenormal() 342 uint32_t d32 = AsUint32(); in IsSpecial() local 343 return (d32 & kExponentMask) == kExponentMask; in IsSpecial() [all …]
|
/external/arm-trusted-firmware/plat/rockchip/rk3399/drivers/dram/ |
D | dram.c | 42 noc->ddrtiminga0.d32 = mmio_read_32(MSCH_BASE(i) + in dram_init() 44 noc->ddrtimingb0.d32 = mmio_read_32(MSCH_BASE(i) + in dram_init() 46 noc->ddrtimingc0.d32 = mmio_read_32(MSCH_BASE(i) + in dram_init() 48 noc->devtodev0.d32 = mmio_read_32(MSCH_BASE(i) + in dram_init() 50 noc->ddrmode.d32 = mmio_read_32(MSCH_BASE(i) + MSCH_DDRMODE); in dram_init()
|
D | dram.h | 45 uint32_t d32; member 58 uint32_t d32; member 72 uint32_t d32; member 82 uint32_t d32; member 96 uint32_t d32; member
|
D | suspend.c | 464 noc->ddrtiminga0.d32); in dram_all_config() 466 noc->ddrtimingb0.d32); in dram_all_config() 468 noc->ddrtimingc0.d32); in dram_all_config() 470 noc->devtodev0.d32); in dram_all_config() 471 mmio_write_32(MSCH_BASE(i) + MSCH_DDRMODE, noc->ddrmode.d32); in dram_all_config()
|
/external/llvm-project/llvm/test/MC/ARM/ |
D | d16.s | 1 @ RUN: llvm-mc < %s -triple thumbv7-unknown-unknown -show-encoding -mattr=+vfp4,+d32 2>&1 | Fil… 2 @ RUN: not llvm-mc < %s -triple thumbv7-unknown-unknown -show-encoding -mattr=+vfp4,-d32 2>&1 | Fil…
|
D | vldm-vstm-diags.s | 2 @ RUN: not llvm-mc -triple armv7-eabi -filetype asm -o /dev/null -mattr=-d32 %s 2>&1 | FileCheck %s…
|
/external/cpuinfo/src/arm/linux/ |
D | aarch32-isa.c | 51 isa->d32 = true; in cpuinfo_arm_linux_decode_isa_from_proc_cpuinfo() 219 isa->d32 = true; in cpuinfo_arm_linux_decode_isa_from_proc_cpuinfo()
|
/external/llvm-project/llvm/test/CodeGen/ARM/ |
D | arm32-rounding.ll | 2 ; RUN: llc < %s -mtriple=thumbv7em-linux-gnueabihf -mattr=+fp-armv8,-d32,-fp64 | FileCheck --check-… 3 ; RUN: llc < %s -mtriple=thumbv7em-linux-gnueabihf -mattr=+fp-armv8,-d32 | FileCheck --check-prefix…
|
D | cmse-clear-float-bigend.mir | 19 …ze"="8" "target-cpu"="generic" "target-features"="+8msecext,+armv8-m.main,-d32,-fp64,+fp-armv8,+hw…
|
/external/caliper/caliper/src/main/resources/com/google/caliper/config/ |
D | global-config.properties | 17 vm.jdk-32-client.args=-d32 -client 20 vm.jdk-32-server.args=-d32 -server
|
/external/cpuinfo/include/ |
D | cpuinfo.h | 1453 bool d32; member 1580 return cpuinfo_isa.vfpv3 && cpuinfo_isa.d32; in cpuinfo_has_arm_vfpv3_d32() 1600 return cpuinfo_isa.vfpv3 && cpuinfo_isa.fp16 && cpuinfo_isa.d32; in cpuinfo_has_arm_vfpv3_fp16_d32() 1620 return cpuinfo_isa.vfpv3 && cpuinfo_isa.fma && cpuinfo_isa.d32; in cpuinfo_has_arm_vfpv4_d32()
|
/external/cpuinfo/test/mock/ |
D | scaleway.cc | 75 TEST(ISA, d32) { in TEST() argument 76 ASSERT_TRUE(cpuinfo_isa.d32); in TEST()
|
/external/llvm-project/llvm/test/CodeGen/MIR/ARM/ |
D | thumb2-sub-sp-t3.mir | 21 …ector-buffer-size"="8" "target-cpu"="generic" "target-features"="+armv7-a,+d32,+dsp,+fp64,+fpregs,… 22 …ector-buffer-size"="8" "target-cpu"="generic" "target-features"="+armv7-a,+d32,+dsp,+fp64,+fpregs,…
|
/external/angle/third_party/vulkan-deps/glslang/src/Test/ |
D | loopsArtificial.frag | 47 uniform float d32;
|
/external/deqp-deps/glslang/Test/ |
D | loopsArtificial.frag | 47 uniform float d32;
|
/external/llvm-project/llvm/test/MC/X86/ |
D | x86-32.s | 1120 jmp.d32 foo 1130 je.d32 foo
|
/external/tcpdump/tests/ |
D | icmpv6.out | 13 0x0020: 0464 6f6d 3104 646f 6d32 0374 6c64 0000
|
/external/elfutils/libdwfl/ |
D | dwfl_segment_report_module.c | 778 Elf32_Dyn *d32 = dyns; in dwfl_segment_report_module() local 798 GElf_Sxword tag = is32 ? d32[i].d_tag : d64[i].d_tag; in dwfl_segment_report_module() 799 GElf_Xword val = is32 ? d32[i].d_un.d_val : d64[i].d_un.d_val; in dwfl_segment_report_module()
|
D | link_map.c | 985 Elf32_Dyn (*d32)[dyn_filesz / sizeof (Elf32_Dyn)] = buf; in dwfl_link_map_report() local 1009 if ((*d32)[i].d_tag == DT_DEBUG) in dwfl_link_map_report() 1011 r_debug_vaddr = (*d32)[i].d_un.d_val; in dwfl_link_map_report()
|
/external/llvm-project/llvm/test/CodeGen/Thumb2/ |
D | t2sizereduction.mir | 32 …ck-protector-buffer-size"="8" "target-cpu"="cortex-m7" "target-features"="-d32,+dsp,+fp-armv8,-fp6…
|
/external/kernel-headers/original/uapi/sound/ |
D | asequencer.h | 259 unsigned int d32[2]; member
|
/external/pdfium/third_party/libpng16/ |
D | png.c | 3423 png_uint_32 d32, d00; 3426 d32 = D >> (32-bitshift), d00 = D << bitshift; 3429 d32 = 0, d00 = D; 3431 if (s32 > d32) 3434 s32 -= d32, s00 -= d00, result += 1<<bitshift; 3438 if (s32 == d32 && s00 >= d00)
|
/external/libpng/ |
D | png.c | 3422 png_uint_32 d32, d00; 3425 d32 = D >> (32-bitshift), d00 = D << bitshift; 3428 d32 = 0, d00 = D; 3430 if (s32 > d32) 3433 s32 -= d32, s00 -= d00, result += 1<<bitshift; 3437 if (s32 == d32 && s00 >= d00)
|
/external/llvm-project/llvm/test/Transforms/LoopVectorize/ARM/ |
D | mve-vldn.ll | 87 …+thumb-mode,+vfp2,+vfp2sp,+vfp3d16,+vfp3d16sp,+vfp4d16,+vfp4d16sp,-crypto,-d32,-fp-armv8,-fp-armv8…
|