Handbook
Glossary
ptx-int-rounding-mode? ( object -- ? )
Vocabulary
cuda
.
ptx
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
ptx-int-rounding-mode
class.
Definition
USING:
kernel
;
IN:
cuda.ptx
:
ptx-int-rounding-mode?
( object -- ? )
dup
.rpi?
[
drop
t
]
[
dup
.rmi?
[
drop
t
]
[
dup
.rzi?
[
drop
t
]
[
.rni?
]
if
]
if
]
if
;