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

/freebsd-11.0-release/contrib/gcclibs/libdecnumber/
H A Ddecimal64.h42 #define DECIMAL64_Bytes 8 /* length */ macro
61 uint8_t bytes[DECIMAL64_Bytes]; /* decimal64: 1, 5, 8, 50 bits */
H A Ddecimal64.c326 char buf[DECIMAL64_Bytes * 2 + 1];
329 for (i = 0; i < DECIMAL64_Bytes; i++)

Completed in 105 milliseconds