Handbook
Glossary
(set-rounding-mode) ( fp-env mode -- fp-env )
Vocabulary
math
.
floats
.
env
.
private
Inputs
fp-env
an
object
mode
an
object
Outputs
fp-env
an
object
Definition
IN:
math.floats.env.private
GENERIC#:
(set-rounding-mode)
1
( fp-env mode -- fp-env )
Methods
USING:
accessors
assocs
kernel
math.floats.env.private
math.floats.env.x86
;
M:
sse-env
(set-rounding-mode)
[
sse-rounding-mode>bit
at
sse-rounding-mode-bits
remask
]
curry
change-mxcsr
;
inline
USING:
accessors
assocs
kernel
math.floats.env.private
math.floats.env.x86
;
M:
x87-env
(set-rounding-mode)
[
x87-rounding-mode>bit
at
x87-rounding-mode-bits
remask
]
curry
change-control
;
inline