Searched refs:expwidth (Results 1 – 1 of 1) sorted by relevance
65 #define MAKE_FLOATXX(width, expwidth, sign, exp, msb, rest_of_frac) \ argument67 (u_int ## width ## _t)(exp) << ((width) - 1 - (expwidth)) |\68 (u_int ## width ## _t)(msb) << ((width) - 1 - (expwidth) - 1) |\