Lines Matching refs:shifted_man
13140 uint64_t shifted_man = man >> shift;13142 ret.value = neg | ((uint16_t)shifted_man);13143 ret.lossy = (shifted_man << shift) != man;13204 uint64_t shifted_man = man >> shift;13206 ret.value = neg | ((uint32_t)shifted_man);13207 ret.lossy = (shifted_man << shift) != man;