Home
last modified time | relevance | path

Searched defs:bcd (Results 1 – 8 of 8) sorted by relevance

/qemu/include/libdecnumber/
H A DdecNumberLocal.h479 #define GETCOEFF(df, bcd) { \ argument
484 #define GETWCOEFF(df, bcd) { \ argument
495 #define GETCOEFF(df, bcd) { \ argument
504 #define GETWCOEFF(df, bcd) { \ argument
523 #define GETCOEFF(df, bcd) { \ argument
541 #define GETWCOEFF(df, bcd) {??} /* [should never be used] */ argument
/qemu/include/hw/timer/
H A Di8254_internal.h43 uint8_t bcd; /* not supported */ member
/qemu/target/ppc/
H A Ddfp_helper.c1424 uint8_t bcd[6]; in helper_CDTBCD() local
1450 uint8_t bcd[6]; in helper_CBCDTD() local
H A Dint_helper.c2189 static int bcd_get_sgn(ppc_avr_t *bcd) in bcd_get_sgn()
2222 static uint8_t bcd_get_digit(ppc_avr_t *bcd, int n, int *invalid) in bcd_get_digit()
2237 static void bcd_put_digit(ppc_avr_t *bcd, uint8_t digit, int n) in bcd_put_digit()
2248 static bool bcd_is_valid(ppc_avr_t *bcd) in bcd_is_valid()
2266 static int bcd_cmp_zero(ppc_avr_t *bcd) in bcd_cmp_zero()
/qemu/libdecnumber/dpd/
H A Ddecimal64.c753 uInt bcd; /* BCD result */ in decDigitsFromDPD() local
/qemu/tests/tcg/i386/
H A Dtest-i386.c916 unsigned short bcd[5]; in test_fbcd() local
/qemu/libdecnumber/
H A DdecNumber.c3605 uByte * decNumberGetBCD(const decNumber *dn, uint8_t *bcd) { in decNumberGetBCD()
3639 decNumber * decNumberSetBCD(decNumber *dn, const uByte *bcd, uInt n) { in decNumberSetBCD()
/qemu/linux-headers/asm-x86/
H A Dkvm.h278 __u8 bcd; member