Uses of Interface
jdk.incubator.vector.VectorOperators.Test
Packages that use VectorOperators.Test
-
Uses of VectorOperators.Test in jdk.incubator.vector
Fields in jdk.incubator.vector declared as VectorOperators.TestModifier and TypeFieldDescriptionstatic VectorOperators.TestVectorOperators.IS_DEFAULTTestbits(a)==0.static VectorOperators.TestVectorOperators.IS_FINITETestisFinite(a).static VectorOperators.TestVectorOperators.IS_INFINITETestisInfinite(a).static VectorOperators.TestVectorOperators.IS_NANTestisNaN(a).static VectorOperators.TestVectorOperators.IS_NEGATIVETestbits(a)<0.Methods in jdk.incubator.vector with parameters of type VectorOperators.TestModifier and TypeMethodDescriptionabstract VectorMask<Byte>ByteVector.test(VectorOperators.Test op)Tests the lanes of this vector according to the given operation.ByteVector.test(VectorOperators.Test op, VectorMask<Byte> m)Test selected lanes of this vector, according to the given operation.abstract VectorMask<Double>DoubleVector.test(VectorOperators.Test op)Tests the lanes of this vector according to the given operation.DoubleVector.test(VectorOperators.Test op, VectorMask<Double> m)Test selected lanes of this vector, according to the given operation.abstract VectorMask<Float>FloatVector.test(VectorOperators.Test op)Tests the lanes of this vector according to the given operation.FloatVector.test(VectorOperators.Test op, VectorMask<Float> m)Test selected lanes of this vector, according to the given operation.abstract VectorMask<Integer>IntVector.test(VectorOperators.Test op)Tests the lanes of this vector according to the given operation.IntVector.test(VectorOperators.Test op, VectorMask<Integer> m)Test selected lanes of this vector, according to the given operation.abstract VectorMask<Long>LongVector.test(VectorOperators.Test op)Tests the lanes of this vector according to the given operation.LongVector.test(VectorOperators.Test op, VectorMask<Long> m)Test selected lanes of this vector, according to the given operation.abstract VectorMask<Short>ShortVector.test(VectorOperators.Test op)Tests the lanes of this vector according to the given operation.ShortVector.test(VectorOperators.Test op, VectorMask<Short> m)Test selected lanes of this vector, according to the given operation.abstract VectorMask<E>Vector.test(VectorOperators.Test op)Tests the lanes of this vector according to the given operation.abstract VectorMask<E>Vector.test(VectorOperators.Test op, VectorMask<E> m)Test selected lanes of this vector, according to the given operation.