Handbook
Glossary
sse-rounding-mode>bit ( -- value )
Vocabulary
math
.
floats
.
env
.
x86
Inputs
None
Outputs
value
an
object
Definition
USING:
biassocs
math.floats.env
;
IN:
math.floats.env.x86
CONSTANT:
sse-rounding-mode>bit
T{
biassoc
{
from
H{
{
+round-down+
8192
}
{
+round-up+
16384
}
{
+round-zero+
24576
}
{
+round-nearest+
0
}
}
}
{
to
H{
{
8192
+round-down+
}
{
16384
+round-up+
}
{
24576
+round-zero+
}
{
0
+round-nearest+
}
}
}
}
inline