Home
last modified time | relevance | path

Searched refs:fpround (Results 1 – 5 of 5) sorted by relevance

/external/libpng/contrib/libtests/
Dtarith.c640 long long int fp, fpround; in validation_muldiv() local
680 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()
/external/valgrind/VEX/priv/
Dguest_x86_defs.h120 extern UInt x86g_create_fpucw ( UInt fpround );
Dguest_amd64_helpers.c1954 UInt fpround; in do_put_x87() local
1988 fpround = (UInt)pair & 0xFFFFFFFFULL; in do_put_x87()
1991 vex_state->guest_FPROUND = fpround & 3; in do_put_x87()
2428 ULong amd64g_create_fpucw ( ULong fpround ) in amd64g_create_fpucw() argument
2430 fpround &= 3; in amd64g_create_fpucw()
2431 return 0x037F | (fpround << 10); in amd64g_create_fpucw()
2569 UInt fpround; in amd64g_dirtyhelper_FRSTORS() local
2601 fpround = (UInt)pair & 0xFFFFFFFFULL; in amd64g_dirtyhelper_FRSTORS()
2604 vex_state->guest_FPROUND = fpround & 3; in amd64g_dirtyhelper_FRSTORS()
Dguest_x86_helpers.c1531 UInt x86g_create_fpucw ( UInt fpround ) in x86g_create_fpucw() argument
1533 fpround &= 3; in x86g_create_fpucw()
1534 return 0x037F | (fpround << 10); in x86g_create_fpucw()
1614 UInt fpround; in do_put_x87() local
1648 fpround = (UInt)pair; in do_put_x87()
1651 vex_state->guest_FPROUND = fpround & 3; in do_put_x87()
Dguest_amd64_defs.h120 extern ULong amd64g_create_fpucw ( ULong fpround );