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

/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A Ddecimal128.h46 #define DECIMAL128_Bytes 16 /* length */ macro
65 uint8_t bytes[DECIMAL128_Bytes]; /* decimal128: 1, 5, 12, 110 bits */
H A Ddecimal128.c335 char buf[DECIMAL128_Bytes * 2 + 1];
338 for (i = 0; i < DECIMAL128_Bytes; i++)

Completed in 102 milliseconds