Home
last modified time | relevance | path

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

/btstack/3rd-party/lc3-google/src/
H A Dfastmath.h36 #define LC3_IEEE754_EXP_BIAS (127) macro
64 *exp = e - (LC3_IEEE754_EXP_BIAS - 1); in lc3_frexpf()
67 ((LC3_IEEE754_EXP_BIAS - 1) << LC3_IEEE754_EXP_SHL); in lc3_frexpf()