Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/alpha/alpha/
Dfp_complete.c97 #define MAKE_FLOATXX(width, expwidth, sign, exp, msb, rest_of_frac) \ argument
99 (u_int ## width ## _t)(exp) << ((width) - 1 - (expwidth)) |\
100 (u_int ## width ## _t)(msb) << ((width) - 1 - (expwidth) - 1) |\