Home
last modified time | relevance | path

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

/freebsd/contrib/arm-optimized-routines/math/test/rtest/
H A Dsemi.c15 uint32 xh, xl, roundword; in test_rint() local
44 roundword = 0; in test_rint()
46 if (roundword & 1) in test_rint()
47 roundword |= 2; /* preserve sticky bit */ in test_rint()
48 roundword = (roundword >> 1) | ((xl & 1) << 31); in test_rint()
52 if (roundword && roundup) { in test_rint()
78 uint32 x, roundword; in test_rintf() local
104 roundword = 0; in test_rintf()
106 if (roundword & 1) in test_rintf()
107 roundword |= 2; /* preserve sticky bit */ in test_rintf()
[all …]