Home
last modified time | relevance | path

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

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