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.Test
VectorOperators.IS_DEFAULT
Testbits(a)==0
.static VectorOperators.Test
VectorOperators.IS_FINITE
TestisFinite(a)
.static VectorOperators.Test
VectorOperators.IS_INFINITE
TestisInfinite(a)
.static VectorOperators.Test
VectorOperators.IS_NAN
TestisNaN(a)
.static VectorOperators.Test
VectorOperators.IS_NEGATIVE
Testbits(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.