Home
last modified time | relevance | path

Searched refs:getExp (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/VEX/priv/
Dguest_generic_x87.c434 ULong x86amd64g_calculate_FXTRACT ( ULong arg, HWord getExp ) in x86amd64g_calculate_FXTRACT() argument
458 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()
Dguest_generic_x87.h118 extern ULong x86amd64g_calculate_FXTRACT ( ULong arg, HWord getExp );