Home
last modified time | relevance | path

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

/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/
Dand_constructor.h25 range.mantissa = (long)x; \
29 x = (float)(range.mantissa); \
/hardware/invensense/60xx/mlsdk/platform/include/linux/
Dmpu.h203 long mantissa; member
209 return (long)(rng.mantissa * 1000 + rng.fraction / 10); in range_fixedpoint_to_long_mg()
/hardware/invensense/60xx/mlsdk/mllite/
Dmldl_cfg_mpu.c96 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()
Dml.h283 range.mantissa = (long)x; \
287 x = (float)(range.mantissa); \
/hardware/intel/img/hwcomposer/ips/common/
DOverlayPlaneBase.cpp860 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()
DOverlayHardware.h151 uint16_t mantissa; member
/hardware/intel/img/hwcomposer/ips/anniedale/
DAnnOverlayPlane.cpp533 xcoeffY[pos].mantissa); in scalingSetup()
542 xcoeffUV[pos].mantissa); in scalingSetup()
552 ycoeffY[pos].mantissa); in scalingSetup()
561 ycoeffUV[pos].mantissa); in scalingSetup()
/hardware/intel/img/psb_video/src/
Dpsb_overlay.c304 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()
Dpsb_overlay.h254 uint16_t mantissa; member
/hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/tests/
DAacEncTest.c2888 float mantissa =0; local
2899 mantissa = fOutBufSize - OutputBufferSize;
2900 if(mantissa > 0) /*rounding-up*/