Lines Matching full:62
163 /* Put explicit bit at bit 62 if necessary */ in _sp_maddf()
169 assert(rm64 & (1 << 62)); in _sp_maddf()
173 * Move explicit bit from bit 62 to bit 26 since the in _sp_maddf()
177 rm = XSPSRS64(rm64, (62 - 26)); in _sp_maddf()
181 /* Move explicit bit from bit 23 to bit 62 */ in _sp_maddf()
182 zm64 = (uint64_t)zm << (62 - 23); in _sp_maddf()
183 assert(zm64 & (1 << 62)); in _sp_maddf()
226 * Put explicit bit at bit 62 if necessary. in _sp_maddf()
228 while ((zm64 >> 62) == 0) { in _sp_maddf()
235 * Move explicit bit from bit 62 to bit 26 since the in _sp_maddf()
239 zm = XSPSRS64(zm64, (62 - 26)); in _sp_maddf()