Home
last modified time | relevance | path

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

/trueos/contrib/gcclibs/libdecnumber/
HDdecimal128.h46 #define DECIMAL128_Bytes 16 /* length */ macro
65 uint8_t bytes[DECIMAL128_Bytes]; /* decimal128: 1, 5, 12, 110 bits */
HDdecimal128.c335 char buf[DECIMAL128_Bytes * 2 + 1]; in decimal128Show()
338 for (i = 0; i < DECIMAL128_Bytes; i++) in decimal128Show()