Home
last modified time | relevance | path

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

/openbsd-src/sys/arch/alpha/alpha/
H A Dfp_complete.c65 #define MAKE_FLOATXX(width, expwidth, sign, exp, msb, rest_of_frac) \ argument
67 (u_int ## width ## _t)(exp) << ((width) - 1 - (expwidth)) |\
68 (u_int ## width ## _t)(msb) << ((width) - 1 - (expwidth) - 1) |\