Home
last modified time | relevance | path

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

/CTR-SDK-4.2.5/include/nn/util/
Dutil_Float24.h129 u32 fraction = bits24 & FRACTION_MASK24; in Bits24ToFloat32() local
143 fraction = fraction << (FRACTION_WIDTH32 - FRACTION_WIDTH24); in Bits24ToFloat32()
146 bits32 |= fraction & FRACTION_MASK32; in Bits24ToFloat32()
165 u32 fraction = bits32 & FRACTION_MASK32; in Float32ToBits24() local
179 fraction = fraction >> (FRACTION_WIDTH32 - FRACTION_WIDTH24); in Float32ToBits24()
193 bits24 |= fraction & FRACTION_MASK24; in Float32ToBits24()
286 u32 fraction = bits31 & FRACTION_MASK31; in Bits31ToFloat32() local
301 bits32 |= fraction & FRACTION_MASK32; in Bits31ToFloat32()
320 u32 fraction = bits32 & FRACTION_MASK32; in Float32ToBits31() local
346 bits31 |= fraction & FRACTION_MASK31; in Float32ToBits31()
[all …]
/CTR-SDK-4.2.5/tools/CommandLineTools/ctr_GxCommandAnalyzer/
Ddetail.csv895 …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…