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

/freebsd-11.0-release/contrib/ntp/libparse/
H A Dmfp_mul.c104 int mid_index = 1+low_index; /* formal [1..4]! - index for high long word local
107 int high_index = 1+mid_index; /* formal [2..5]! - index for high word overflow
131 if (((c[mid_index] >> 1) + (result_high >> 1) + ((c[mid_index] & result_high & 1) != 0)) &
136 c[mid_index] += result_high; /* will add a 0 to c[4] once but saves 15 if conditions */

Completed in 106 milliseconds