Searched refs:small_part_of_scale (Results 1 – 1 of 1) sorted by relevance
189 static fp_type const small_part_of_scale = scale() / 100; in near_end() local190 return m_approximation < small_part_of_scale in near_end()191 || m_approximation > scale() - small_part_of_scale; in near_end()