Home
last modified time | relevance | path

Searched refs:roundf (Results 1 – 7 of 7) sorted by relevance

/hardware/invensense/60xx/libsensors_iio/software/core/driver/include/
Dmlmath.h23 #define roundf(x)(((float )((long long)((x)>0?(x)+.5f:(x)-.5f)))) macro
59 #define roundf(x) (((float )((long long)((x)>0?(x)+.5f:(x)-.5f)))) macro
/hardware/invensense/60xx/mlsdk/platform/include/
Dmlmath.h35 #define roundf(x)(((float )((long long)((x)>0?(x)+.5f:(x)-.5f)))) macro
71 #define roundf(x) (((float )((long long)((x)>0?(x)+.5f:(x)-.5f)))) macro
/hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
Dmlmath.h23 #define roundf(x)(((float )((long long)((x)>0?(x)+.5f:(x)-.5f)))) macro
59 #define roundf(x) (((float )((long long)((x)>0?(x)+.5f:(x)-.5f)))) macro
/hardware/invensense/6515/libsensors_iio/software/core/driver/include/
Dmlmath.h23 #define roundf(x)(((float )((long long)((x)>0?(x)+.5f:(x)-.5f)))) macro
59 #define roundf(x) (((float )((long long)((x)>0?(x)+.5f:(x)-.5f)))) macro
/hardware/qcom/display/msm8974/libhwcomposer/
Dhwc_utils.h166 if(cropF.left - roundf(cropF.left) || in isNonIntegralSourceCrop()
167 cropF.top - roundf(cropF.top) || in isNonIntegralSourceCrop()
168 cropF.right - roundf(cropF.right) || in isNonIntegralSourceCrop()
169 cropF.bottom - roundf(cropF.bottom)) in isNonIntegralSourceCrop()
/hardware/qcom/display/msm8084/libhwcomposer/
Dhwc_utils.h214 if(cropF.left - roundf(cropF.left) || in isNonIntegralSourceCrop()
215 cropF.top - roundf(cropF.top) || in isNonIntegralSourceCrop()
216 cropF.right - roundf(cropF.right) || in isNonIntegralSourceCrop()
217 cropF.bottom - roundf(cropF.bottom)) in isNonIntegralSourceCrop()
/hardware/qcom/display/msm8226/libhwcomposer/
Dhwc_utils.h235 if(cropF.left - roundf(cropF.left) || in isNonIntegralSourceCrop()
236 cropF.top - roundf(cropF.top) || in isNonIntegralSourceCrop()
237 cropF.right - roundf(cropF.right) || in isNonIntegralSourceCrop()
238 cropF.bottom - roundf(cropF.bottom)) in isNonIntegralSourceCrop()