Home
last modified time | relevance | path

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

/hal_st-3.7.0/sensor/vl53l0x/api/core/src/
Dvl53l0x_api_core.c1727 FixPoint1616_t sqr2; in VL53L0X_calc_sigma_estimate() local
1921 sqr2 = sigmaEstimateP2; in VL53L0X_calc_sigma_estimate()
1924 sqr2 = (sqr2 + 0x8000) >> 16; in VL53L0X_calc_sigma_estimate()
1927 sqr2 *= sqr2; in VL53L0X_calc_sigma_estimate()
1930 sqrSum = sqr1 + sqr2; in VL53L0X_calc_sigma_estimate()
1974 sqr2 = sigmaEstRef * sigmaEstRef; in VL53L0X_calc_sigma_estimate()
1977 sqrtResult = VL53L0X_isqrt((sqr1 + sqr2)); in VL53L0X_calc_sigma_estimate()