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

/freebsd-11-stable/contrib/gcclibs/libdecnumber/
H A Ddecimal32.h38 #define DECIMAL32_Bytes 4 /* length */ macro
57 uint8_t bytes[DECIMAL32_Bytes]; /* decimal32: 1, 5, 6, 20 bits */
H A Ddecimal32.c326 char buf[DECIMAL32_Bytes * 2 + 1];
329 for (i = 0; i < DECIMAL32_Bytes; i++)

Completed in 122 milliseconds