Lines Matching full:62
89 (hi) = fma1hi + fma2hi + (fmatt >> 62); \
144 * Montgomery multiplication, over arrays of 62-bit values. The
174 r = hi + (r >> 62); in montymul()
178 r = hi + (r >> 62); in montymul()
182 r = hi + (r >> 62); in montymul()
186 r = hi + (r >> 62); in montymul()
191 r = hi + (r >> 62); in montymul()
197 dh = zh >> 62; in montymul()
276 * for a 62-bit word size. in br_i62_modpow_opt()
284 * Assemble operands into arrays of 62-bit words. Note that in br_i62_modpow_opt()
285 * all the arrays of 62-bit words that we will handle here in br_i62_modpow_opt()
325 * Compute m0i, which is equal to -(1/m0) mod 2^62. We were in br_i62_modpow_opt()