Searched refs:fraction (Results 1 – 2 of 2) sorted by relevance
129 u32 fraction = bits24 & FRACTION_MASK24; in Bits24ToFloat32() local143 fraction = fraction << (FRACTION_WIDTH32 - FRACTION_WIDTH24); in Bits24ToFloat32()146 bits32 |= fraction & FRACTION_MASK32; in Bits24ToFloat32()165 u32 fraction = bits32 & FRACTION_MASK32; in Float32ToBits24() local179 fraction = fraction >> (FRACTION_WIDTH32 - FRACTION_WIDTH24); in Float32ToBits24()193 bits24 |= fraction & FRACTION_MASK24; in Float32ToBits24()286 u32 fraction = bits31 & FRACTION_MASK31; in Bits31ToFloat32() local301 bits32 |= fraction & FRACTION_MASK32; in Bits31ToFloat32()320 u32 fraction = bits32 & FRACTION_MASK32; in Float32ToBits31() local346 bits31 |= fraction & FRACTION_MASK31; in Float32ToBits31()[all …]
895 …nverted according to ""conversion from float32 to signed fixed13 (8bits fraction),"" and the resul…991 …nverted according to ""conversion from float32 to signed fixed13 (8bits fraction),"" and the resul…1057 …nverted according to ""conversion from float32 to signed fixed13 (8bits fraction),"" and the resul…