Searched refs:mantissa (Results 1 – 10 of 10) sorted by relevance
25 range.mantissa = (long)x; \29 x = (float)(range.mantissa); \
203 long mantissa; member209 return (long)(rng.mantissa * 1000 + rng.fraction / 10); in range_fixedpoint_to_long_mg()
96 MPL_LOGD("slave_accel->range.mantissa= %02x\n", (int)mldl_cfg->accel->range.mantissa); in mpu_print_cfg()112 MPL_LOGD("slave_compass->range.mantissa= %02x\n", (int)mldl_cfg->compass->range.mantissa); in mpu_print_cfg()128 MPL_LOGD("slave_pressure->range.mantissa= %02x\n", (int)mldl_cfg->pressure->range.mantissa); in mpu_print_cfg()
283 range.mantissa = (long)x; \287 x = (float)(range.mantissa); \
860 pCoeff[pos].mantissa = icoeff << res; in setCoeffRegs()864 pCoeff[pos].mantissa = icoeff << res; in setCoeffRegs()868 pCoeff[pos].mantissa = icoeff << res; in setCoeffRegs()872 pCoeff[pos].mantissa = icoeff << res; in setCoeffRegs()1100 xcoeffY[pos].mantissa); in scalingSetup()1109 xcoeffUV[pos].mantissa); in scalingSetup()
151 uint16_t mantissa; member
533 xcoeffY[pos].mantissa); in scalingSetup()542 xcoeffUV[pos].mantissa); in scalingSetup()552 ycoeffY[pos].mantissa); in scalingSetup()561 ycoeffUV[pos].mantissa); in scalingSetup()
304 pCoeff[pos].mantissa = icoeff << res; in SetCoeffRegs()308 pCoeff[pos].mantissa = icoeff << res; in SetCoeffRegs()312 pCoeff[pos].mantissa = icoeff << res; in SetCoeffRegs()316 pCoeff[pos].mantissa = icoeff << res; in SetCoeffRegs()706 xcoeffY[pos].mantissa); in i830_display_video()714 xcoeffUV[pos].mantissa); in i830_display_video()
254 uint16_t mantissa; member
2888 float mantissa =0; local2899 mantissa = fOutBufSize - OutputBufferSize;2900 if(mantissa > 0) /*rounding-up*/