Searched refs:sExp (Results 1 – 1 of 1) sorted by relevance
438 Int sExp, i; in x86amd64g_calculate_FXTRACT() local475 sExp = ((Int)(arg >> 52)) & 0x7FF; in x86amd64g_calculate_FXTRACT()482 if (sExp == 0) { in x86amd64g_calculate_FXTRACT()487 sExp--; in x86amd64g_calculate_FXTRACT()512 sExp -= 1023; in x86amd64g_calculate_FXTRACT()513 if (sExp == 0) { in x86amd64g_calculate_FXTRACT()516 uExp = sExp < 0 ? -sExp : sExp; in x86amd64g_calculate_FXTRACT()531 if (sExp < 0) uExp ^= negZero; in x86amd64g_calculate_FXTRACT()