Modifier and Type | Class and Description |
---|---|
pack-priv static class | |
pack-priv static class |
Modifier and Type | Field and Description |
---|---|
pack-priv static final Class | |
pack-priv static final ShortMaxVector | |
pack-priv static final Class | |
pack-priv static final int | |
pack-priv static final VectorShape | |
pack-priv static final int | |
pack-priv static final ShortVector. | |
pack-priv static final ShortMaxVector |
Access | Constructor and Description |
---|---|
pack-priv | |
pack-priv |
Modifier and Type | Method and Description |
---|---|
public final ShortMaxVector | addIndex(int
the number to multiply by each lane index
scale)N , typically 1 Implements abstract jdk. |
pack-priv final ByteMaxVector | |
pack-priv final AbstractVector | |
public final int | bitSize()
Implements abstract jdk. |
public ShortMaxVector | blend(Vector<Short>
the second input vector, containing replacement lane values v, VectorMask<Short> the mask controlling lane selection from the second input vector m)Implements abstract jdk. |
pack-priv final ShortMaxVector | |
pack-priv final ShortMaxVector | bOp(Vector<Short> v, VectorMask<Short> m, ShortVector.
Implements abstract jdk. |
public final ShortMaxVector | broadcast(short
the value to broadcast e)Implements abstract jdk. e .
|
public final ShortMaxVector | broadcast(long
the value to broadcast e)Implements abstract jdk. e .
|
public final int | byteSize()
Implements abstract jdk. |
public final ShortMaxVector. | compare(VectorOperators.
the operation used to compare lane values op,a second input vector v)Implements abstract jdk. |
public final ShortMaxVector. | compare(VectorOperators.
the operation used to compare lane values op,the input scalar s)Implements abstract jdk. |
public final ShortMaxVector. | compare(VectorOperators.
the operation used to compare lane values op,the input scalar s)Implements abstract jdk. |
public final ShortMaxVector. | compare(VectorOperators.
the operation used to compare lane values op,a second input vector v, VectorMask<Short> the mask controlling lane selection m)Implements abstract jdk. |
public ShortMaxVector | compress(VectorMask<Short>
the mask controlling the compression m)Implements abstract jdk. |
public final <F> Vector | convertShape(VectorOperators.
the desired scalar conversion to apply lane-wise conv,the desired output species rsp, int the part number
of the result, or zero if neither expanding nor contracting part)Implements abstract jdk. ETYPE
to a new lane type (called FTYPE here) according to the
indicated conversion.
|
public final int | elementSize()
Implements abstract jdk. |
public final Class | elementType()
Implements abstract jdk. ETYPE ) of this vector.
|
public ShortMaxVector | expand(VectorMask<Short>
the mask controlling the compression m)Implements abstract jdk. |
pack-priv final ShortVector | |
pack-priv final ShortVector | fromArray0(short[] a, int offset, VectorMask<Short> m, int offsetInRange)
Implements abstract jdk. |
pack-priv final ShortVector | fromCharArray0(char[] a, int offset)
Implements abstract jdk. |
pack-priv final ShortVector | fromCharArray0(char[] a, int offset, VectorMask<Short> m, int offsetInRange)
Implements abstract jdk. |
pack-priv final ShortVector | fromMemorySegment0(MemorySegment ms, long offset)
Implements abstract jdk. |
pack-priv final ShortVector | fromMemorySegment0(MemorySegment ms, long offset, VectorMask<Short> m, int offsetInRange)
Implements abstract jdk. |
pack-priv final void | |
pack-priv final void | intoArray0(short[] a, int offset, VectorMask<Short> m)
Implements abstract jdk. |
pack-priv final void | intoCharArray0(char[] a, int offset, VectorMask<Short> m)
Implements abstract jdk. |
pack-priv final void | intoMemorySegment0(MemorySegment ms, long offset, VectorMask<Short> m)
Implements abstract jdk. |
pack-priv ShortMaxVector. | |
pack-priv ShortMaxVector. | iotaShuffle(int start, int step, boolean wrap)
Implements abstract jdk. |
public short | lane(int
the lane index i)Implements abstract jdk. i
|
public short | |
public ShortMaxVector | lanewise(VectorOperators.
the operation used to process lane values opImplements abstract jdk. |
public ShortMaxVector | lanewise(VectorOperators.
the operation used to process lane values op,the mask controlling lane selection m)Implements abstract jdk. |
public ShortMaxVector | lanewise(VectorOperators.
the operation used to combine lane values op,the input vector v)Implements abstract jdk. |
public ShortMaxVector | lanewise(VectorOperators.
the operation used to combine lane values op,the second input vector v, VectorMask<Short> the mask controlling lane selection m)Implements abstract jdk. |
public final ShortMaxVector | lanewise(VectorOperators.
the operation used to combine lane values op,the second input vector v1, Vector<Short> the third input vector v2)Implements abstract jdk. |
public final ShortMaxVector | lanewise(VectorOperators.
the operation used to combine lane values op,the second input vector v1, Vector<Short> the third input vector v2, VectorMask<Short> the mask controlling lane selection m)Implements abstract jdk. |
pack-priv ShortMaxVector | lanewiseShift(VectorOperators.
Implements abstract jdk. |
pack-priv ShortMaxVector | lanewiseShift(VectorOperators.
Implements abstract jdk. |
public final int | length()
Implements abstract jdk. VLENGTH ).
|
pack-priv ShortMaxVector. | |
public ShortMaxVector | rearrange(VectorShuffle<Short>
the shuffle controlling lane index selection s)Implements abstract jdk. |
public ShortMaxVector | rearrange(VectorShuffle<Short>
the shuffle controlling lane index selection shuffle, VectorMask<Short> the mask controlling application of the shuffle m)Implements abstract jdk. |
public ShortMaxVector | rearrange(VectorShuffle<Short>
the shuffle controlling lane selection from both input vectors s, Vector<Short> the second input vector v)Implements abstract jdk. |
public final short | reduceLanes(VectorOperators.
the operation used to combine lane values opImplements abstract jdk. |
public final short | reduceLanes(VectorOperators.
the operation used to combine lane values op,the mask controlling lane selection m)Implements abstract jdk. |
public final long | reduceLanesToLong(VectorOperators.
the operation used to combine lane values opImplements abstract jdk. |
public final long | reduceLanesToLong(VectorOperators.
the operation used to combine lane values op,the mask controlling lane selection m)Implements abstract jdk. |
public final <F> Vector | reinterpretShape(VectorSpecies<F>
the desired vector species toSpecies, int the part number
of the result, or zero if neither expanding nor contracting part)Implements abstract jdk. F , reinterpreting the bytes of this
vector without performing any value conversions.
|
pack-priv final short | rOp(short v, VectorMask<Short> m, ShortVector.
Implements abstract jdk. |
public ShortMaxVector | selectFrom(Vector<Short>
the vector supplying the result values v)Implements abstract jdk. v .
|
public ShortMaxVector | selectFrom(Vector<Short>
the vector supplying the result values v, VectorMask<Short> the mask controlling selection from m)v Implements abstract jdk. |
public final VectorShape | |
pack-priv ShortMaxVector. | shuffleFromArray(int[] indexes, int i)
Implements abstract jdk. |
pack-priv ShortMaxVector. | shuffleFromBytes(byte[] reorder)
Implements abstract jdk. |
pack-priv ShortMaxVector. | shuffleFromOp(IntUnaryOperator fn)
Implements abstract jdk. |
public ShortMaxVector | slice(int
the first input lane to transfer into the slice origin, Vector<Short> a second vector logically concatenated with the first,
before the slice is taken (if omitted it defaults to zero) v)Implements abstract jdk. origin lane in the current vector, and continuing (as
needed) into an immediately following vector.
|
public ShortMaxVector | slice(int
the first input lane to transfer into the slice origin)Implements abstract jdk. origin lane in the current vector.
|
public final ShortMaxVector. | test(VectorOperators.
the operation used to test lane values opImplements abstract jdk. |
public final ShortMaxVector. | test(VectorOperators.
the operation used to test lane values op,the mask controlling lane selection m)Implements abstract jdk. |
pack-priv final ShortMaxVector | tOp(Vector<Short> v1, Vector<Short> v2, ShortVector.
Implements abstract jdk. |
pack-priv final ShortMaxVector | tOp(Vector<Short> v1, Vector<Short> v2, VectorMask<Short> m, ShortVector.
Implements abstract jdk. |
public VectorShuffle | toShuffle()
Implements abstract jdk. int and regarding them as source indexes.
|
public ShortMaxVector | unslice(int
the first output lane to receive the slice origin, Vector<Short> the background vector that (as two copies) will receive
the inserted slice w, int the part number of the result (either zero or one) part)Implements abstract jdk. slice() operation.
|
public ShortMaxVector | unslice(int
the first output lane to receive the slice origin, Vector<Short> the background vector that (as two copies) will receive
the inserted slice, if they are set in w, int m the part number of the result (either zero or one) part, VectorMask<Short> the mask controlling lane selection from the current vector m)Implements abstract jdk. slice() operation.
|
public ShortMaxVector | unslice(int
the first output lane to receive the slice origin)Implements abstract jdk. |
pack-priv final ShortMaxVector | |
pack-priv final ShortMaxVector | uOp(VectorMask<Short> m, ShortVector.
Implements abstract jdk. |
pack-priv final short[] | |
pack-priv final ShortMaxVector | vectorFactory(short[] vec)
Implements abstract jdk. |
public final ShortVector. | |
public ShortMaxVector | withLane(int
the lane index of the lane element to be replaced i, short the value to be placed e)Implements abstract jdk. i with
value e .
|
public ShortMaxVector |