Uses of Interface
jdk.incubator.vector.VectorOperators.Unary
Packages that use VectorOperators.Unary
-
Uses of VectorOperators.Unary in jdk.incubator.vector
Fields in jdk.incubator.vector declared as VectorOperators.UnaryModifier and TypeFieldDescriptionstatic VectorOperators.UnaryVectorOperators.ABSProduceabs(a).static VectorOperators.UnaryVectorOperators.ACOSProduceacos(a).static VectorOperators.UnaryVectorOperators.ASINProduceasin(a).static VectorOperators.UnaryVectorOperators.ATANProduceatan(a).static VectorOperators.UnaryVectorOperators.CBRTProducecbrt(a).static VectorOperators.UnaryVectorOperators.COSProducecos(a).static VectorOperators.UnaryVectorOperators.COSHProducecosh(a).static VectorOperators.UnaryVectorOperators.EXPProduceexp(a).static VectorOperators.UnaryVectorOperators.EXPM1Produceexpm1(a).static VectorOperators.UnaryVectorOperators.LOGProducelog(a).static VectorOperators.UnaryVectorOperators.LOG10Producelog10(a).static VectorOperators.UnaryVectorOperators.LOG1PProducelog1p(a).static VectorOperators.UnaryVectorOperators.NEGProduce-a.static VectorOperators.UnaryVectorOperators.NOTProduce~a.static VectorOperators.UnaryVectorOperators.SINProducesin(a).static VectorOperators.UnaryVectorOperators.SINHProducesinh(a).static VectorOperators.UnaryVectorOperators.SQRTProducesqrt(a).static VectorOperators.UnaryVectorOperators.TANProducetan(a).static VectorOperators.UnaryVectorOperators.TANHProducetanh(a).static VectorOperators.UnaryVectorOperators.ZOMOProducea==0?0:-1(zero or minus one).Methods in jdk.incubator.vector with parameters of type VectorOperators.UnaryModifier and TypeMethodDescriptionabstract ByteVectorByteVector.lanewise(VectorOperators.Unary op)Operates on the lane values of this vector.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 DoubleVectorDoubleVector.lanewise(VectorOperators.Unary op)Operates on the lane values of this vector.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 FloatVectorFloatVector.lanewise(VectorOperators.Unary op)Operates on the lane values of this vector.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 IntVectorIntVector.lanewise(VectorOperators.Unary op)Operates on the lane values of this vector.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 LongVectorLongVector.lanewise(VectorOperators.Unary op)Operates on the lane values of this vector.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 ShortVectorShortVector.lanewise(VectorOperators.Unary op)Operates on the lane values of this vector.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.