Searched refs:fpround (Results 1 – 5 of 5) sorted by relevance
640 long long int fp, fpround; in validation_muldiv() local680 fpround = fp; in validation_muldiv()682 ok = fpround <= PNG_UINT_31_MAX && in validation_muldiv()683 fpround >= -1-(long long int)PNG_UINT_31_MAX; in validation_muldiv()687 ok = 0, ++overflow, fpround = fp/*misleading*/; in validation_muldiv()704 else if (ok && result != fpround) in validation_muldiv()
120 extern UInt x86g_create_fpucw ( UInt fpround );
120 extern ULong amd64g_create_fpucw ( ULong fpround );
1859 UInt fpround; in do_put_x87() local1893 fpround = (UInt)pair & 0xFFFFFFFFULL; in do_put_x87()1896 vex_state->guest_FPROUND = fpround & 3; in do_put_x87()2333 ULong amd64g_create_fpucw ( ULong fpround ) in amd64g_create_fpucw() argument2335 fpround &= 3; in amd64g_create_fpucw()2336 return 0x037F | (fpround << 10); in amd64g_create_fpucw()2474 UInt fpround; in amd64g_dirtyhelper_FRSTORS() local2506 fpround = (UInt)pair & 0xFFFFFFFFULL; in amd64g_dirtyhelper_FRSTORS()2509 vex_state->guest_FPROUND = fpround & 3; in amd64g_dirtyhelper_FRSTORS()
1531 UInt x86g_create_fpucw ( UInt fpround ) in x86g_create_fpucw() argument1533 fpround &= 3; in x86g_create_fpucw()1534 return 0x037F | (fpround << 10); in x86g_create_fpucw()1615 UInt fpround; in do_put_x87() local1649 fpround = (UInt)pair; in do_put_x87()1652 vex_state->guest_FPROUND = fpround & 3; in do_put_x87()