Home
last modified time | relevance | path

Searched defs:digits (Results 1 – 7 of 7) sorted by relevance

/qemu/tests/multiboot/
H A Dlibc.c51 char digits[] = "0123456789abcdef"; in print_num() local
/qemu/tests/tcg/minilib/
H A Dprintf.c30 static const char digits[] = "0123456789abcdef"; in print_num() local
/qemu/include/libdecnumber/
H A DdecNumber.h82 int32_t digits; /* Count of digits in the coefficient; >0 */ member
H A DdecContext.h82 int32_t digits; /* working precision */ member
/qemu/libdecnumber/dpd/
H A Ddecimal64.c620 Int digits=dn->digits; /* digit countdown */ in decDigitsToDPD() local
/qemu/target/arm/
H A Dcpu.c1282 int digits; in aarch64_cpu_dump_state() local
/qemu/libdecnumber/
H A DdecNumber.c6832 static Int decShiftToMost(Unit *uar, Int digits, Int shift) {
7916 Int digits=(len-1)*DECDPUN+1; /* possible digits excluding msu */ local
8138 Int ae, d, digits; /* .. */ local