Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libparse/
H A Dmfp_mul.c104 int mid_index = 1+low_index; /* formal [1..4]! - index for high long word in mfp_mul() local
107 int high_index = 1+mid_index; /* formal [2..5]! - index for high word overflow 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()