Home
last modified time | relevance | path

Searched refs:vcx (Results 1 – 25 of 227) sorted by relevance

12345678910

/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/arm/
H A Dcde-missing-fp.l58 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating…
60 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating…
62 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating…
64 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating…
66 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating…
68 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating…
70 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating…
72 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating…
74 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating…
76 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating…
[all …]
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/arm/
H A Dcde-missing-fp.l58 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating…
60 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating…
62 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating…
64 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating…
66 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating…
68 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating…
70 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating…
72 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating…
74 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating…
76 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating…
[all …]
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/arm/
H A Dcde-missing-fp.l58 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating…
60 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating…
62 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating…
64 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating…
66 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating…
68 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating…
70 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating…
72 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating…
74 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating…
76 [^ :]+:[0-9]+: Error: vcx instructions with S or D registers require either MVE or Armv8-M floating…
[all …]
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/t501_VisualizeCoupling/
H A Dsphfit.m28 vcx=vc-repmat(center_0,nvc,1);
29 radius_0=mean(sqrt(vcx(:,1).^2+vcx(:,2).^2+vcx(:,3).^2));
62 vcx=vc-repmat(center,nvc,1);
64 err=sqrt(sqrt(mean( (vcx(:,1).^2+vcx(:,2).^2+vcx(:,3).^2-radius^2).^2)));
71 vcx=vc-repmat(center,nvc,1);
72 f=vcx(:,1).^2+vcx(:,2).^2+vcx(:,3).^2-radius^2;
74 L=2*[vcx,repmat(radius,nvc,1)];
/dports/irc/irssi/irssi-1.2.3/src/fe-text/
H A Dterm-terminfo.c197 vcx = x; vcy = y; in term_move_reset()
457 vcx = x+window->x; in term_move()
460 if (vcx >= term_width) in term_move()
461 vcx = term_width-1; in term_move()
475 vcx += count; in term_printed_text()
476 while (vcx >= term_width) { in term_printed_text()
477 vcx -= term_width; in term_printed_text()
578 if (vcx < window->x) { in term_clrtoeol()
580 vcx += window->x; in term_clrtoeol()
587 terminfo_move(vcx, vcy); in term_clrtoeol()
[all …]
/dports/graphics/opendx/dx-4.4.4/src/exec/hwrender/
H A DhwZoomInteractor.c381 float vcx, vcy, vcz, wcx, wcy, wcz, screenToView ; in EndPanZoomStroke() local
392 vcx = (PDATA(cx) - CDATA(w)/2) * screenToView ; in EndPanZoomStroke()
403 s = sqrt((double)(vcx*vcx + vcy*vcy + vcz*vcz)) ; in EndPanZoomStroke()
404 vcx /= s ; vcy /= s ; vcz /= s ; in EndPanZoomStroke()
407 rx = -vcy ; ry = vcx ; /*rz = 0 ;*/ in EndPanZoomStroke()
423 wcx = vcx * CDATA(viewXfm[0][0]) + in EndPanZoomStroke()
426 wcy = vcx * CDATA(viewXfm[1][0]) + in EndPanZoomStroke()
429 wcz = vcx * CDATA(viewXfm[2][0]) + in EndPanZoomStroke()
463 M->matrix[3][0] = -vcx ; in EndPanZoomStroke()
467 wcx = vcx*CDATA(viewXfm[0][0]) + vcy*CDATA(viewXfm[0][1]) ; in EndPanZoomStroke()
[all …]
/dports/cad/impact/Impact/bin_cluster/genjpsource/run/materials/
H A DSpringMaterial.java39 copy.vcx = this.vcx = (run.Variable)po.writeDiff(this.vcx, copy.vcx); in createPatch()
79 if (pi.hasDiff()) copy.vcx = this.vcx = (run.Variable)pi.getDiffAsObject(); in applyPatch()
94 c.descend(this.vcx); in descendReferences()
109 this.vcx = (run.Variable)f.filter(this.vcx); in filterReferences()
255 _stream.writeReference(this.vcx); in marshal()
297 this.vcx = (run.Variable)_helper.internalDeepClone(_orig.vcx); in deepCloneReferences()
323 private Variable vcx; field in SpringMaterial
559 this.vcx = new Variable(0.0); in setInitialConditions()
578 this.vcy = (Variable)this.vcx.copy(); in setInitialConditions()
581 this.vcz = (Variable)this.vcx.copy(); in setInitialConditions()
[all …]
/dports/cad/impact/Impact/src/run/materials/
H A DSpringMaterial.java47 private Variable vcx; field in SpringMaterial
99 cx = vcx.value(displacement.get(0, 0)); in calculateStressOneDimensional()
303 vcx = new Variable( in parse_Fembic()
315 vcx = new Variable(param[i + 2].getn()); in parse_Fembic()
531 out += " cx = " + vcx.printFembic(); in print_Fembic()
574 vcx = new Variable(0.0); in setInitialConditions()
600 vcy = (Variable) vcx.copy(); in setInitialConditions()
604 vcz = (Variable) vcx.copy(); in setInitialConditions()
625 cx = vcx.value(0); in setInitialConditions()
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/nwpwlib/ewald/
H A Dewald.fh7 integer vg(2),rcell(2),eG(3),eg_hndl,vcx(2),tid,tnp
11 > ncut,vg,vcx,enx,eny,enz,
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/nwpwlib/ewald/
H A Dewald.fh7 integer vg(2),rcell(2),eG(3),eg_hndl,vcx(2),tid,tnp
11 > ncut,vg,vcx,enx,eny,enz,
/dports/cad/librecad/LibreCAD-2.2.0-rc2/librecad/src/lib/filters/
H A Drs_filterdxf1.cpp108 double vcx=0.0, vcy=0.0; // Centre in readFromBuffer() local
735 vcx = dxfLine.toDouble(); in readFromBuffer()
770 RS_ArcData(RS_Vector(vcx, vcy), in readFromBuffer()
800 vcx = dxfLine.toDouble(); in readFromBuffer()
827 {{vcx, vcy}, vcr})); in readFromBuffer()
1268 vcx = s.get(0).x; in readFromBuffer()
1311 RS_Vector(vcx, vcy), in readFromBuffer()
1312 RS_Vector(vcx, vcy), in readFromBuffer()
/dports/games/NBlood/NBlood-a1689a4/source/rr/src/
H A Drrdh.cpp736 unsigned int i, vcx; in ghprelvl_randkeep() local
739 vcx = 0; in ghprelvl_randkeep()
743 vcx++; in ghprelvl_randkeep()
745 if (vcx <= a2) in ghprelvl_randkeep()
760 vcx--; in ghprelvl_randkeep()
2979 vcx = -1; in ghtrax_getoldestdeertrax()
3071 vcx = -1; in ghtrax_getoldestboartrax()
4074 int i, nexti, vcx, d; in ghdeploy_bias() local
4077 vcx = 76800; in ghdeploy_bias()
4088 if (d < vcx) in ghdeploy_bias()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/font/
H A DLayoutPathImpl.java427 double vcx, vcy, vcl; // hold closest point on vector as x, y, l in pointToPath() local
434 vcx = bx; in pointToPath()
444 vcx = bx + p * dx; // compute closest point in pointToPath()
450 vcx = nx; // special case, always test last point in pointToPath()
460 … double tdx = x - vcx; // compute distance from (usually pinned) projection to test point in pointToPath()
465 cx = vcx; in pointToPath()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/font/
H A DLayoutPathImpl.java427 double vcx, vcy, vcl; // hold closest point on vector as x, y, l in pointToPath() local
434 vcx = bx; in pointToPath()
444 vcx = bx + p * dx; // compute closest point in pointToPath()
450 vcx = nx; // special case, always test last point in pointToPath()
460 … double tdx = x - vcx; // compute distance from (usually pinned) projection to test point in pointToPath()
465 cx = vcx; in pointToPath()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/font/
H A DLayoutPathImpl.java427 double vcx, vcy, vcl; // hold closest point on vector as x, y, l in pointToPath() local
434 vcx = bx; in pointToPath()
444 vcx = bx + p * dx; // compute closest point in pointToPath()
450 vcx = nx; // special case, always test last point in pointToPath()
460 … double tdx = x - vcx; // compute distance from (usually pinned) projection to test point in pointToPath()
465 cx = vcx; in pointToPath()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/font/
H A DLayoutPathImpl.java427 double vcx, vcy, vcl; // hold closest point on vector as x, y, l in pointToPath() local
434 vcx = bx; in pointToPath()
444 vcx = bx + p * dx; // compute closest point in pointToPath()
450 vcx = nx; // special case, always test last point in pointToPath()
460 … double tdx = x - vcx; // compute distance from (usually pinned) projection to test point in pointToPath()
465 cx = vcx; in pointToPath()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/font/
H A DLayoutPathImpl.java427 double vcx, vcy, vcl; // hold closest point on vector as x, y, l in pointToPath() local
434 vcx = bx; in pointToPath()
444 vcx = bx + p * dx; // compute closest point in pointToPath()
450 vcx = nx; // special case, always test last point in pointToPath()
460 … double tdx = x - vcx; // compute distance from (usually pinned) projection to test point in pointToPath()
465 cx = vcx; in pointToPath()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/font/
H A DLayoutPathImpl.java427 double vcx, vcy, vcl; // hold closest point on vector as x, y, l in pointToPath() local
434 vcx = bx; in pointToPath()
444 vcx = bx + p * dx; // compute closest point in pointToPath()
450 vcx = nx; // special case, always test last point in pointToPath()
460 … double tdx = x - vcx; // compute distance from (usually pinned) projection to test point in pointToPath()
465 cx = vcx; in pointToPath()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/font/
H A DLayoutPathImpl.java427 double vcx, vcy, vcl; // hold closest point on vector as x, y, l in pointToPath() local
434 vcx = bx; in pointToPath()
444 vcx = bx + p * dx; // compute closest point in pointToPath()
450 vcx = nx; // special case, always test last point in pointToPath()
460 … double tdx = x - vcx; // compute distance from (usually pinned) projection to test point in pointToPath()
465 cx = vcx; in pointToPath()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/font/
H A DLayoutPathImpl.java427 double vcx, vcy, vcl; // hold closest point on vector as x, y, l in pointToPath() local
434 vcx = bx; in pointToPath()
444 vcx = bx + p * dx; // compute closest point in pointToPath()
450 vcx = nx; // special case, always test last point in pointToPath()
460 … double tdx = x - vcx; // compute distance from (usually pinned) projection to test point in pointToPath()
465 cx = vcx; in pointToPath()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/font/
H A DLayoutPathImpl.java427 double vcx, vcy, vcl; // hold closest point on vector as x, y, l in pointToPath() local
434 vcx = bx; in pointToPath()
444 vcx = bx + p * dx; // compute closest point in pointToPath()
450 vcx = nx; // special case, always test last point in pointToPath()
460 … double tdx = x - vcx; // compute distance from (usually pinned) projection to test point in pointToPath()
465 cx = vcx; in pointToPath()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/font/
H A DLayoutPathImpl.java427 double vcx, vcy, vcl; // hold closest point on vector as x, y, l in pointToPath() local
434 vcx = bx; in pointToPath()
444 vcx = bx + p * dx; // compute closest point in pointToPath()
450 vcx = nx; // special case, always test last point in pointToPath()
460 … double tdx = x - vcx; // compute distance from (usually pinned) projection to test point in pointToPath()
465 cx = vcx; in pointToPath()
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/devicetree/bindings/media/xilinx/
H A Dxlnx,csi2rxss.yaml83 xlnx,en-vcx:
166 xlnx,en-vcx: false
182 xlnx,en-vcx;
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/devicetree/bindings/media/xilinx/
H A Dxlnx,csi2rxss.yaml83 xlnx,en-vcx:
166 xlnx,en-vcx: false
182 xlnx,en-vcx;
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/devicetree/bindings/media/xilinx/
H A Dxlnx,csi2rxss.yaml83 xlnx,en-vcx:
166 xlnx,en-vcx: false
182 xlnx,en-vcx;

12345678910