OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DECQUAD_Bytes
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/libdecnumber/
decQuad.h
40
#define
DECQUAD_Bytes
16 /* length */
57
uint8_t bytes[
DECQUAD_Bytes
]; /* fields: 1, 5, 12, 110 bits */
58
uint16_t shorts[
DECQUAD_Bytes
/2];
59
uint32_t words[
DECQUAD_Bytes
/4];
61
uint64_t longs[
DECQUAD_Bytes
/8];
decDouble.c
47
#define DECWBYTES
DECQUAD_Bytes
decQuad.c
40
#define DECBYTES
DECQUAD_Bytes
Completed in 33 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026