Searched refs:scaled_remainder (Results 1 – 1 of 1) sorted by relevance
647 double scaled_remainder = apply_scaling(remainder, account_for_precision); in get_normalized_components() local650 …components.fractional = (int_fast64_t) scaled_remainder; // when precision == 0, the assigned valu… in get_normalized_components()651 …scaled_remainder -= (double) components.fractional; //when precision == 0, this will not change sc… in get_normalized_components()653 components.fractional += (scaled_remainder >= rounding_threshold); in get_normalized_components()654 if (scaled_remainder == rounding_threshold) { in get_normalized_components()
Completed in 20 milliseconds