Searched refs:sqr2 (Results 1 – 1 of 1) sorted by relevance
1595 FixPoint1616_t sqr2; in VL53L0X_calc_sigma_estimate() local1817 sqr2 = sigmaEstimateP2; in VL53L0X_calc_sigma_estimate()1820 sqr2 = (sqr2 + 0x8000) >> 16; in VL53L0X_calc_sigma_estimate()1823 sqr2 *= sqr2; in VL53L0X_calc_sigma_estimate()1826 sqrSum = sqr1 + sqr2; in VL53L0X_calc_sigma_estimate()1855 sqr2 = cSigmaEstRef * cSigmaEstRef; in VL53L0X_calc_sigma_estimate()1858 sqrtResult = VL53L0X_isqrt((sqr1 + sqr2)); in VL53L0X_calc_sigma_estimate()
Completed in 5 milliseconds