Lines Matching full:62
174 /* Put explicit bit at bit 62 if necessary */ in _sp_maddf()
180 assert(rm64 & (1 << 62)); in _sp_maddf()
184 * Move explicit bit from bit 62 to bit 26 since the in _sp_maddf()
188 rm = XSPSRS64(rm64, (62 - 26)); in _sp_maddf()
192 /* Move explicit bit from bit 23 to bit 62 */ in _sp_maddf()
193 zm64 = (uint64_t)zm << (62 - 23); in _sp_maddf()
194 assert(zm64 & (1 << 62)); in _sp_maddf()
237 * Put explicit bit at bit 62 if necessary. in _sp_maddf()
239 while ((zm64 >> 62) == 0) { in _sp_maddf()
246 * Move explicit bit from bit 62 to bit 26 since the in _sp_maddf()
250 zm = XSPSRS64(zm64, (62 - 26)); in _sp_maddf()