Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/demodulator/hal/macan/demod/
H A DhalDMD_INTERN_common.c985 MS_U32 u32_temp = 1; in Log10Approx() local
989 u32_temp = u32_temp << 1; in Log10Approx()
990 if (flt_x < (float)u32_temp) in Log10Approx()
/utopia/UTPA2-700.0.x/modules/demodulator/hal/messi/demod/
H A DhalDMD_INTERN_common.c985 MS_U32 u32_temp = 1; in Log10Approx() local
989 u32_temp = u32_temp << 1; in Log10Approx()
990 if (flt_x < (float)u32_temp) in Log10Approx()
/utopia/UTPA2-700.0.x/modules/demodulator/hal/mainz/demod/
H A DhalDMD_INTERN_common.c985 MS_U32 u32_temp = 1; in Log10Approx() local
989 u32_temp = u32_temp << 1; in Log10Approx()
990 if (flt_x < (float)u32_temp) in Log10Approx()
/utopia/UTPA2-700.0.x/modules/demodulator/hal/maldives/demod/
H A DhalDMD_INTERN_common.c985 MS_U32 u32_temp = 1; in Log10Approx() local
989 u32_temp = u32_temp << 1; in Log10Approx()
990 if (flt_x < (float)u32_temp) in Log10Approx()
/utopia/UTPA2-700.0.x/modules/demodulator/hal/mustang/demod/
H A DhalDMD_INTERN_common.c985 MS_U32 u32_temp = 1; in Log10Approx() local
989 u32_temp = u32_temp << 1; in Log10Approx()
990 if (flt_x < (float)u32_temp) in Log10Approx()
/utopia/UTPA2-700.0.x/modules/demodulator/hal/mooney/demod/
H A DhalDMD_INTERN_common.c985 MS_U32 u32_temp = 1; in Log10Approx() local
989 u32_temp = u32_temp << 1; in Log10Approx()
990 if (flt_x < (float)u32_temp) in Log10Approx()
/utopia/UTPA2-700.0.x/modules/demodulator/hal/manhattan/demod/
H A DhalDMD_INTERN_common.c1051 MS_U32 u32_temp = 1; in Log10Approx() local
1055 u32_temp = u32_temp << 1; in Log10Approx()
1056 if (flt_x < (float)u32_temp) in Log10Approx()
/utopia/UTPA2-700.0.x/modules/demodulator/drv/dmd/t3/Int_DVBC/
H A DINTERN_DVBC.c1321 U32 u32_temp = 1; in Log10Approx() local
1325 u32_temp = u32_temp << 1; in Log10Approx()
1326 if (flt_x < (float)u32_temp) in Log10Approx()
/utopia/UTPA2-700.0.x/modules/demodulator/drv/dmd/t3/Int_DVBT/
H A DINTERN_DVBT.c1528 U32 u32_temp = 1; in Log10Approx() local
1532 u32_temp = u32_temp << 1; in Log10Approx()
1533 if (flt_x < (float)u32_temp) in Log10Approx()
/utopia/UTPA2-700.0.x/modules/demodulator/drv/demod/
H A DdrvDMD_INTERN_DVBT.c294 MS_U32 u32_temp = 1; in Log10Approx() local
298 u32_temp = u32_temp << 1; in Log10Approx()
299 if (flt_x < (float)u32_temp) in Log10Approx()
H A DdrvDMD_INTERN_DVBC.c274 MS_U32 u32_temp = 1; in Log10Approx() local
278 u32_temp = u32_temp << 1; in Log10Approx()
279 if (flt_x < (float)u32_temp) in Log10Approx()
H A DdrvDMD_INTERN_DVBS_v2.c457 MS_U32 u32_temp = 1; in Log10Approx() local
461 u32_temp = u32_temp << 1; in Log10Approx()
462 if (flt_x < (float)u32_temp) in Log10Approx()
H A DdrvDMD_INTERN_DVBS.c250 MS_U32 u32_temp = 1; in Log10Approx() local
254 u32_temp = u32_temp << 1; in Log10Approx()
255 if (flt_x < (float)u32_temp) in Log10Approx()