Searched refs:sqr1 (Results 1 – 1 of 1) sorted by relevance
1594 FixPoint1616_t sqr1; in VL53L0X_calc_sigma_estimate() local1809 sqr1 = pwMult * sigmaEstimateP1; in VL53L0X_calc_sigma_estimate()1812 sqr1 = (sqr1 + 0x8000) >> 16; in VL53L0X_calc_sigma_estimate()1815 sqr1 *= sqr1; in VL53L0X_calc_sigma_estimate()1826 sqrSum = sqr1 + sqr2; in VL53L0X_calc_sigma_estimate()1853 sqr1 = sigmaEstRtn * sigmaEstRtn; in VL53L0X_calc_sigma_estimate()1858 sqrtResult = VL53L0X_isqrt((sqr1 + sqr2)); in VL53L0X_calc_sigma_estimate()
Completed in 7 milliseconds