Searched refs:components (Results 1 – 2 of 2) sorted by relevance
632 struct double_components components; in get_normalized_components() local633 components.is_negative = negative; in get_normalized_components()643 components.integral = (int_fast64_t) scaled; in get_normalized_components()644 double remainder = non_normalized - unapply_scaling((double) components.integral, normalization); in get_normalized_components()650 …components.fractional = (int_fast64_t) scaled_remainder; // when precision == 0, the assigned valu… in get_normalized_components()653 components.fractional += (scaled_remainder >= rounding_threshold); in get_normalized_components()656 components.fractional &= ~((int_fast64_t) 0x1); in get_normalized_components()663 if ((double) components.fractional >= prec_power_of_10) { in get_normalized_components()664 components.fractional = 0; in get_normalized_components()665 ++components.integral; in get_normalized_components()[all …]
224 bool "Enable debugging of components automatic initialization"
Completed in 7 milliseconds