Searched refs:rounding_threshold (Results 1 – 1 of 1) sorted by relevance
648 double rounding_threshold = 0.5; in get_normalized_components() local653 components.fractional += (scaled_remainder >= rounding_threshold); in get_normalized_components()654 if (scaled_remainder == rounding_threshold) { in get_normalized_components()
Completed in 6 milliseconds