Home
last modified time | relevance | path

Searched refs:dto (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/hw/sd/
H A Domap_mmc.c53 uint16_t dto; member
315 host->dto = 0; in omap_mmc_reset()
365 return s->dto; in omap_mmc_read()
498 s->dto = value & 0xffff; in omap_mmc_write()
/openbmc/qemu/disas/
H A Dm68k.c4726 double dto; in floatformat_to_double() local
4770 dto = NAN; in floatformat_to_double()
4772 dto = INFINITY; in floatformat_to_double()
4775 dto = -dto; in floatformat_to_double()
4777 *to = dto; in floatformat_to_double()
4784 dto = 0.0; in floatformat_to_double()
4801 dto = ldexp (1.0, exponent); in floatformat_to_double()
4816 dto += ldexp ((double)mant, in floatformat_to_double()
4822 dto += ldexp ((double)mant, exponent - mant_bits); in floatformat_to_double()
4831 dto = -dto; in floatformat_to_double()
[all …]
/openbmc/openbmc/poky/meta/lib/oe/
H A Dbuildhistory_analysis.py142 for dfrom, dto in renamed_dirs:
143 …{colour_remove}{}{colour_default} -> {colour_add}{}{colour_default}'.format(dfrom, dto, **colours))