Home
last modified time | relevance | path

Searched refs:laneType (Results 1 – 25 of 101) sorted by relevance

12345

/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.incubator.vector/share/classes/jdk/incubator/vector/
H A DAbstractSpecies.java40 final LaneType laneType; field in AbstractSpecies
60 LaneType laneType, in AbstractSpecies() argument
65 this.laneType = laneType; in AbstractSpecies()
76 int elementSize = laneType.elementSize; in AbstractSpecies()
139 return (Class<E>) laneType.elementType; in elementType()
167 return laneType.elementSize; in elementSize()
222 if (newType == laneType) return this; in withLanes()
477 if (laneType != this.laneType) { in check()
600 switch (laneType.switchKey) { in computeSpecies()
625 assert(s.laneType == laneType) : s + "!=" + laneType; in computeSpecies() local
[all …]
H A DAbstractVector.java162 abstract AbstractVector<?> asVectorRaw(LaneType laneType); in asVectorRaw() argument
170 final AbstractVector<?> asVectorRawTemplate(LaneType laneType) { in asVectorRawTemplate() argument
173 return convert0('X', vspecies().withLanes(laneType)); in asVectorRawTemplate()
286 ConversionImpl.ofCast(vsp.laneType, rsp.laneType); in castShape()
403 laneChangeLog2 = (rsp.laneType.elementSizeLog2 - in shapeChangeOrigin()
404 dsp.laneType.elementSizeLog2); in shapeChangeOrigin()
431 int s = resSizeLog2 - rsp.laneType.elementSizeLog2; in shapeChangeOrigin()
511 switch (rsp.laneType.switchKey) { in defaultReinterpret()
538 if (vspecies().laneType.elementKind == 'F') { in defaultCast()
543 switch (dsp.laneType.switchKey) { in defaultCast()
[all …]
H A DVectorSpecies.java300 LaneType laneType = LaneType.of(elementType); in of() local
301 return AbstractSpecies.findSpecies(elementType, laneType, shape); in of()
H A DInt128Vector.java182 AbstractVector<?> asVectorRaw(LaneType laneType) { in asVectorRaw() argument
183 return super.asVectorRawTemplate(laneType); // specialize in asVectorRaw()
600 switch (species.laneType.switchKey) {
739 switch (species.laneType.switchKey) {
H A DInt64Vector.java182 AbstractVector<?> asVectorRaw(LaneType laneType) { in asVectorRaw() argument
183 return super.asVectorRawTemplate(laneType); // specialize in asVectorRaw()
596 switch (species.laneType.switchKey) {
735 switch (species.laneType.switchKey) {
H A DIntMaxVector.java182 AbstractVector<?> asVectorRaw(LaneType laneType) { in asVectorRaw() argument
183 return super.asVectorRawTemplate(laneType); // specialize in asVectorRaw()
594 switch (species.laneType.switchKey) {
744 switch (species.laneType.switchKey) {
H A DLong128Vector.java177 AbstractVector<?> asVectorRaw(LaneType laneType) { in asVectorRaw() argument
178 return super.asVectorRawTemplate(laneType); // specialize in asVectorRaw()
586 switch (species.laneType.switchKey) {
725 switch (species.laneType.switchKey) {
H A DLongMaxVector.java177 AbstractVector<?> asVectorRaw(LaneType laneType) { in asVectorRaw() argument
178 return super.asVectorRawTemplate(laneType); // specialize in asVectorRaw()
584 switch (species.laneType.switchKey) {
723 switch (species.laneType.switchKey) {
H A DDouble256Vector.java182 AbstractVector<?> asVectorRaw(LaneType laneType) { in asVectorRaw() argument
183 return super.asVectorRawTemplate(laneType); // specialize in asVectorRaw()
596 switch (species.laneType.switchKey) {
735 switch (species.laneType.switchKey) {
H A DDouble64Vector.java182 AbstractVector<?> asVectorRaw(LaneType laneType) { in asVectorRaw() argument
183 return super.asVectorRawTemplate(laneType); // specialize in asVectorRaw()
590 switch (species.laneType.switchKey) {
729 switch (species.laneType.switchKey) {
H A DShort256Vector.java182 AbstractVector<?> asVectorRaw(LaneType laneType) { in asVectorRaw() argument
183 return super.asVectorRawTemplate(laneType); // specialize in asVectorRaw()
624 switch (species.laneType.switchKey) {
763 switch (species.laneType.switchKey) {
H A DByte128Vector.java182 AbstractVector<?> asVectorRaw(LaneType laneType) { in asVectorRaw() argument
183 return super.asVectorRawTemplate(laneType); // specialize in asVectorRaw()
624 switch (species.laneType.switchKey) {
763 switch (species.laneType.switchKey) {
H A DByte64Vector.java182 AbstractVector<?> asVectorRaw(LaneType laneType) { in asVectorRaw() argument
183 return super.asVectorRawTemplate(laneType); // specialize in asVectorRaw()
608 switch (species.laneType.switchKey) {
747 switch (species.laneType.switchKey) {
H A DByteMaxVector.java182 AbstractVector<?> asVectorRaw(LaneType laneType) { in asVectorRaw() argument
183 return super.asVectorRawTemplate(laneType); // specialize in asVectorRaw()
594 switch (species.laneType.switchKey) {
733 switch (species.laneType.switchKey) {
H A DFloat512Vector.java182 AbstractVector<?> asVectorRaw(LaneType laneType) { in asVectorRaw() argument
183 return super.asVectorRawTemplate(laneType); // specialize in asVectorRaw()
620 switch (species.laneType.switchKey) {
759 switch (species.laneType.switchKey) {
H A DFloat64Vector.java182 AbstractVector<?> asVectorRaw(LaneType laneType) { in asVectorRaw() argument
183 return super.asVectorRawTemplate(laneType); // specialize in asVectorRaw()
592 switch (species.laneType.switchKey) {
731 switch (species.laneType.switchKey) {
H A DInt256Vector.java182 AbstractVector<?> asVectorRaw(LaneType laneType) { in asVectorRaw() argument
183 return super.asVectorRawTemplate(laneType); // specialize in asVectorRaw()
608 switch (species.laneType.switchKey) {
747 switch (species.laneType.switchKey) {
H A DInt512Vector.java182 AbstractVector<?> asVectorRaw(LaneType laneType) { in asVectorRaw() argument
183 return super.asVectorRawTemplate(laneType); // specialize in asVectorRaw()
624 switch (species.laneType.switchKey) {
763 switch (species.laneType.switchKey) {
H A DShort64Vector.java182 AbstractVector<?> asVectorRaw(LaneType laneType) { in asVectorRaw() argument
183 return super.asVectorRawTemplate(laneType); // specialize in asVectorRaw()
600 switch (species.laneType.switchKey) {
739 switch (species.laneType.switchKey) {
H A DShortMaxVector.java182 AbstractVector<?> asVectorRaw(LaneType laneType) { in asVectorRaw() argument
183 return super.asVectorRawTemplate(laneType); // specialize in asVectorRaw()
594 switch (species.laneType.switchKey) {
733 switch (species.laneType.switchKey) {
H A DDouble128Vector.java182 AbstractVector<?> asVectorRaw(LaneType laneType) { in asVectorRaw() argument
183 return super.asVectorRawTemplate(laneType); // specialize in asVectorRaw()
592 switch (species.laneType.switchKey) {
731 switch (species.laneType.switchKey) {
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.incubator.vector/share/classes/jdk/incubator/vector/
H A DAbstractSpecies.java40 final LaneType laneType; field in AbstractSpecies
60 LaneType laneType, in AbstractSpecies() argument
65 this.laneType = laneType; in AbstractSpecies()
76 int elementSize = laneType.elementSize; in AbstractSpecies()
139 return (Class<E>) laneType.elementType; in elementType()
167 return laneType.elementSize; in elementSize()
222 if (newType == laneType) return this; in withLanes()
477 if (laneType != this.laneType) { in check()
600 switch (laneType.switchKey) { in computeSpecies()
625 assert(s.laneType == laneType) : s + "!=" + laneType; in computeSpecies() local
[all …]
H A DAbstractVector.java162 abstract AbstractVector<?> asVectorRaw(LaneType laneType); in asVectorRaw() argument
170 final AbstractVector<?> asVectorRawTemplate(LaneType laneType) { in asVectorRawTemplate() argument
173 return convert0('X', vspecies().withLanes(laneType)); in asVectorRawTemplate()
286 ConversionImpl.ofCast(vsp.laneType, rsp.laneType); in castShape()
403 laneChangeLog2 = (rsp.laneType.elementSizeLog2 - in shapeChangeOrigin()
404 dsp.laneType.elementSizeLog2); in shapeChangeOrigin()
431 int s = resSizeLog2 - rsp.laneType.elementSizeLog2; in shapeChangeOrigin()
511 switch (rsp.laneType.switchKey) { in defaultReinterpret()
538 if (vspecies().laneType.elementKind == 'F') { in defaultCast()
543 switch (dsp.laneType.switchKey) { in defaultCast()
[all …]
H A DVectorSpecies.java300 LaneType laneType = LaneType.of(elementType); in of() local
301 return AbstractSpecies.findSpecies(elementType, laneType, shape); in of()
/dports/cad/sumo/sumo-1.2.0/tools/assign/
H A Delements.py212 for laneType in typeList:
213 if laneType[0] >= self._speed:
216 self.estcapacity = len(self._lanes) * laneType[1]
217 self.CRcurve = laneType[2]

12345