Searched refs:LC3_IEEE754_EXP_MASK (Results 1 – 1 of 1) sorted by relevance
35 #define LC3_IEEE754_EXP_MASK (0xff << LC3_IEEE754_EXP_SHL) macro48 if (x.s & LC3_IEEE754_EXP_MASK) in lc3_ldexpf()63 int e = (x.u & LC3_IEEE754_EXP_MASK) >> LC3_IEEE754_EXP_SHL; in lc3_frexpf()66 x.u = (x.u & ~LC3_IEEE754_EXP_MASK) | in lc3_frexpf()