Home
last modified time | relevance | path

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

/hal_st-3.4.0/sensor/vl53l0x/api/core/src/
Dvl53l0x_api_core.c123 uint32_t VL53L0X_isqrt(uint32_t num) in VL53L0X_isqrt() function
172 res = VL53L0X_isqrt(a * a + b * b); in VL53L0X_quadrature_sum()
1665 dmaxDark = VL53L0X_isqrt(dmaxDarkTmp); in VL53L0X_calc_dmax()
1674 dmaxAmbient = VL53L0X_isqrt(dmaxAmbient); in VL53L0X_calc_dmax()
1851 sigmaEstimateP3 = 2 * VL53L0X_isqrt(vcselTotalEventsRtn * 12); in VL53L0X_calc_sigma_estimate()
1933 sqrtResult_centi_ns = VL53L0X_isqrt(sqrSum); in VL53L0X_calc_sigma_estimate()
1963 VL53L0X_isqrt((cDfltFinalRangeIntegrationTimeMilliSecs + in VL53L0X_calc_sigma_estimate()
1977 sqrtResult = VL53L0X_isqrt((sqr1 + sqr2)); in VL53L0X_calc_sigma_estimate()
/hal_st-3.4.0/sensor/vl53l0x/api/core/inc/
Dvl53l0x_api_core.h49 uint32_t VL53L0X_isqrt(uint32_t num);