Searched refs:quot1 (Results 1 – 1 of 1) sorted by relevance
6067 int quot0, quot1, s; in recip_sqrt_estimate() local6073 quot1 = static_cast<int>(a * 256.0); in recip_sqrt_estimate()6074 r = 1.0 / sqrt((static_cast<double>(quot1) + 0.5) / 256.0); in recip_sqrt_estimate()