Home
last modified time | relevance | path

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

/liblc3-latest/src/
Dfastmath.h34 #define LC3_IEEE754_EXP_SHL (23) macro
35 #define LC3_IEEE754_EXP_MASK (0xff << LC3_IEEE754_EXP_SHL)
49 x.s += exp << LC3_IEEE754_EXP_SHL; in lc3_ldexpf()
63 int e = (x.u & LC3_IEEE754_EXP_MASK) >> LC3_IEEE754_EXP_SHL; in lc3_frexpf()
67 ((LC3_IEEE754_EXP_BIAS - 1) << LC3_IEEE754_EXP_SHL); in lc3_frexpf()
117 y.s += (k >> 3) << LC3_IEEE754_EXP_SHL; in lc3_exp2f()