Home
last modified time | relevance | path

Searched refs:DECIMAL128_Bytes (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/libdecnumber/dpd/
H A Ddecimal128.h43 #define DECIMAL128_Bytes 16 /* length */ macro
67 uint8_t bytes[DECIMAL128_Bytes]; /* decimal128: 1, 5, 12, 110 bits*/
/openbmc/qemu/libdecnumber/dpd/
H A Ddecimal128.c490 return memcmp(d128, &canon, DECIMAL128_Bytes)==0; in decimal128IsCanonical()
542 char buf[DECIMAL128_Bytes*2+1]; in decimal128Show()
546 for (i=0; i<DECIMAL128_Bytes; i++, j+=2) { in decimal128Show()
555 for (i=0; i<DECIMAL128_Bytes; i++, j+=2) { in decimal128Show()