Handbook
Glossary
vbitnot ( v -- w )
Factor handbook
»
The language
»
Numbers
»
Vector operations
»
Vector component- and bit-wise logic
Prev:
vbitxor ( u v -- w )
Next:
vlshift ( v n -- w )
Vocabulary
math
.
vectors
Inputs
v
an
object
Outputs
w
an
object
See also
vbitand
,
vbitandn
,
vbitor
,
vbitxor
Definition
IN:
math.vectors
GENERIC:
vbitnot
( v -- w )
Methods
USING:
math.vectors
sequences.cords
;
M:
cord
vbitnot
[
vbitnot
]
cord-map
;
inline
USING:
kernel
math
math.vectors
sequences
;
M:
object
vbitnot
[
bitnot
]
map
;
inline
USING:
generic
kernel
math.vectors
math.vectors.simd
math.vectors.simd.intrinsics
math.vectors.simd.private
;
M:
simd-128
vbitnot
dup
simd-rep
[
(simd-vbitnot)
]
[
M\
simd-128
vbitnot
(call-next-method)
]
v->v-op
;
inline