FloatVector
relies on preview features of the Java platform:
FloatVector
refers to one or more preview APIs:MemorySegment
.
Vector
representing an ordered immutable sequence of
float
values.-
Field Summary
Modifier and TypeFieldDescriptionstatic final VectorSpecies
<Float> Species representingFloatVector
s ofVectorShape.S_128_BIT
.static final VectorSpecies
<Float> Species representingFloatVector
s ofVectorShape.S_256_BIT
.static final VectorSpecies
<Float> Species representingFloatVector
s ofVectorShape.S_512_BIT
.static final VectorSpecies
<Float> Species representingFloatVector
s ofVectorShape.S_64_BIT
.static final VectorSpecies
<Float> Species representingFloatVector
s ofVectorShape.S_Max_BIT
.static final VectorSpecies
<Float> Preferred species forFloatVector
s. -
Method Summary
Modifier and TypeMethodDescriptionfinal FloatVector
abs()
Returns the absolute value of this vector.final FloatVector
add
(float e) Adds this vector to the broadcast of an input scalar.final FloatVector
add
(float e, VectorMask<Float> m) Adds this vector to the broadcast of an input scalar, selecting lane elements controlled by a mask.final FloatVector
Adds this vector to a second input vector.final FloatVector
add
(Vector<Float> v, VectorMask<Float> m) Adds this vector to a second input vector, selecting lanes under the control of a mask.abstract FloatVector
addIndex
(int scale) Adds the lanes of this vector to their corresponding lane numbers, scaled by a given constant.final FloatVector
blend
(float e, VectorMask<Float> m) Replaces selected lanes of this vector with a scalar value under the control of a mask.final FloatVector
blend
(long e, VectorMask<Float> m) Replaces selected lanes of this vector with a scalar value under the control of a mask.abstract FloatVector
blend
(Vector<Float> v, VectorMask<Float> m) Replaces selected lanes of this vector with corresponding lanes from a second input vector under the control of a mask.abstract FloatVector
broadcast
(float e) Returns a vector of the same species as this one where all lane elements are set to the primitive valuee
.abstract FloatVector
broadcast
(long e) Returns a vector of the same species as this one where all lane elements are set to the primitive valuee
.static FloatVector
broadcast
(VectorSpecies<Float> species, float e) Returns a vector of the given species where all lane elements are set to the primitive valuee
.static FloatVector
broadcast
(VectorSpecies<Float> species, long e) Returns a vector of the given species where all lane elements are set to the primitive valuee
.final <F> Vector
<F> castShape
(VectorSpecies<F> toSpecies, int part) Convenience method for converting a vector from one lane type to another, reshaping as needed when lane sizes change.final <F> Vector
<F> Checks that this vector has the given element type, and returns this vector unchanged.final <F> Vector
<F> check
(VectorSpecies<F> species) Checks that this vector has the given species, and returns this vector unchanged.abstract VectorMask
<Float> compare
(VectorOperators.Comparison op, float e) Tests this vector by comparing it with an input scalar, according to the given comparison operation.final VectorMask
<Float> compare
(VectorOperators.Comparison op, float e, VectorMask<Float> m) Tests this vector by comparing it with an input scalar, according to the given comparison operation, in lanes selected by a mask.abstract VectorMask
<Float> compare
(VectorOperators.Comparison op, long e) Tests this vector by comparing it with an input scalar, according to the given comparison operation.final VectorMask
<Float> compare
(VectorOperators.Comparison op, long e, VectorMask<Float> m) Tests this vector by comparing it with an input scalar, according to the given comparison operation, in lanes selected by a mask.abstract VectorMask
<Float> compare
(VectorOperators.Comparison op, Vector<Float> v) Tests this vector by comparing it with another input vector, according to the given comparison operation.abstract FloatVector
compress
(VectorMask<Float> m) Compresses the lane elements of this vector selecting lanes under the control of a specific mask.final <F> Vector
<F> convert
(VectorOperators.Conversion<Float, F> conv, int part) Convert this vector to a vector of the same shape and a new element type, converting lane values from the currentETYPE
to a new lane type (calledFTYPE
here) according to the indicated conversion.abstract <F> Vector
<F> convertShape
(VectorOperators.Conversion<Float, F> conv, VectorSpecies<F> rsp, int part) Converts this vector to a vector of the given species, shape and element type, converting lane values from the currentETYPE
to a new lane type (calledFTYPE
here) according to the indicated conversion.final FloatVector
div
(float e) Divides this vector by the broadcast of an input scalar.final FloatVector
div
(float e, VectorMask<Float> m) Divides this vector by the broadcast of an input scalar, selecting lane elements controlled by a mask.final FloatVector
Divides this vector by a second input vector.final FloatVector
div
(Vector<Float> v, VectorMask<Float> m) Divides this vector by a second input vector under the control of a mask.final VectorMask
<Float> eq
(float e) Tests if this vector is equal to an input scalar.final VectorMask
<Float> Tests if this vector is equal to another input vector.final boolean
Indicates whether this vector is identical to some other object.abstract FloatVector
expand
(VectorMask<Float> m) Expands the lane elements of this vector under the control of a specific mask.final FloatVector
fma
(float b, float c) Multiplies this vector by a scalar multiplier, and sums the result with a scalar addend.final FloatVector
Multiplies this vector by a second input vector, and sums the result with a third.static FloatVector
fromArray
(VectorSpecies<Float> species, float[] a, int offset) Loads a vector from an array of typefloat[]
starting at an offset.static FloatVector
fromArray
(VectorSpecies<Float> species, float[] a, int offset, int[] indexMap, int mapOffset) Gathers a new vector composed of elements from an array of typefloat[]
, using indexes obtained by adding a fixedoffset
to a series of secondary offsets from an index map.static FloatVector
fromArray
(VectorSpecies<Float> species, float[] a, int offset, int[] indexMap, int mapOffset, VectorMask<Float> m) Gathers a new vector composed of elements from an array of typefloat[]
, under the control of a mask, and using indexes obtained by adding a fixedoffset
to a series of secondary offsets from an index map.static FloatVector
fromArray
(VectorSpecies<Float> species, float[] a, int offset, VectorMask<Float> m) Loads a vector from an array of typefloat[]
starting at an offset and using a mask.static FloatVector
fromMemorySegment
(VectorSpecies<Float> species, MemorySegmentPREVIEW ms, long offset, ByteOrder bo) Loads a vector from a memory segmentPREVIEW starting at an offset into the memory segment.static FloatVector
fromMemorySegment
(VectorSpecies<Float> species, MemorySegmentPREVIEW ms, long offset, ByteOrder bo, VectorMask<Float> m) Loads a vector from a memory segmentPREVIEW starting at an offset into the memory segment and using a mask.protected final Object
final int
hashCode()
Returns a hash code value for the vector.final void
intoArray
(float[] a, int offset) Stores this vector into an array of typefloat[]
starting at an offset.final void
intoArray
(float[] a, int offset, int[] indexMap, int mapOffset) Scatters this vector into an array of typefloat[]
using indexes obtained by adding a fixedoffset
to a series of secondary offsets from an index map.final void
intoArray
(float[] a, int offset, int[] indexMap, int mapOffset, VectorMask<Float> m) Scatters this vector into an array of typefloat[]
, under the control of a mask, and using indexes obtained by adding a fixedoffset
to a series of secondary offsets from an index map.final void
intoArray
(float[] a, int offset, VectorMask<Float> m) Stores this vector into an array of typefloat[]
starting at offset and using a mask.final void
intoMemorySegment
(MemorySegmentPREVIEW ms, long offset, ByteOrder bo) Stores this vector into a memory segmentPREVIEW starting at an offset using explicit byte order.final void
intoMemorySegment
(MemorySegmentPREVIEW ms, long offset, ByteOrder bo, VectorMask<Float> m) Stores this vector into a memory segmentPREVIEW starting at an offset using explicit byte order and a mask.abstract float
lane
(int i) Gets the lane element at lane indexi
final FloatVector
lanewise
(VectorOperators.Binary op, float e) Combines the lane values of this vector with the value of a broadcast scalar.final FloatVector
lanewise
(VectorOperators.Binary op, float e, VectorMask<Float> m) Combines the lane values of this vector with the value of a broadcast scalar, with selection of lane elements controlled by a mask.final FloatVector
lanewise
(VectorOperators.Binary op, long e) Combines the lane values of this vector with the value of a broadcast scalar.final FloatVector
lanewise
(VectorOperators.Binary op, long e, VectorMask<Float> m) Combines the corresponding lane values of this vector with those of a second input vector, with selection of lane elements controlled by a mask.abstract FloatVector
lanewise
(VectorOperators.Binary op, Vector<Float> v) Combines the corresponding lane values of this vector with those of a second input vector.abstract FloatVector
lanewise
(VectorOperators.Binary op, Vector<Float> v, VectorMask<Float> m) Combines the corresponding lane values of this vector with those of a second input vector, with selection of lane elements controlled by a mask.final FloatVector
lanewise
(VectorOperators.Ternary op, float e1, float e2) Combines the lane values of this vector with the values of two broadcast scalars.final FloatVector
lanewise
(VectorOperators.Ternary op, float e1, float e2, VectorMask<Float> m) Combines the lane values of this vector with the values of two broadcast scalars, with selection of lane elements controlled by a mask.final FloatVector
lanewise
(VectorOperators.Ternary op, float e1, Vector<Float> v2) Combines the lane values of this vector with the values of another vector and a broadcast scalar.final FloatVector
lanewise
(VectorOperators.Ternary op, float e1, Vector<Float> v2, VectorMask<Float> m) Combines the lane values of this vector with the values of another vector and a broadcast scalar, with selection of lane elements controlled by a mask.final FloatVector
lanewise
(VectorOperators.Ternary op, Vector<Float> v1, float e2) Combines the lane values of this vector with the values of another vector and a broadcast scalar.final FloatVector
lanewise
(VectorOperators.Ternary op, Vector<Float> v1, float e2, VectorMask<Float> m) Combines the lane values of this vector with the values of another vector and a broadcast scalar, with selection of lane elements controlled by a mask.abstract FloatVector
Combines the corresponding lane values of this vector with the lanes of a second and a third input vector.abstract FloatVector
lanewise
(VectorOperators.Ternary op, Vector<Float> v1, Vector<Float> v2, VectorMask<Float> m) Combines the corresponding lane values of this vector with the lanes of a second and a third input vector, with selection of lane elements controlled by a mask.abstract FloatVector
Operates on the lane values of this vector.abstract 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.final VectorMask
<Float> lt
(float e) Tests if this vector is less than an input scalar.final VectorMask
<Float> Tests if this vector is less than another input vector.final VectorMask
<Float> maskAll
(boolean bit) Returns a mask of same species as this vector, where each lane is set or unset according to given single boolean, which is broadcast to all lanes.final FloatVector
max
(float e) Computes the larger of this vector and the broadcast of an input scalar.final FloatVector
Computes the larger of this vector and a second input vector.final FloatVector
min
(float e) Computes the smaller of this vector and the broadcast of an input scalar.final FloatVector
Computes the smaller of this vector and a second input vector.final FloatVector
mul
(float e) Multiplies this vector by the broadcast of an input scalar.final FloatVector
mul
(float e, VectorMask<Float> m) Multiplies this vector by the broadcast of an input scalar, selecting lane elements controlled by a mask.final FloatVector
Multiplies this vector by a second input vector.final FloatVector
mul
(Vector<Float> v, VectorMask<Float> m) Multiplies this vector by a second input vector under the control of a mask.final FloatVector
neg()
Negates this vector.final FloatVector
pow
(float b) Raises this vector to a scalar power.final FloatVector
Raises this vector to the power of a second input vector.abstract FloatVector
Rearranges the lane elements of this vector, selecting lanes under the control of a specific shuffle.abstract FloatVector
rearrange
(VectorShuffle<Float> s, Vector<Float> v) Rearranges the lane elements of two vectors, selecting lanes under the control of a specific shuffle, using both normal and exceptional indexes in the shuffle to steer data.abstract FloatVector
rearrange
(VectorShuffle<Float> s, VectorMask<Float> m) Rearranges the lane elements of this vector, selecting lanes under the control of a specific shuffle and a mask.abstract float
Returns a value accumulated from all the lanes of this vector.abstract float
Returns a value accumulated from selected lanes of this vector, controlled by a mask.final ByteVector
Views this vector as a vector of the same shape and contents but a lane type ofbyte
, where the bytes are extracted from the lanes according to little-endian order.Reinterprets this vector as a vector of the same shape and contents but a lane type ofdouble
, where the lanes are assembled from successive bytes according to little-endian order.Reinterprets this vector as a vector of the same shape and contents but a lane type offloat
, where the lanes are assembled from successive bytes according to little-endian order.Reinterprets this vector as a vector of the same shape and contents but a lane type ofint
, where the lanes are assembled from successive bytes according to little-endian order.Reinterprets this vector as a vector of the same shape and contents but a lane type oflong
, where the lanes are assembled from successive bytes according to little-endian order.Reinterprets this vector as a vector of the same shape and contents but a lane type ofshort
, where the lanes are assembled from successive bytes according to little-endian order.abstract FloatVector
selectFrom
(Vector<Float> v) Using index values stored in the lanes of this vector, assemble values stored in second vectorv
.abstract FloatVector
selectFrom
(Vector<Float> s, VectorMask<Float> m) Using index values stored in the lanes of this vector, assemble values stored in second vector, under the control of a mask.abstract FloatVector
slice
(int origin) Slices a segment of adjacent lanes, starting at a givenorigin
lane in the current vector.abstract FloatVector
Slices a segment of adjacent lanes, starting at a givenorigin
lane in the current vector, and continuing (as needed) into an immediately following vector.final FloatVector
slice
(int origin, Vector<Float> w, VectorMask<Float> m) Slices a segment of adjacent lanes under the control of a mask, starting at a givenorigin
lane in the current vector, and continuing (as needed) into an immediately following vector.final VectorSpecies
<Float> species()
Returns the species of this vector.final FloatVector
sqrt()
Computes the square root of this vector.final FloatVector
sub
(float e) Subtracts an input scalar from this vector.final FloatVector
sub
(float e, VectorMask<Float> m) Subtracts an input scalar from this vector under the control of a mask.final FloatVector
Subtracts a second input vector from this vector.final FloatVector
sub
(Vector<Float> v, VectorMask<Float> m) Subtracts a second input vector from this vector under the control of a mask.abstract VectorMask
<Float> Tests the lanes of this vector according to the given operation.abstract VectorMask
<Float> test
(VectorOperators.Test op, VectorMask<Float> m) Test selected lanes of this vector, according to the given operation.final float[]
toArray()
Returns an array of typefloat[]
containing all the lane values.final double[]
Returns adouble[]
array containing all the lane values, converted to the typedouble
.final int[]
Returns anint[]
array containing all the lane values, converted to the typeint
.final long[]
Returns along[]
array containing all the lane values, converted to the typelong
.final String
toString()
Returns a string representation of this vector, of the form"[0,1,2...]"
, reporting the lane values of this vector, in lane order.abstract FloatVector
unslice
(int origin) Reverses a slice(), inserting the current vector as a slice within a "background" input of zero lane values.abstract FloatVector
Reverses a slice(), inserting the current vector as a slice within another "background" input vector, which is regarded as one or the other input to a hypothetical subsequentslice()
operation.abstract FloatVector
unslice
(int origin, Vector<Float> w, int part, VectorMask<Float> m) Reverses a slice(), inserting (under the control of a mask) the current vector as a slice within another "background" input vector, which is regarded as one or the other input to a hypothetical subsequentslice()
operation.final FloatVector
Views this vector as a vector of the same shape, length, and contents, but a lane type that is a floating-point type.final IntVector
Views this vector as a vector of the same shape, length, and contents, but a lane type that is not a floating-point type.abstract FloatVector
withLane
(int i, float e) Replaces the lane element of this vector at lane indexi
with valuee
.static FloatVector
zero
(VectorSpecies<Float> species) Returns a vector of the given species where all lane elements are set to zero, the default primitive value.Methods declared in class jdk.incubator.vector.Vector
bitSize, byteSize, compare, elementSize, elementType, length, reduceLanesToLong, reduceLanesToLong, reinterpretShape, shape, toShuffle
-
Field Details
-
SPECIES_64
Species representingFloatVector
s ofVectorShape.S_64_BIT
. -
SPECIES_128
Species representingFloatVector
s ofVectorShape.S_128_BIT
. -
SPECIES_256
Species representingFloatVector
s ofVectorShape.S_256_BIT
. -
SPECIES_512
Species representingFloatVector
s ofVectorShape.S_512_BIT
. -
SPECIES_MAX
Species representingFloatVector
s ofVectorShape.S_Max_BIT
. -
SPECIES_PREFERRED
Preferred species forFloatVector
s. A preferred species is a species of maximal bit-size for the platform.
-
-
Method Details
-
zero
Returns a vector of the given species where all lane elements are set to zero, the default primitive value.- Parameters:
species
- species of the desired zero vector- Returns:
- a zero vector
-
broadcast
Returns a vector of the same species as this one where all lane elements are set to the primitive valuee
. The contents of the current vector are discarded; only the species is relevant to this operation.This method returns the value of this expression:
FloatVector.broadcast(this.species(), e)
.- API Note:
- Unlike the similar method named
broadcast()
in the supertypeVector
, this method does not need to validate its argument, and cannot throwIllegalArgumentException
. This method is therefore preferable to the supertype method. - Parameters:
e
- the value to broadcast- Returns:
- a vector where all lane elements are set to
the primitive value
e
- See Also:
-
broadcast
Returns a vector of the given species where all lane elements are set to the primitive valuee
.- Parameters:
species
- species of the desired vectore
- the value to broadcast- Returns:
- a vector where all lane elements are set to
the primitive value
e
- See Also:
-
broadcast
Returns a vector of the same species as this one where all lane elements are set to the primitive valuee
. The contents of the current vector are discarded; only the species is relevant to this operation.This method returns the value of this expression:
EVector.broadcast(this.species(), (ETYPE)e)
, whereEVector
is the vector class specific to this vector's element typeETYPE
.The
long
valuee
must be accurately representable by theETYPE
of this vector's species, so thate==(long)(ETYPE)e
. If this rule is violated the problem is not detected statically, but anIllegalArgumentException
is thrown at run-time. Thus, this method somewhat weakens the static type checking of immediate constants and other scalars, but it makes up for this by improving the expressiveness of the generic API. Note that ane
value in the range[-128..127]
is always acceptable, since everyETYPE
will accept everybyte
value.- Specified by:
broadcast
in classVector<Float>
- API Note:
- When working with vector subtypes like
FloatVector
, the more strongly typed method is typically selected. It can be explicitly selected using a cast:v.broadcast((float)e)
. The two expressions will produce numerically identical results. - Parameters:
e
- the value to broadcast- Returns:
- a vector where all lane elements are set to
the primitive value
e
- See Also:
-
broadcast
Returns a vector of the given species where all lane elements are set to the primitive valuee
. Thelong
value must be accurately representable by theETYPE
of the vector species, so thate==(long)(ETYPE)e
.- Parameters:
species
- species of the desired vectore
- the value to broadcast- Returns:
- a vector where all lane elements are set to
the primitive value
e
- Throws:
IllegalArgumentException
- if the givenlong
value cannot be represented by the vector'sETYPE
- See Also:
-
lanewise
Operates on the lane values of this vector. This is a lane-wise unary operation which applies the selected operation to each lane. -
lanewise
Operates on the lane values of this vector, with selection of lane elements controlled by a mask. This is a lane-wise unary operation which applies the selected operation to each lane. -
lanewise
Combines the corresponding lane values of this vector with those of a second input vector. This is a lane-wise binary operation which applies the selected operation to each lane. -
lanewise
public abstract FloatVector lanewise(VectorOperators.Binary op, Vector<Float> v, VectorMask<Float> m) Combines the corresponding lane values of this vector with those of a second input vector, with selection of lane elements controlled by a mask. This is a lane-wise binary operation which applies the selected operation to each lane. -
lanewise
Combines the lane values of this vector with the value of a broadcast scalar. This is a lane-wise binary operation which applies the selected operation to each lane. The return value will be equal to this expression:this.lanewise(op, this.broadcast(e))
.- Parameters:
op
- the operation used to process lane valuese
- the input scalar- Returns:
- the result of applying the operation lane-wise to the two input vectors
- Throws:
UnsupportedOperationException
- if this vector does not support the requested operation- See Also:
-
lanewise
Combines the lane values of this vector with the value of a broadcast scalar, with selection of lane elements controlled by a mask. This is a masked lane-wise binary operation which applies the selected operation to each lane. The return value will be equal to this expression:this.lanewise(op, this.broadcast(e), m)
.- Parameters:
op
- the operation used to process lane valuese
- the input scalarm
- the mask controlling lane selection- Returns:
- the result of applying the operation lane-wise to the input vector and the scalar
- Throws:
UnsupportedOperationException
- if this vector does not support the requested operation- See Also:
-
lanewise
Combines the lane values of this vector with the value of a broadcast scalar. This is a lane-wise binary operation which applies the selected operation to each lane. The return value will be equal to this expression:this.lanewise(op, this.broadcast(e))
.- Specified by:
lanewise
in classVector<Float>
- API Note:
- When working with vector subtypes like
FloatVector
, the more strongly typed method is typically selected. It can be explicitly selected using a cast:v.lanewise(op,(float)e)
. The two expressions will produce numerically identical results. - Parameters:
op
- the operation used to combine lane valuese
- the input scalar- Returns:
- the result of applying the operation lane-wise to the input vector and the scalar
- See Also:
-
lanewise
Combines the corresponding lane values of this vector with those of a second input vector, with selection of lane elements controlled by a mask. This is a lane-wise binary operation which applies the selected operation to each lane. The second operand is a broadcast integral value. The return value will be equal to this expression:this.lanewise(op, this.broadcast(e), m)
.- Specified by:
lanewise
in classVector<Float>
- API Note:
- When working with vector subtypes like
FloatVector
, the more strongly typed method is typically selected. It can be explicitly selected using a cast:v.lanewise(op,(float)e,m)
. The two expressions will produce numerically identical results. - Parameters:
op
- the operation used to combine lane valuese
- the input scalarm
- the mask controlling lane selection- Returns:
- the result of applying the operation lane-wise to the input vector and the scalar
- See Also:
-
lanewise
public abstract FloatVector lanewise(VectorOperators.Ternary op, Vector<Float> v1, Vector<Float> v2) Combines the corresponding lane values of this vector with the lanes of a second and a third input vector. This is a lane-wise ternary operation which applies the selected operation to each lane. -
lanewise
public abstract FloatVector lanewise(VectorOperators.Ternary op, Vector<Float> v1, Vector<Float> v2, VectorMask<Float> m) Combines the corresponding lane values of this vector with the lanes of a second and a third input vector, with selection of lane elements controlled by a mask. This is a lane-wise ternary operation which applies the selected operation to each lane. -
lanewise
Combines the lane values of this vector with the values of two broadcast scalars. This is a lane-wise ternary operation which applies the selected operation to each lane. The return value will be equal to this expression:this.lanewise(op, this.broadcast(e1), this.broadcast(e2))
.- Parameters:
op
- the operation used to combine lane valuese1
- the first input scalare2
- the second input scalar- Returns:
- the result of applying the operation lane-wise to the input vector and the scalars
- Throws:
UnsupportedOperationException
- if this vector does not support the requested operation- See Also:
-
lanewise
public final FloatVector lanewise(VectorOperators.Ternary op, float e1, float e2, VectorMask<Float> m) Combines the lane values of this vector with the values of two broadcast scalars, with selection of lane elements controlled by a mask. This is a masked lane-wise ternary operation which applies the selected operation to each lane. The return value will be equal to this expression:this.lanewise(op, this.broadcast(e1), this.broadcast(e2), m)
.- Parameters:
op
- the operation used to combine lane valuese1
- the first input scalare2
- the second input scalarm
- the mask controlling lane selection- Returns:
- the result of applying the operation lane-wise to the input vector and the scalars
- Throws:
UnsupportedOperationException
- if this vector does not support the requested operation- See Also:
-
lanewise
Combines the lane values of this vector with the values of another vector and a broadcast scalar. This is a lane-wise ternary operation which applies the selected operation to each lane. The return value will be equal to this expression:this.lanewise(op, v1, this.broadcast(e2))
.- Parameters:
op
- the operation used to combine lane valuesv1
- the other input vectore2
- the input scalar- Returns:
- the result of applying the operation lane-wise to the input vectors and the scalar
- Throws:
UnsupportedOperationException
- if this vector does not support the requested operation- See Also:
-
lanewise
public final FloatVector lanewise(VectorOperators.Ternary op, Vector<Float> v1, float e2, VectorMask<Float> m) Combines the lane values of this vector with the values of another vector and a broadcast scalar, with selection of lane elements controlled by a mask. This is a masked lane-wise ternary operation which applies the selected operation to each lane. The return value will be equal to this expression:this.lanewise(op, v1, this.broadcast(e2), m)
.- Parameters:
op
- the operation used to combine lane valuesv1
- the other input vectore2
- the input scalarm
- the mask controlling lane selection- Returns:
- the result of applying the operation lane-wise to the input vectors and the scalar
- Throws:
UnsupportedOperationException
- if this vector does not support the requested operation- See Also:
-
lanewise
Combines the lane values of this vector with the values of another vector and a broadcast scalar. This is a lane-wise ternary operation which applies the selected operation to each lane. The return value will be equal to this expression:this.lanewise(op, this.broadcast(e1), v2)
.- Parameters:
op
- the operation used to combine lane valuese1
- the input scalarv2
- the other input vector- Returns:
- the result of applying the operation lane-wise to the input vectors and the scalar
- Throws:
UnsupportedOperationException
- if this vector does not support the requested operation- See Also:
-
lanewise
public final FloatVector lanewise(VectorOperators.Ternary op, float e1, Vector<Float> v2, VectorMask<Float> m) Combines the lane values of this vector with the values of another vector and a broadcast scalar, with selection of lane elements controlled by a mask. This is a masked lane-wise ternary operation which applies the selected operation to each lane. The return value will be equal to this expression:this.lanewise(op, this.broadcast(e1), v2, m)
.- Parameters:
op
- the operation used to combine lane valuese1
- the input scalarv2
- the other input vectorm
- the mask controlling lane selection- Returns:
- the result of applying the operation lane-wise to the input vectors and the scalar
- Throws:
UnsupportedOperationException
- if this vector does not support the requested operation- See Also:
-
add
Adds this vector to a second input vector. This is a lane-wise binary operation which applies the primitive addition operation (+
) to each pair of corresponding lane values. This method is also equivalent to the expressionlanewise
(
ADD
, v)
.As a full-service named operation, this method comes in masked and unmasked overloadings, and (in subclasses) also comes in scalar-broadcast overloadings (both masked and unmasked).
-
add
Adds this vector to the broadcast of an input scalar. This is a lane-wise binary operation which applies the primitive addition operation (+
) to each lane. This method is also equivalent to the expressionlanewise
(
ADD
, e)
.- Parameters:
e
- the input scalar- Returns:
- the result of adding each lane of this vector to the scalar
- See Also:
-
add
Adds this vector to a second input vector, selecting lanes under the control of a mask. This is a masked lane-wise binary operation which applies the primitive addition operation (+
) to each pair of corresponding lane values. For any lane unset in the mask, the primitive operation is suppressed and this vector retains the original value stored in that lane. This method is also equivalent to the expressionlanewise
(
ADD
, v, m)
.As a full-service named operation, this method comes in masked and unmasked overloadings, and (in subclasses) also comes in scalar-broadcast overloadings (both masked and unmasked).
-
add
Adds this vector to the broadcast of an input scalar, selecting lane elements controlled by a mask. This is a masked lane-wise binary operation which applies the primitive addition operation (+
) to each lane. This method is also equivalent to the expressionlanewise
(
ADD
, s, m)
.- Parameters:
e
- the input scalarm
- the mask controlling lane selection- Returns:
- the result of adding each lane of this vector to the scalar
- See Also:
-
sub
Subtracts a second input vector from this vector. This is a lane-wise binary operation which applies the primitive subtraction operation (-
) to each pair of corresponding lane values. This method is also equivalent to the expressionlanewise
(
SUB
, v)
.As a full-service named operation, this method comes in masked and unmasked overloadings, and (in subclasses) also comes in scalar-broadcast overloadings (both masked and unmasked).
-
sub
Subtracts an input scalar from this vector. This is a masked lane-wise binary operation which applies the primitive subtraction operation (-
) to each lane. This method is also equivalent to the expressionlanewise
(
SUB
, e)
.- Parameters:
e
- the input scalar- Returns:
- the result of subtracting the scalar from each lane of this vector
- See Also:
-
sub
Subtracts a second input vector from this vector under the control of a mask. This is a masked lane-wise binary operation which applies the primitive subtraction operation (-
) to each pair of corresponding lane values. For any lane unset in the mask, the primitive operation is suppressed and this vector retains the original value stored in that lane. This method is also equivalent to the expressionlanewise
(
SUB
, v, m)
.As a full-service named operation, this method comes in masked and unmasked overloadings, and (in subclasses) also comes in scalar-broadcast overloadings (both masked and unmasked).
-
sub
Subtracts an input scalar from this vector under the control of a mask. This is a masked lane-wise binary operation which applies the primitive subtraction operation (-
) to each lane. This method is also equivalent to the expressionlanewise
(
SUB
, s, m)
.- Parameters:
e
- the input scalarm
- the mask controlling lane selection- Returns:
- the result of subtracting the scalar from each lane of this vector
- See Also:
-
mul
Multiplies this vector by a second input vector. This is a lane-wise binary operation which applies the primitive multiplication operation (*
) to each pair of corresponding lane values. This method is also equivalent to the expressionlanewise
(
MUL
, v)
.As a full-service named operation, this method comes in masked and unmasked overloadings, and (in subclasses) also comes in scalar-broadcast overloadings (both masked and unmasked).
-
mul
Multiplies this vector by the broadcast of an input scalar. This is a lane-wise binary operation which applies the primitive multiplication operation (*
) to each lane. This method is also equivalent to the expressionlanewise
(
MUL
, e)
.- Parameters:
e
- the input scalar- Returns:
- the result of multiplying this vector by the given scalar
- See Also:
-
mul
Multiplies this vector by a second input vector under the control of a mask. This is a lane-wise binary operation which applies the primitive multiplication operation (*
) to each pair of corresponding lane values. For any lane unset in the mask, the primitive operation is suppressed and this vector retains the original value stored in that lane. This method is also equivalent to the expressionlanewise
(
MUL
, v, m)
.As a full-service named operation, this method comes in masked and unmasked overloadings, and (in subclasses) also comes in scalar-broadcast overloadings (both masked and unmasked).
-
mul
Multiplies this vector by the broadcast of an input scalar, selecting lane elements controlled by a mask. This is a masked lane-wise binary operation which applies the primitive multiplication operation (*
) to each lane. This method is also equivalent to the expressionlanewise
(
MUL
, s, m)
.- Parameters:
e
- the input scalarm
- the mask controlling lane selection- Returns:
- the result of muling each lane of this vector to the scalar
- See Also:
-
div
Divides this vector by a second input vector. This is a lane-wise binary operation which applies the primitive division operation (/
) to each pair of corresponding lane values. This method is also equivalent to the expressionlanewise
(
DIV
, v)
.As a full-service named operation, this method comes in masked and unmasked overloadings, and (in subclasses) also comes in scalar-broadcast overloadings (both masked and unmasked).
- Specified by:
div
in classVector<Float>
- API Note:
- Because the underlying scalar operator is an IEEE floating point number, division by zero in fact will not throw an exception, but will yield a signed infinity or NaN.
- Parameters:
v
- a second input vector- Returns:
- the result of dividing this vector by the second input vector
- See Also:
-
div
Divides this vector by the broadcast of an input scalar. This is a lane-wise binary operation which applies the primitive division operation (/
) to each lane. This method is also equivalent to the expressionlanewise
(
DIV
, e)
.- API Note:
- Because the underlying scalar operator is an IEEE floating point number, division by zero in fact will not throw an exception, but will yield a signed infinity or NaN.
- Parameters:
e
- the input scalar- Returns:
- the result of dividing each lane of this vector by the scalar
- See Also:
-
div
Divides this vector by a second input vector under the control of a mask. This is a lane-wise binary operation which applies the primitive division operation (/
) to each pair of corresponding lane values. For any lane unset in the mask, the primitive operation is suppressed and this vector retains the original value stored in that lane. This method is also equivalent to the expressionlanewise
(
DIV
, v, m)
.As a full-service named operation, this method comes in masked and unmasked overloadings, and (in subclasses) also comes in scalar-broadcast overloadings (both masked and unmasked).
- Specified by:
div
in classVector<Float>
- API Note:
- Because the underlying scalar operator is an IEEE floating point number, division by zero in fact will not throw an exception, but will yield a signed infinity or NaN.
- Parameters:
v
- a second input vectorm
- the mask controlling lane selection- Returns:
- the result of dividing this vector by the second input vector
- See Also:
-
div
Divides this vector by the broadcast of an input scalar, selecting lane elements controlled by a mask. This is a masked lane-wise binary operation which applies the primitive division operation (/
) to each lane. This method is also equivalent to the expressionlanewise
(
DIV
, s, m)
.- API Note:
- Because the underlying scalar operator is an IEEE floating point number, division by zero in fact will not throw an exception, but will yield a signed infinity or NaN.
- Parameters:
e
- the input scalarm
- the mask controlling lane selection- Returns:
- the result of dividing each lane of this vector by the scalar
- See Also:
-
min
Computes the smaller of this vector and a second input vector. This is a lane-wise binary operation which applies the operationMath.min()
to each pair of corresponding lane values. This method is also equivalent to the expressionlanewise
(
MIN
, v)
.- Specified by:
min
in classVector<Float>
- API Note:
- For this method, floating point negative
zero
-0.0
is treated as a value distinct from, and less than the default value (positive zero). - Parameters:
v
- a second input vector- Returns:
- the lanewise minimum of this vector and the second input vector
- See Also:
-
min
Computes the smaller of this vector and the broadcast of an input scalar. This is a lane-wise binary operation which applies the operationMath.min()
to each pair of corresponding lane values. This method is also equivalent to the expressionlanewise
(
MIN
, e)
.- API Note:
- For this method, floating point negative
zero
-0.0
is treated as a value distinct from, and less than the default value (positive zero). - Parameters:
e
- the input scalar- Returns:
- the result of multiplying this vector by the given scalar
- See Also:
-
max
Computes the larger of this vector and a second input vector. This is a lane-wise binary operation which applies the operationMath.max()
to each pair of corresponding lane values. This method is also equivalent to the expressionlanewise
(
MAX
, v)
.This is not a full-service named operation like
add()
. A masked version of this operation is not directly available but may be obtained via the masked version oflanewise
. Subclasses define an additional scalar-broadcast overloading of this method.- Specified by:
max
in classVector<Float>
- API Note:
- For this method, floating point negative
zero
-0.0
is treated as a value distinct from, and less than the default value (positive zero). - Parameters:
v
- a second input vector- Returns:
- the lanewise maximum of this vector and the second input vector
- See Also:
-
max
Computes the larger of this vector and the broadcast of an input scalar. This is a lane-wise binary operation which applies the operationMath.max()
to each pair of corresponding lane values. This method is also equivalent to the expressionlanewise
(
MAX
, e)
.- API Note:
- For this method, floating point negative
zero
-0.0
is treated as a value distinct from, and less than the default value (positive zero). - Parameters:
e
- the input scalar- Returns:
- the result of multiplying this vector by the given scalar
- See Also:
-
pow
Raises this vector to the power of a second input vector. This is a lane-wise binary operation which applies an operation conforming to the specification ofMath.pow(a,b)
to each pair of corresponding lane values. The operation is adapted to cast the operands and the result, specifically wideningfloat
operands todouble
operands and narrowing thedouble
result to afloat
result. This method is also equivalent to the expressionlanewise
(
POW
, b)
.This is not a full-service named operation like
add
. A masked version of this operation is not directly available but may be obtained via the masked version oflanewise
.- Parameters:
b
- a vector exponent by which to raise this vector- Returns:
- the
b
-th power of this vector - See Also:
-
pow
Raises this vector to a scalar power. This is a lane-wise binary operation which applies an operation conforming to the specification ofMath.pow(a,b)
to each pair of corresponding lane values. The operation is adapted to cast the operands and the result, specifically wideningfloat
operands todouble
operands and narrowing thedouble
result to afloat
result. This method is also equivalent to the expressionlanewise
(
POW
, b)
.- Parameters:
b
- a scalar exponent by which to raise this vector- Returns:
- the
b
-th power of this vector - See Also:
-
neg
-
abs
-
sqrt
Computes the square root of this vector. This is a lane-wise unary operation which applies an operation conforming to the specification ofMath.sqrt(a)
to each lane value. The operation is adapted to cast the operand and the result, specifically widening thefloat
operand to adouble
operand and narrowing thedouble
result to afloat
result. This method is also equivalent to the expressionlanewise
(
SQRT
)
.- Returns:
- the square root of this vector
- See Also:
-
eq
Tests if this vector is equal to another input vector. This is a lane-wise binary test operation which applies the primitive equals operation (==
) to each pair of corresponding lane values. The result is the same ascompare(VectorOperators.EQ, v)
. -
eq
Tests if this vector is equal to an input scalar. This is a lane-wise binary test operation which applies the primitive equals operation (==
) to each lane. The result is the same ascompare(VectorOperators.Comparison.EQ, e)
.- Parameters:
e
- the input scalar- Returns:
- the result mask of testing if this vector
is equal to
e
- See Also:
-
lt
Tests if this vector is less than another input vector. This is a lane-wise binary test operation which applies the primitive less-than operation (<
) to each lane. The result is the same ascompare(VectorOperators.LT, v)
. -
lt
Tests if this vector is less than an input scalar. This is a lane-wise binary test operation which applies the primitive less than operation (<
) to each lane. The result is the same ascompare(VectorOperators.LT, e)
.- Parameters:
e
- the input scalar- Returns:
- the mask result of testing if this vector is less than the input scalar
- See Also:
-
test
Tests the lanes of this vector according to the given operation. This is a lane-wise unary test operation which applies the given test operation to each lane value. -
test
Test selected lanes of this vector, according to the given operation. This is a masked lane-wise unary test operation which applies the given test operation to each lane value. The returned result is equal to the expressiontest(op).and(m)
. -
compare
Tests this vector by comparing it with another input vector, according to the given comparison operation. This is a lane-wise binary test operation which applies the given comparison operation to each pair of corresponding lane values. -
compare
Tests this vector by comparing it with an input scalar, according to the given comparison operation. This is a lane-wise binary test operation which applies the comparison operation to each lane.The result is the same as
compare(op, broadcast(species(), e))
. That is, the scalar may be regarded as broadcast to a vector of the same species, and then compared against the original vector, using the selected comparison operation.- Parameters:
op
- the operation used to compare lane valuese
- the input scalar- Returns:
- the mask result of testing lane-wise if this vector compares to the input, according to the selected comparison operator
- See Also:
-
compare
Tests this vector by comparing it with an input scalar, according to the given comparison operation, in lanes selected by a mask. This is a masked lane-wise binary test operation which applies to each pair of corresponding lane values. The returned result is equal to the expressioncompare(op,s).and(m)
.- Parameters:
op
- the operation used to compare lane valuese
- the input scalarm
- the mask controlling lane selection- Returns:
- the mask result of testing lane-wise if this vector compares to the input, according to the selected comparison operator, and only in the lanes selected by the mask
- See Also:
-
compare
Tests this vector by comparing it with an input scalar, according to the given comparison operation. This is a lane-wise binary test operation which applies the given comparison operation to each lane value, paired with the broadcast value.The result is the same as
this.compare(op, this.broadcast(e))
. That is, the scalar may be regarded as broadcast to a vector of the same species, and then compared against the original vector, using the selected comparison operation. -
compare
Tests this vector by comparing it with an input scalar, according to the given comparison operation, in lanes selected by a mask. This is a masked lane-wise binary test operation which applies the given comparison operation to each lane value, paired with the broadcast value. The returned result is equal to the expressioncompare(op,e).and(m)
.- Specified by:
compare
in classVector<Float>
- Parameters:
op
- the operation used to compare lane valuese
- the input scalarm
- the mask controlling lane selection- Returns:
- the mask result of testing lane-wise if this vector compares to the input, according to the selected comparison operator, and only in the lanes selected by the mask
- See Also:
-
blend
Replaces selected lanes of this vector with corresponding lanes from a second input vector under the control of a mask. This is a masked lane-wise binary operation which selects each lane value from one or the other input.- For any lane set in the mask, the new lane value is taken from the second input vector, and replaces whatever value was in the that lane of this vector.
- For any lane unset in the mask, the replacement is suppressed and this vector retains the original value stored in that lane.
Vector<E> a = ...; VectorSpecies<E> species = a.species(); Vector<E> b = ...; b.check(species); VectorMask<E> m = ...; ETYPE[] ar = a.toArray(); for (int i = 0; i < ar.length; i++) { if (m.laneIsSet(i)) { ar[i] = b.lane(i); } } return EVector.fromArray(s, ar, 0);
-
addIndex
Adds the lanes of this vector to their corresponding lane numbers, scaled by a given constant. This is a lane-wise unary operation which, for each laneN
, computes the scaled index valueN*scale
and adds it to the value already in laneN
of the current vector.The scale must not be so large, and the element size must not be so small, that that there would be an overflow when computing any of the
N*scale
orVLENGTH*scale
, when the result is represented using the vector lane typeETYPE
.The following pseudocode illustrates this behavior:
Vector<E> a = ...; VectorSpecies<E> species = a.species(); ETYPE[] ar = a.toArray(); for (int i = 0; i < ar.length; i++) { long d = (long)i * scale; if (d != (ETYPE) d) throw ...; ar[i] += (ETYPE) d; } long d = (long)ar.length * scale; if (d != (ETYPE) d) throw ...; return EVector.fromArray(s, ar, 0);
-
blend
Replaces selected lanes of this vector with a scalar value under the control of a mask. This is a masked lane-wise binary operation which selects each lane value from one or the other input. The returned result is equal to the expressionblend(broadcast(e),m)
.- Parameters:
e
- the input scalar, containing the replacement lane valuem
- the mask controlling lane selection of the scalar- Returns:
- the result of blending the lane elements of this vector with the scalar value
-
blend
Replaces selected lanes of this vector with a scalar value under the control of a mask. This is a masked lane-wise binary operation which selects each lane value from one or the other input. The returned result is equal to the expressionblend(broadcast(e),m)
. -
slice
Slices a segment of adjacent lanes, starting at a givenorigin
lane in the current vector, and continuing (as needed) into an immediately following vector. The block ofVLENGTH
lanes is extracted into its own vector and returned.This is a cross-lane operation that shifts lane elements to the front, from the current vector and the second vector. Both vectors can be viewed as a combined "background" of length
2*VLENGTH
, from which a slice is extracted. The lane numberedN
in the output vector is copied from laneorigin+N
of the input vector, if that lane exists, else from laneorigin+N-VLENGTH
of the second vector (which is guaranteed to exist).The
origin
value must be in the inclusive range0..VLENGTH
. As limiting cases,v.slice(0,w)
andv.slice(VLENGTH,w)
returnv
andw
, respectively.- Parameters:
origin
- the first input lane to transfer into the slicev1
- a second vector logically concatenated with the first, before the slice is taken (if omitted it defaults to zero)- Returns:
- a contiguous slice of
VLENGTH
lanes, taken from this vector starting at the indicated origin, and continuing (as needed) into the second vector - See Also:
-
slice
Slices a segment of adjacent lanes under the control of a mask, starting at a givenorigin
lane in the current vector, and continuing (as needed) into an immediately following vector. The block ofVLENGTH
lanes is extracted into its own vector and returned. The resulting vector will be zero in all lanes unset in the given mask. Lanes set in the mask will contain data copied from selected lanes ofthis
orv1
.This is a cross-lane operation that shifts lane elements to the front, from the current vector and the second vector. Both vectors can be viewed as a combined "background" of length
2*VLENGTH
, from which a slice is extracted. The returned result is equal to the expressionbroadcast(0).blend(slice(origin,v1),m)
.- Specified by:
slice
in classVector<Float>
- Parameters:
origin
- the first input lane to transfer into the slicew
- a second vector logically concatenated with the first, before the slice is taken (if omitted it defaults to zero)m
- the mask controlling lane selection into the resulting vector- Returns:
- a contiguous slice of
VLENGTH
lanes, taken from this vector starting at the indicated origin, and continuing (as needed) into the second vector - See Also:
-
slice
Slices a segment of adjacent lanes, starting at a givenorigin
lane in the current vector. A block ofVLENGTH
lanes, possibly padded with zero lanes, is extracted into its own vector and returned. This is a convenience method which slices from a single vector against an extended background of zero lanes. It is equivalent toslice
(origin,
broadcast
(0))
. It may also be viewed simply as a cross-lane shift from later to earlier lanes, with zeroes filling in the vacated lanes at the end of the vector. In this view, the shift count isorigin
.- Parameters:
origin
- the first input lane to transfer into the slice- Returns:
- the last
VLENGTH-origin
input lanes, placed starting in the first lane of the output, padded at the end with zeroes - See Also:
-
unslice
Reverses a slice(), inserting the current vector as a slice within another "background" input vector, which is regarded as one or the other input to a hypothetical subsequentslice()
operation.This is a cross-lane operation that permutes the lane elements of the current vector toward the back and inserts them into a logical pair of background vectors. Only one of the pair will be returned, however. The background is formed by duplicating the second input vector. (However, the output will never contain two duplicates from the same input lane.) The lane numbered
N
in the input vector is copied into laneorigin+N
of the first background vector, if that lane exists, else into laneorigin+N-VLENGTH
of the second background vector (which is guaranteed to exist). The first or second background vector, updated with the inserted slice, is returned. Thepart
number of zero or one selects the first or second updated background vector.The
origin
value must be in the inclusive range0..VLENGTH
. As limiting cases,v.unslice(0,w,0)
andv.unslice(VLENGTH,w,1)
both returnv
, whilev.unslice(0,w,1)
andv.unslice(VLENGTH,w,0)
both returnw
.- Specified by:
unslice
in classVector<Float>
- Parameters:
origin
- the first output lane to receive the slicew
- the background vector that (as two copies) will receive the inserted slicepart
- the part number of the result (either zero or one)- Returns:
- either the first or second part of a pair of
background vectors
w
, updated by inserting this vector at the indicated origin - See Also:
-
unslice
Reverses a slice(), inserting (under the control of a mask) the current vector as a slice within another "background" input vector, which is regarded as one or the other input to a hypothetical subsequentslice()
operation.This is a cross-lane operation that permutes the lane elements of the current vector forward and inserts its lanes (when selected by the mask) into a logical pair of background vectors. As with the unmasked version of this method, only one of the pair will be returned, as selected by the
part
number. For each laneN
selected by the mask, the lane value is copied into laneorigin+N
of the first background vector, if that lane exists, else into laneorigin+N-VLENGTH
of the second background vector (which is guaranteed to exist). Background lanes retain their original values if the corresponding input lanesN
are unset in the mask. The first or second background vector, updated with set lanes of the inserted slice, is returned. Thepart
number of zero or one selects the first or second updated background vector.- Specified by:
unslice
in classVector<Float>
- Parameters:
origin
- the first output lane to receive the slicew
- the background vector that (as two copies) will receive the inserted slice, if they are set inm
part
- the part number of the result (either zero or one)m
- the mask controlling lane selection from the current vector- Returns:
- either the first or second part of a pair of
background vectors
w
, updated by inserting selected lanes of this vector at the indicated origin - See Also:
-
unslice
Reverses a slice(), inserting the current vector as a slice within a "background" input of zero lane values. Compared to otherunslice()
methods, this method only returns the first of the pair of background vectors. This is a convenience method which returns the result ofunslice
(origin,
broadcast
(0), 0)
. It may also be viewed simply as a cross-lane shift from earlier to later lanes, with zeroes filling in the vacated lanes at the beginning of the vector. In this view, the shift count isorigin
. -
rearrange
Rearranges the lane elements of this vector, selecting lanes under the control of a specific shuffle. This is a cross-lane operation that rearranges the lane elements of this vector. For each laneN
of the shuffle, and for each lane source indexI=s.laneSource(N)
in the shuffle, the output laneN
obtains the value from the input vector at laneI
. -
rearrange
Rearranges the lane elements of this vector, selecting lanes under the control of a specific shuffle and a mask. This is a cross-lane operation that rearranges the lane elements of this vector. For each laneN
of the shuffle, and for each lane source indexI=s.laneSource(N)
in the shuffle, the output laneN
obtains the value from the input vector at laneI
if the mask is set. Otherwise the output laneN
is set to zero.This method returns the value of this pseudocode:
Vector<E> r = this.rearrange(s.wrapIndexes()); VectorMask<E> valid = s.laneIsValid(); if (m.andNot(valid).anyTrue()) throw ...; return broadcast(0).blend(r, m);
-
rearrange
Rearranges the lane elements of two vectors, selecting lanes under the control of a specific shuffle, using both normal and exceptional indexes in the shuffle to steer data. This is a cross-lane operation that rearranges the lane elements of the two input vectors (the current vector and a second vectorv
). For each laneN
of the shuffle, and for each lane source indexI=s.laneSource(N)
in the shuffle, the output laneN
obtains the value from the first vector at laneI
ifI>=0
. Otherwise, the exceptional indexI
is wrapped by addingVLENGTH
to it and used to index the second vector, at indexI+VLENGTH
.This method returns the value of this pseudocode:
Vector<E> r1 = this.rearrange(s.wrapIndexes()); // or else: r1 = this.rearrange(s, s.laneIsValid()); Vector<E> r2 = v.rearrange(s.wrapIndexes()); return r2.blend(r1,s.laneIsValid());
-
compress
Compresses the lane elements of this vector selecting lanes under the control of a specific mask. This is a cross-lane operation that compresses the lane elements of this vector as selected by the specified mask. For each laneN
of the mask, if the mask at laneN
is set, the element at laneN
of input vector is selected and stored into the output vector contiguously starting from the lane0
. All the upper remaining lanes, if any, of the output vector are set to zero. -
expand
Expands the lane elements of this vector under the control of a specific mask. This is a cross-lane operation that expands the contiguous lane elements of this vector into lanes of an output vector as selected by the specified mask. For each laneN
of the mask, if the mask at laneN
is set, the next contiguous element of input vector starting from lane0
is selected and stored into the output vector at laneN
. All the remaining lanes, if any, of the output vector are set to zero. -
selectFrom
Using index values stored in the lanes of this vector, assemble values stored in second vectorv
. The second vector thus serves as a table, whose elements are selected by indexes in the current vector. This is a cross-lane operation that rearranges the lane elements of the argument vector, under the control of this vector. For each laneN
of this vector, and for each lane valueI=this.lane(N)
in this vector, the output laneN
obtains the value from the argument vector at laneI
. In this way, the result contains only values stored in the argument vectorv
, but presented in an order which depends on the index values inthis
. The result is the same as the expressionv.rearrange(this.toShuffle())
.- Specified by:
selectFrom
in classVector<Float>
- Parameters:
v
- the vector supplying the result values- Returns:
- the rearrangement of the lane elements of
v
- See Also:
-
selectFrom
Using index values stored in the lanes of this vector, assemble values stored in second vector, under the control of a mask. Using index values stored in the lanes of this vector, assemble values stored in second vectorv
. The second vector thus serves as a table, whose elements are selected by indexes in the current vector. Lanes that are unset in the mask receive a zero rather than a value from the table. This is a cross-lane operation that rearranges the lane elements of the argument vector, under the control of this vector and the mask. The result is the same as the expressionv.rearrange(this.toShuffle(), m)
.- Specified by:
selectFrom
in classVector<Float>
- Parameters:
s
- the vector supplying the result valuesm
- the mask controlling selection fromv
- Returns:
- the rearrangement of the lane elements of
v
- See Also:
-
fma
Multiplies this vector by a second input vector, and sums the result with a third. Extended precision is used for the intermediate result, avoiding possible loss of precision from rounding once for each of the two operations. The result is numerically close tothis.mul(b).add(c)
, and is typically closer to the true mathematical result. This is a lane-wise ternary operation which applies an operation conforming to the specification ofMath.fma(a,b,c)
to each lane. The operation is adapted to cast the operands and the result, specifically wideningfloat
operands todouble
operands and narrowing thedouble
result to afloat
result. This method is also equivalent to the expressionlanewise
(
FMA
, b, c)
.- Parameters:
b
- the second input vector, supplying multiplier valuesc
- the third input vector, supplying addend values- Returns:
- the product of this vector and the second input vector summed with the third input vector, using extended precision for the intermediate result
- See Also:
-
fma
Multiplies this vector by a scalar multiplier, and sums the result with a scalar addend. Extended precision is used for the intermediate result, avoiding possible loss of precision from rounding once for each of the two operations. The result is numerically close tothis.mul(b).add(c)
, and is typically closer to the true mathematical result. This is a lane-wise ternary operation which applies an operation conforming to the specification ofMath.fma(a,b,c)
to each lane. The operation is adapted to cast the operands and the result, specifically wideningfloat
operands todouble
operands and narrowing thedouble
result to afloat
result. This method is also equivalent to the expressionlanewise
(
FMA
, b, c)
.- Parameters:
b
- the scalar multiplierc
- the scalar addend- Returns:
- the product of this vector and the scalar multiplier summed with scalar addend, using extended precision for the intermediate result
- See Also:
-
reduceLanes
Returns a value accumulated from all the lanes of this vector. This is an associative cross-lane reduction operation which applies the specified operation to all the lane elements.A few reduction operations do not support arbitrary reordering of their operands, yet are included here because of their usefulness.
-
In the case of
FIRST_NONZERO
, the reduction returns the value from the lowest-numbered non-zero lane. (As withMAX
andMIN
, floating point negative zero-0.0
is treated as a value distinct from the default value, positive zero. So a first-nonzero lane reduction might return-0.0
even in the presence of non-zero lane values.) -
In the case of
ADD
andMUL
, the precise result will reflect the choice of an arbitrary order of operations, which may even vary over time. For further details see the section Operations on floating point vectors. - All other reduction operations are fully commutative and associative. The implementation can choose any order of processing, yet it will always produce the same result.
- Parameters:
op
- the operation used to combine lane values- Returns:
- the accumulated result
- Throws:
UnsupportedOperationException
- if this vector does not support the requested operation- See Also:
-
In the case of
-
reduceLanes
Returns a value accumulated from selected lanes of this vector, controlled by a mask. This is an associative cross-lane reduction operation which applies the specified operation to the selected lane elements.If no elements are selected, an operation-specific identity value is returned.
-
If the operation is
ADD
orFIRST_NONZERO
, then the identity value is positive zero, the defaultfloat
value. -
If the operation is
MUL
, then the identity value is one. -
If the operation is
MAX
, then the identity value isFloat.NEGATIVE_INFINITY
. -
If the operation is
MIN
, then the identity value isFloat.POSITIVE_INFINITY
.
A few reduction operations do not support arbitrary reordering of their operands, yet are included here because of their usefulness.
-
In the case of
FIRST_NONZERO
, the reduction returns the value from the lowest-numbered non-zero lane. (As withMAX
andMIN
, floating point negative zero-0.0
is treated as a value distinct from the default value, positive zero. So a first-nonzero lane reduction might return-0.0
even in the presence of non-zero lane values.) -
In the case of
ADD
andMUL
, the precise result will reflect the choice of an arbitrary order of operations, which may even vary over time. For further details see the section Operations on floating point vectors. - All other reduction operations are fully commutative and associative. The implementation can choose any order of processing, yet it will always produce the same result.
- Parameters:
op
- the operation used to combine lane valuesm
- the mask controlling lane selection- Returns:
- the reduced result accumulated from the selected lane values
- Throws:
UnsupportedOperationException
- if this vector does not support the requested operation- See Also:
-
If the operation is
-
lane
public abstract float lane(int i) Gets the lane element at lane indexi
- Parameters:
i
- the lane index- Returns:
- the lane element at lane index
i
- Throws:
IllegalArgumentException
- if the index is is out of range (< 0 || >= length()
)
-
withLane
Replaces the lane element of this vector at lane indexi
with valuee
. This is a cross-lane operation and behaves as if it returns the result of blending this vector with an input vector that is the result of broadcastinge
and a mask that has only one lane set at lane indexi
.- Parameters:
i
- the lane index of the lane element to be replacede
- the value to be placed- Returns:
- the result of replacing the lane element of this vector at lane
index
i
with valuee
. - Throws:
IllegalArgumentException
- if the index is is out of range (< 0 || >= length()
)
-
toArray
public final float[] toArray()Returns an array of typefloat[]
containing all the lane values. The array length is the same as the vector length. The array elements are stored in lane order.This method behaves as if it stores this vector into an allocated array (using
intoArray
) and returns the array as follows:float[] a = new float[this.length()]; this.intoArray(a, 0); return a;
-
toIntArray
public final int[] toIntArray()Returns anint[]
array containing all the lane values, converted to the typeint
. The array length is the same as the vector length. The array elements are converted as if by casting and stored in lane order. This operation may fail if the vector element type isfloat
ordouble
, when lanes contain fractional or out-of-range values. If any vector lane value is not representable as anint
, an exception is thrown.- Specified by:
toIntArray
in classVector<Float>
- Returns:
- an
int[]
array containing the lane values of this vector - See Also:
-
toLongArray
public final long[] toLongArray()Returns along[]
array containing all the lane values, converted to the typelong
. The array length is the same as the vector length. The array elements are converted as if by casting and stored in lane order. This operation may fail if the vector element type isfloat
ordouble
, when lanes contain fractional or out-of-range values. If any vector lane value is not representable as along
, an exception is thrown.- Specified by:
toLongArray
in classVector<Float>
- Returns:
- a
long[]
array containing the lane values of this vector - See Also:
-
toDoubleArray
public final double[] toDoubleArray()Returns adouble[]
array containing all the lane values, converted to the typedouble
. The array length is the same as the vector length. The array elements are converted as if by casting and stored in lane order. This operation can lose precision if the vector element type islong
.- Specified by:
toDoubleArray
in classVector<Float>
- Implementation Note:
- When this method is used on used on vectors
of type
FloatVector
, there will be no loss of precision. - Returns:
- a
double[]
array containing the lane values of this vector, possibly rounded to representabledouble
values - See Also:
-
fromArray
Loads a vector from an array of typefloat[]
starting at an offset. For each vector lane, whereN
is the vector lane index, the array element at indexoffset + N
is placed into the resulting vector at lane indexN
.- Parameters:
species
- species of desired vectora
- the arrayoffset
- the offset into the array- Returns:
- the vector loaded from an array
- Throws:
IndexOutOfBoundsException
- ifoffset+N < 0
oroffset+N >= a.length
for any laneN
in the vector
-
fromArray
public static FloatVector fromArray(VectorSpecies<Float> species, float[] a, int offset, VectorMask<Float> m) Loads a vector from an array of typefloat[]
starting at an offset and using a mask. Lanes where the mask is unset are filled with the default value offloat
(positive zero). For each vector lane, whereN
is the vector lane index, if the mask lane at indexN
is set then the array element at indexoffset + N
is placed into the resulting vector at lane indexN
, otherwise the default element value is placed into the resulting vector at lane indexN
.- Parameters:
species
- species of desired vectora
- the arrayoffset
- the offset into the arraym
- the mask controlling lane selection- Returns:
- the vector loaded from an array
- Throws:
IndexOutOfBoundsException
- ifoffset+N < 0
oroffset+N >= a.length
for any laneN
in the vector where the mask is set
-
fromArray
public static FloatVector fromArray(VectorSpecies<Float> species, float[] a, int offset, int[] indexMap, int mapOffset) Gathers a new vector composed of elements from an array of typefloat[]
, using indexes obtained by adding a fixedoffset
to a series of secondary offsets from an index map. The index map is a contiguous sequence ofVLENGTH
elements in a second array ofint
s, starting at a givenmapOffset
.For each vector lane, where
N
is the vector lane index, the lane is loaded from the array elementa[f(N)]
, wheref(N)
is the index mapping expressionoffset + indexMap[mapOffset + N]]
.- Parameters:
species
- species of desired vectora
- the arrayoffset
- the offset into the array, may be negative if relative indexes in the index map compensate to produce a value within the array boundsindexMap
- the index mapmapOffset
- the offset into the index map- Returns:
- the vector loaded from the indexed elements of the array
- Throws:
IndexOutOfBoundsException
- ifmapOffset+N < 0
or ifmapOffset+N >= indexMap.length
, or iff(N)=offset+indexMap[mapOffset+N]
is an invalid index intoa
, for any laneN
in the vector- See Also:
-
fromArray
public static FloatVector fromArray(VectorSpecies<Float> species, float[] a, int offset, int[] indexMap, int mapOffset, VectorMask<Float> m) Gathers a new vector composed of elements from an array of typefloat[]
, under the control of a mask, and using indexes obtained by adding a fixedoffset
to a series of secondary offsets from an index map. The index map is a contiguous sequence ofVLENGTH
elements in a second array ofint
s, starting at a givenmapOffset
.For each vector lane, where
N
is the vector lane index, if the lane is set in the mask, the lane is loaded from the array elementa[f(N)]
, wheref(N)
is the index mapping expressionoffset + indexMap[mapOffset + N]]
. Unset lanes in the resulting vector are set to zero.- Parameters:
species
- species of desired vectora
- the arrayoffset
- the offset into the array, may be negative if relative indexes in the index map compensate to produce a value within the array boundsindexMap
- the index mapmapOffset
- the offset into the index mapm
- the mask controlling lane selection- Returns:
- the vector loaded from the indexed elements of the array
- Throws:
IndexOutOfBoundsException
- ifmapOffset+N < 0
or ifmapOffset+N >= indexMap.length
, or iff(N)=offset+indexMap[mapOffset+N]
is an invalid index intoa
, for any laneN
in the vector where the mask is set- See Also:
-
fromMemorySegment
public static FloatVector fromMemorySegment(VectorSpecies<Float> species, MemorySegmentPREVIEW ms, long offset, ByteOrder bo) Loads a vector from a memory segmentPREVIEW starting at an offset into the memory segment. Bytes are composed into primitive lane elements according to the specified byte order. The vector is arranged into lanes according to memory ordering.This method behaves as if it returns the result of calling
fromMemorySegment()
PREVIEW as follows:var m = species.maskAll(true); return fromMemorySegment(species, ms, offset, bo, m);
- Parameters:
species
- species of desired vectorms
- the memory segmentoffset
- the offset into the memory segmentbo
- the intended byte order- Returns:
- a vector loaded from the memory segment
- Throws:
IndexOutOfBoundsException
- ifoffset+N*4 < 0
oroffset+N*4 >= ms.byteSize()
for any laneN
in the vectorIllegalArgumentException
- if the memory segment is a heap segment that is not backed by abyte[]
array.IllegalStateException
- if the memory segment's session is not alive, or if access occurs from a thread other than the thread owning the session.- Since:
- 19
-
fromMemorySegment
public static FloatVector fromMemorySegment(VectorSpecies<Float> species, MemorySegmentPREVIEW ms, long offset, ByteOrder bo, VectorMask<Float> m) Loads a vector from a memory segmentPREVIEW starting at an offset into the memory segment and using a mask. Lanes where the mask is unset are filled with the default value offloat
(positive zero). Bytes are composed into primitive lane elements according to the specified byte order. The vector is arranged into lanes according to memory ordering.The following pseudocode illustrates the behavior:
var slice = ms.asSlice(offset); float[] ar = new float[species.length()]; for (int n = 0; n < ar.length; n++) { if (m.laneIsSet(n)) { ar[n] = slice.getAtIndex(ValuaLayout.JAVA_FLOAT.withByteAlignment(1), n); } } FloatVector r = FloatVector.fromArray(species, ar, 0);
- Implementation Note:
- This operation is likely to be more efficient if the specified byte order is the same as the platform native order, since this method will not need to reorder the bytes of lane values.
- Parameters:
species
- species of desired vectorms
- the memory segmentoffset
- the offset into the memory segmentbo
- the intended byte orderm
- the mask controlling lane selection- Returns:
- a vector loaded from the memory segment
- Throws:
IndexOutOfBoundsException
- ifoffset+N*4 < 0
oroffset+N*4 >= ms.byteSize()
for any laneN
in the vector where the mask is setIllegalArgumentException
- if the memory segment is a heap segment that is not backed by abyte[]
array.IllegalStateException
- if the memory segment's session is not alive, or if access occurs from a thread other than the thread owning the session.- Since:
- 19
-
intoArray
public final void intoArray(float[] a, int offset) Stores this vector into an array of typefloat[]
starting at an offset.For each vector lane, where
N
is the vector lane index, the lane element at indexN
is stored into the array elementa[offset+N]
.- Parameters:
a
- the array, of typefloat[]
offset
- the offset into the array- Throws:
IndexOutOfBoundsException
- ifoffset+N < 0
oroffset+N >= a.length
for any laneN
in the vector
-
intoArray
Stores this vector into an array of typefloat[]
starting at offset and using a mask.For each vector lane, where
N
is the vector lane index, the lane element at indexN
is stored into the array elementa[offset+N]
. If the mask lane atN
is unset then the corresponding array elementa[offset+N]
is left unchanged.Array range checking is done for lanes where the mask is set. Lanes where the mask is unset are not stored and do not need to correspond to legitimate elements of
a
. That is, unset lanes may correspond to array indexes less than zero or beyond the end of the array.- Parameters:
a
- the array, of typefloat[]
offset
- the offset into the arraym
- the mask controlling lane storage- Throws:
IndexOutOfBoundsException
- ifoffset+N < 0
oroffset+N >= a.length
for any laneN
in the vector where the mask is set
-
intoArray
public final void intoArray(float[] a, int offset, int[] indexMap, int mapOffset) Scatters this vector into an array of typefloat[]
using indexes obtained by adding a fixedoffset
to a series of secondary offsets from an index map. The index map is a contiguous sequence ofVLENGTH
elements in a second array ofint
s, starting at a givenmapOffset
.For each vector lane, where
N
is the vector lane index, the lane element at indexN
is stored into the array elementa[f(N)]
, wheref(N)
is the index mapping expressionoffset + indexMap[mapOffset + N]]
.- Parameters:
a
- the arrayoffset
- an offset to combine with the index map offsetsindexMap
- the index mapmapOffset
- the offset into the index map- Throws:
IndexOutOfBoundsException
- ifmapOffset+N < 0
or ifmapOffset+N >= indexMap.length
, or iff(N)=offset+indexMap[mapOffset+N]
is an invalid index intoa
, for any laneN
in the vector- See Also:
-
intoArray
public final void intoArray(float[] a, int offset, int[] indexMap, int mapOffset, VectorMask<Float> m) Scatters this vector into an array of typefloat[]
, under the control of a mask, and using indexes obtained by adding a fixedoffset
to a series of secondary offsets from an index map. The index map is a contiguous sequence ofVLENGTH
elements in a second array ofint
s, starting at a givenmapOffset
.For each vector lane, where
N
is the vector lane index, if the mask lane at indexN
is set then the lane element at indexN
is stored into the array elementa[f(N)]
, wheref(N)
is the index mapping expressionoffset + indexMap[mapOffset + N]]
.- Parameters:
a
- the arrayoffset
- an offset to combine with the index map offsetsindexMap
- the index mapmapOffset
- the offset into the index mapm
- the mask- Throws:
IndexOutOfBoundsException
- ifmapOffset+N < 0
or ifmapOffset+N >= indexMap.length
, or iff(N)=offset+indexMap[mapOffset+N]
is an invalid index intoa
, for any laneN
in the vector where the mask is set- See Also:
-
intoMemorySegment
Stores this vector into a memory segmentPREVIEW starting at an offset using explicit byte order.Bytes are extracted from primitive lane elements according to the specified byte ordering. The lanes are stored according to their memory ordering.
This method behaves as if it calls
intoMemorySegment()
PREVIEW as follows:var m = maskAll(true); intoMemorySegment(ms, offset, bo, m);
- Specified by:
intoMemorySegment
in classVector<Float>
- Parameters:
ms
- the memory segmentoffset
- the offset into the memory segmentbo
- the intended byte order- Since:
- 19
-
intoMemorySegment
public final void intoMemorySegment(MemorySegmentPREVIEW ms, long offset, ByteOrder bo, VectorMask<Float> m) Stores this vector into a memory segmentPREVIEW starting at an offset using explicit byte order and a mask.Bytes are extracted from primitive lane elements according to the specified byte ordering. The lanes are stored according to their memory ordering.
The following pseudocode illustrates the behavior, where
JAVA_E
is the layout of the primitive element type,ETYPE
is the primitive element type, andEVector
is the primitive vector type for this vector:ETYPE[] a = this.toArray(); var slice = ms.asSlice(offset) for (int n = 0; n < a.length; n++) { if (m.laneIsSet(n)) { slice.setAtIndex(ValueLayout.JAVA_E.withBitAlignment(8), n); } }
- Specified by:
intoMemorySegment
in classVector<Float>
- Parameters:
ms
- the memory segmentoffset
- the offset into the memory segmentbo
- the intended byte orderm
- the mask controlling lane selection- Since:
- 19
-
reinterpretAsBytes
Views this vector as a vector of the same shape and contents but a lane type ofbyte
, where the bytes are extracted from the lanes according to little-endian order. It is a convenience method for the expressionreinterpretShape(species().withLanes(byte.class))
. It may be considered an inverse to the various methods which consolidate bytes into larger lanes within the same vector, such asVector.reinterpretAsInts()
.- Specified by:
reinterpretAsBytes
in classVector<Float>
- Returns:
- a
ByteVector
with the same shape and information content - See Also:
-
viewAsIntegralLanes
Views this vector as a vector of the same shape, length, and contents, but a lane type that is not a floating-point type. This is a lane-wise reinterpretation cast on the lane values. As such, this method does not changeVSHAPE
orVLENGTH
, and there is no change to the bitwise contents of the vector. If the vector'sETYPE
is already an integral type, the same vector is returned unchanged. This method returns the value of this expression:convert(conv,0)
, whereconv
isVectorOperators.Conversion.ofReinterpret(E.class,F.class)
, andF
is the non-floating-point type of the same size asE
.- Specified by:
viewAsIntegralLanes
in classVector<Float>
- Returns:
- the original vector, reinterpreted as non-floating point
- See Also:
-
viewAsFloatingLanes
Views this vector as a vector of the same shape, length, and contents, but a lane type that is a floating-point type. This is a lane-wise reinterpretation cast on the lane values. As such, there this method does not changeVSHAPE
orVLENGTH
, and there is no change to the bitwise contents of the vector. If the vector'sETYPE
is already a float-point type, the same vector is returned unchanged. If the vector's element size does not match any floating point type size, anIllegalArgumentException
is thrown. This method returns the value of this expression:convert(conv,0)
, whereconv
isVectorOperators.Conversion.ofReinterpret(E.class,F.class)
, andF
is the floating-point type of the same size asE
, if any.- Specified by:
viewAsFloatingLanes
in classVector<Float>
- Returns:
- the original vector, reinterpreted as floating point
- See Also:
-
toString
Returns a string representation of this vector, of the form"[0,1,2...]"
, reporting the lane values of this vector, in lane order. The string is produced as if by a call toArrays.toString()
, as appropriate to thefloat
array returned bythis.toArray()
. -
equals
Indicates whether this vector is identical to some other object. Two vectors are identical only if they have the same species and same lane values, in the same order.The comparison of lane values is produced as if by a call to
Arrays.equals()
, as appropriate to the arrays returned bytoArray()
on both vectors. -
hashCode
public final int hashCode()Returns a hash code value for the vector. based on the lane values and the vector species. -
species
Description copied from class:Vector
Returns the species of this vector. -
check
Description copied from class:Vector
Checks that this vector has the given species, and returns this vector unchanged. The effect is similar to this pseudocode:species == species() ? this : throw new ClassCastException()
. -
check
Checks that this vector has the given element type, and returns this vector unchanged. The effect is similar to this pseudocode:elementType == species().elementType() ? this : throw new ClassCastException()
. -
maskAll
Returns a mask of same species as this vector, where each lane is set or unset according to given single boolean, which is broadcast to all lanes.This method returns the value of this expression:
species().maskAll(bit)
. -
reinterpretAsShorts
Reinterprets this vector as a vector of the same shape and contents but a lane type ofshort
, where the lanes are assembled from successive bytes according to little-endian order. It is a convenience method for the expressionreinterpretShape(species().withLanes(short.class))
. It may be considered an inverse toVector.reinterpretAsBytes()
.- Specified by:
reinterpretAsShorts
in classVector<E>
- Returns:
- a
ShortVector
with the same shape and information content
-
reinterpretAsInts
Reinterprets this vector as a vector of the same shape and contents but a lane type ofint
, where the lanes are assembled from successive bytes according to little-endian order. It is a convenience method for the expressionreinterpretShape(species().withLanes(int.class))
. It may be considered an inverse toVector.reinterpretAsBytes()
.- Specified by:
reinterpretAsInts
in classVector<E>
- Returns:
- a
IntVector
with the same shape and information content
-
reinterpretAsLongs
Reinterprets this vector as a vector of the same shape and contents but a lane type oflong
, where the lanes are assembled from successive bytes according to little-endian order. It is a convenience method for the expressionreinterpretShape(species().withLanes(long.class))
. It may be considered an inverse toVector.reinterpretAsBytes()
.- Specified by:
reinterpretAsLongs
in classVector<E>
- Returns:
- a
LongVector
with the same shape and information content
-
reinterpretAsFloats
Reinterprets this vector as a vector of the same shape and contents but a lane type offloat
, where the lanes are assembled from successive bytes according to little-endian order. It is a convenience method for the expressionreinterpretShape(species().withLanes(float.class))
. It may be considered an inverse toVector.reinterpretAsBytes()
.- Specified by:
reinterpretAsFloats
in classVector<E>
- Returns:
- a
FloatVector
with the same shape and information content
-
reinterpretAsDoubles
Reinterprets this vector as a vector of the same shape and contents but a lane type ofdouble
, where the lanes are assembled from successive bytes according to little-endian order. It is a convenience method for the expressionreinterpretShape(species().withLanes(double.class))
. It may be considered an inverse toVector.reinterpretAsBytes()
.- Specified by:
reinterpretAsDoubles
in classVector<E>
- Returns:
- a
DoubleVector
with the same shape and information content
-
convert
Convert this vector to a vector of the same shape and a new element type, converting lane values from the currentETYPE
to a new lane type (calledFTYPE
here) according to the indicated conversion. This is a lane-wise shape-invariant operation which copiesETYPE
values from the input vector to correspondingFTYPE
values in the result. Depending on the selected conversion, this operation may either expand or contract its logical result, in which case a non-zeropart
number can further control the selection and steering of the logical result into the physical output vector.Each specific conversion is described by a conversion constant in the class
VectorOperators
. Each conversion operator has a specified domain type and range type. The domain type must exactly match the lane type of the input vector, while the range type determines the lane type of the output vectors.A conversion operator may be classified as (respectively) in-place, expanding, or contracting, depending on whether the bit-size of its domain type is (respectively) equal, less than, or greater than the bit-size of its range type.
Independently, conversion operations can also be classified as reinterpreting or value-transforming, depending on whether the conversion copies representation bits unchanged, or changes the representation bits in order to retain (part or all of) the logical value of the input value.
If a reinterpreting conversion contracts, it will truncate the upper bits of the input. If it expands, it will pad upper bits of the output with zero bits, when there are no corresponding input bits.
An expanding conversion such as
S2I
(short
value toint
) takes a scalar value and represents it in a larger format (always with some information redundancy). A contracting conversion such asD2F
(double
value tofloat
) takes a scalar value and represents it in a smaller format (always with some information loss). Some in-place conversions may also include information loss, such asL2D
(long
value todouble
) orF2I
(float
value toint
). Reinterpreting in-place conversions are not lossy, unless the bitwise value is somehow not legal in the output type. Converting the bit-pattern of aNaN
may discard bits from theNaN
's significand.This classification is important, because, unless otherwise documented, conversion operations never change vector shape, regardless of how they may change lane sizes. Therefore an expanding conversion cannot store all of its results in its output vector, because the output vector has fewer lanes of larger size, in order to have the same overall bit-size as its input. Likewise, a contracting conversion must store its relatively small results into a subset of the lanes of the output vector, defaulting the unused lanes to zero.
As an example, a conversion from
byte
tolong
(M=8
) will discard 87.5% of the input values in order to convert the remaining 12.5% into the roomylong
lanes of the output vector. The inverse conversion will convert back all of the large results, but will waste 87.5% of the lanes in the output vector. In-place conversions (M=1
) deliver all of their results in one output vector, without wasting lanes.To manage the details of these expansions and contractions, a non-zero
part
parameter selects partial results from expansions, or steers the results of contractions into corresponding locations, as follows:- expanding by
M
:part
must be in the range[0..M-1]
, and selects the block ofVLENGTH/M
input lanes starting at the origin lane atpart*VLENGTH/M
.The
VLENGTH/M
output lanes represent a partial slice of the whole logical result of the conversion, filling the entire physical output vector. - contracting by
M
:part
must be in the range[-M+1..0]
, and steers allVLENGTH
input lanes into the output located at the origin lane-part*VLENGTH
. There is a total ofVLENGTH*M
output lanes, and those not holding converted input values are filled with zeroes.A group of such output vectors, with logical result parts steered to disjoint blocks, can be reassembled using the bitwise or or (for floating point) the
FIRST_NONZERO
operator. - in-place (
M=1
):part
must be zero. Both vectors have the sameVLENGTH
. The result is always positioned at the origin lane of zero.
This method is a restricted version of the more general but less frequently used shape-changing method
convertShape()
. The result of this method is the same as the expressionthis.convertShape(conv, rsp, this.broadcast(part))
, where the output species isrsp=this.species().withLanes(FTYPE.class)
.- Specified by:
convert
in classVector<E>
- Type Parameters:
F
- the boxed element type of the species- Parameters:
conv
- the desired scalar conversion to apply lane-wisepart
- the part number of the result, or zero if neither expanding nor contracting- Returns:
- a vector converted by shape and element type from this vector
- See Also:
- expanding by
-
castShape
Convenience method for converting a vector from one lane type to another, reshaping as needed when lane sizes change. This method returns the value of this expression:convertShape(conv,rsp,part)
, whereconv
isVectorOperators.Conversion.ofCast(E.class,F.class)
.If the old and new species have different shape, this is a shape-changing operation, and may have special implementation costs.
- Specified by:
castShape
in classVector<E>
- Type Parameters:
F
- the boxed element type of the output species- Parameters:
toSpecies
- the desired output speciespart
- the part number of the result, or zero if neither expanding nor contracting- Returns:
- a vector converted by element type from this vector
- See Also:
-
convertShape
public abstract <F> Vector<F> convertShape(VectorOperators.Conversion<Float, F> conv, VectorSpecies<F> rsp, int part) Converts this vector to a vector of the given species, shape and element type, converting lane values from the currentETYPE
to a new lane type (calledFTYPE
here) according to the indicated conversion. This is a lane-wise operation which copiesETYPE
values from the input vector to correspondingFTYPE
values in the result.If the old and new species have the same shape, the behavior is exactly the same as the simpler, shape-invariant method
convert()
. In such cases, the simpler methodconvert()
should be used, to make code easier to reason about. Otherwise, this is a shape-changing operation, and may have special implementation costs.As a combined effect of shape changes and lane size changes, the input and output species may have different lane counts, causing expansion or contraction. In this case a non-zero
part
parameter selects partial results from an expanded logical result, or steers the results of a contracted logical result into a physical output vector of the required output species.The following pseudocode illustrates the behavior of this method for in-place, expanding, and contracting conversions. (This pseudocode also applies to the shape-invariant method, but with shape restrictions on the output species.) Note that only one of the three code paths is relevant to any particular combination of conversion operator and shapes.
FTYPE scalar_conversion_op(ETYPE s); EVector a = ...; VectorSpecies<F> rsp = ...; int part = ...; VectorSpecies<E> dsp = a.species(); int domlen = dsp.length(); int ranlen = rsp.length(); FTYPE[] logical = new FTYPE[domlen]; for (int i = 0; i < domlen; i++) { logical[i] = scalar_conversion_op(a.lane(i)); } FTYPE[] physical; if (domlen == ranlen) { // in-place assert part == 0; //else AIOOBE physical = logical; } else if (domlen > ranlen) { // expanding int M = domlen / ranlen; assert 0 <= part && part < M; //else AIOOBE int origin = part * ranlen; physical = Arrays.copyOfRange(logical, origin, origin + ranlen); } else { // (domlen < ranlen) // contracting int M = ranlen / domlen; assert 0 >= part && part > -M; //else AIOOBE int origin = -part * domlen; System.arraycopy(logical, 0, physical, origin, domlen); } return FVector.fromArray(ran, physical, 0);
- Specified by:
convertShape
in classVector<E>
- Type Parameters:
F
- the boxed element type of the output species- Parameters:
conv
- the desired scalar conversion to apply lane-wisersp
- the desired output speciespart
- the part number of the result, or zero if neither expanding nor contracting- Returns:
- a vector converted by element type from this vector
- See Also:
-
getPayload
-
FloatVector
when preview features are enabled.