Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcclibs/libdecnumber/
Ddecimal64.c227 dn->exponent = exp + decimal64ExpCon (d64) - DECIMAL64_Bias; /* remove bias */ in decimal64ToNumber()
335 decimal64Sign (d64), decimal64Comb (d64), decimal64ExpCon (d64)); in decimal64Show()
Ddecimal64.h81 #define decimal64ExpCon(d) ((((d)->bytes[0] & 0x03)<<6) \ macro