Home
last modified time | relevance | path

Searched refs:result_high (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ntp/libparse/
H A Dmfp_mul.c102 u_long result_low, result_high; in mfp_mul() local
114 result_high = result_low >> (FRACTION_PREC/2); in mfp_mul()
120 result_high = 0; in mfp_mul()
126 result_high++; /* propagate overflows */ in mfp_mul()
131 if (((c[mid_index] >> 1) + (result_high >> 1) + ((c[mid_index] & result_high & 1) != 0)) & in mfp_mul()
136 c[mid_index] += result_high; /* will add a 0 to c[4] once but saves 15 if conditions */ in mfp_mul()