Searched refs:getExp (Results 1 – 2 of 2) sorted by relevance
434 ULong x86amd64g_calculate_FXTRACT ( ULong arg, HWord getExp ) in x86amd64g_calculate_FXTRACT() argument458 return getExp ? posInf : posInf; in x86amd64g_calculate_FXTRACT()460 return getExp ? posInf : negInf; in x86amd64g_calculate_FXTRACT()464 return getExp ? negInf : posZero; in x86amd64g_calculate_FXTRACT()466 return getExp ? negInf : negZero; in x86amd64g_calculate_FXTRACT()534 return getExp ? uExp : uSig; in x86amd64g_calculate_FXTRACT()
118 extern ULong x86amd64g_calculate_FXTRACT ( ULong arg, HWord getExp );