Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/libdecnumber/
H A Ddecimal64.h78 #define decimal64Comb(d) (((d)->bytes[0] & 0x7c)>>2) macro
H A Ddecimal64.c335 decimal64Sign (d64), decimal64Comb (d64), decimal64ExpCon (d64)); in decimal64Show()