Searched refs:sqr2 (Results 1 – 1 of 1) sorted by relevance
1727 FixPoint1616_t sqr2; in VL53L0X_calc_sigma_estimate() local1921 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()