Uses of Interface
jdk.incubator.vector.VectorOperators.Unary
-
Uses of VectorOperators.Unary in jdk.incubator.vector
Modifier and TypeFieldDescriptionstatic final VectorOperators.Unary
VectorOperators.ABS
Produceabs(a)
.static final VectorOperators.Unary
VectorOperators.ACOS
Produceacos(a)
.static final VectorOperators.Unary
VectorOperators.ASIN
Produceasin(a)
.static final VectorOperators.Unary
VectorOperators.ATAN
Produceatan(a)
.static final VectorOperators.Unary
VectorOperators.CBRT
Producecbrt(a)
.static final VectorOperators.Unary
VectorOperators.COS
Producecos(a)
.static final VectorOperators.Unary
VectorOperators.COSH
Producecosh(a)
.static final VectorOperators.Unary
VectorOperators.EXP
Produceexp(a)
.static final VectorOperators.Unary
VectorOperators.EXPM1
Produceexpm1(a)
.static final VectorOperators.Unary
VectorOperators.LOG
Producelog(a)
.static final VectorOperators.Unary
VectorOperators.LOG10
Producelog10(a)
.static final VectorOperators.Unary
VectorOperators.LOG1P
Producelog1p(a)
.static final VectorOperators.Unary
VectorOperators.NEG
Produce-a
.static final VectorOperators.Unary
VectorOperators.NOT
Produce~a
.static final VectorOperators.Unary
VectorOperators.SIN
Producesin(a)
.static final VectorOperators.Unary
VectorOperators.SINH
Producesinh(a)
.static final VectorOperators.Unary
VectorOperators.SQRT
Producesqrt(a)
.static final VectorOperators.Unary
VectorOperators.TAN
Producetan(a)
.static final VectorOperators.Unary
VectorOperators.TANH
Producetanh(a)
.static final VectorOperators.Unary
VectorOperators.ZOMO
Producea==0?0:-1
(zero or minus one).Modifier and TypeMethodDescriptionabstract ByteVector
ByteVector.lanewise
(VectorOperators.Unary op) Operates on the lane values of this vector.final ByteVector
ByteVector.lanewise
(VectorOperators.Unary op, VectorMask<Byte> m) Operates on the lane values of this vector, with selection of lane elements controlled by a mask.abstract DoubleVector
DoubleVector.lanewise
(VectorOperators.Unary op) Operates on the lane values of this vector.final DoubleVector
DoubleVector.lanewise
(VectorOperators.Unary op, VectorMask<Double> m) Operates on the lane values of this vector, with selection of lane elements controlled by a mask.abstract FloatVector
FloatVector.lanewise
(VectorOperators.Unary op) Operates on the lane values of this vector.final FloatVector
FloatVector.lanewise
(VectorOperators.Unary op, VectorMask<Float> m) Operates on the lane values of this vector, with selection of lane elements controlled by a mask.abstract IntVector
IntVector.lanewise
(VectorOperators.Unary op) Operates on the lane values of this vector.final IntVector
IntVector.lanewise
(VectorOperators.Unary op, VectorMask<Integer> m) Operates on the lane values of this vector, with selection of lane elements controlled by a mask.abstract LongVector
LongVector.lanewise
(VectorOperators.Unary op) Operates on the lane values of this vector.final LongVector
LongVector.lanewise
(VectorOperators.Unary op, VectorMask<Long> m) Operates on the lane values of this vector, with selection of lane elements controlled by a mask.abstract ShortVector
ShortVector.lanewise
(VectorOperators.Unary op) Operates on the lane values of this vector.final ShortVector
ShortVector.lanewise
(VectorOperators.Unary op, VectorMask<Short> m) Operates on the lane values of this vector, with selection of lane elements controlled by a mask.Vector.lanewise
(VectorOperators.Unary op) Operates on the lane values of this vector.Vector.lanewise
(VectorOperators.Unary op, VectorMask<E> m) Operates on the lane values of this vector, with selection of lane elements controlled by a mask.