Searched refs:DECIMAL128_Bytes (Results 1 – 2 of 2) sorted by relevance
43 #define DECIMAL128_Bytes 16 /* length */ macro67 uint8_t bytes[DECIMAL128_Bytes]; /* decimal128: 1, 5, 12, 110 bits*/
490 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()