Home
last modified time | relevance | path

Searched refs:axz (Results 1 – 25 of 191) sorted by relevance

12345678

/dports/textproc/minised/minised-1.15/tests/
H A Dpunct-class.out6 axz
7 axz
8 axz
9 axz
10 axz
11 axz
12 axz
13 axz
14 axz
15 axz
[all …]
/dports/math/amgcl/amgcl-1.4.2/examples/
H A Dmmplot.py30 axz = ax1.inset_axes([0.55, 0.55, 0.4, 0.4]) variable
31 axz.spy(A, marker='o', markersize=1, alpha=0.5)
33 axz.set_xlim([n - 0.5, n + m - 0.5])
34 axz.set_ylim([n - 0.5, n + m - 0.5])
35 axz.invert_yaxis()
36 axz.set_xticklabels('')
37 axz.set_yticklabels('')
38 ax1.indicate_inset_zoom(axz)
/dports/math/cppad/CppAD-20210000.8/example/chkpoint_two/
H A Dode.cpp167 FloatVector& axz , in pack() argument
170 { assert( size_t( axz.size() ) == n_ + n_ ); in pack()
176 axz[offset + i] = x[i]; in pack()
179 axz[offset + i] = z[i]; in pack()
185 const FloatVector& axz , in unpack() argument
188 { assert( size_t( axz.size() ) == n_ + n_ ); in unpack()
194 x[i] = axz[offset + i]; in unpack()
197 z[i] = axz[offset + i]; in unpack()
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/Externals/MayaDataModel/include/
H A DMayaDMVortexField.h54 void setAxisZ(double axz) in setAxisZ() argument
56 if(axz == 0.0) return; in setAxisZ()
57 fprintf(mFile,"\tsetAttr \".ax.axz\" %f;\n", axz); in setAxisZ()
H A DMayaDMPolyPrimitive.h43 void setAxisZ(double axz) in setAxisZ() argument
45 if(axz == 0) return; in setAxisZ()
46 fprintf(mFile,"\tsetAttr \".ax.axz\" %f;\n", axz); in setAxisZ()
H A DMayaDMPrimitive.h64 void setAxisZ(double axz) in setAxisZ() argument
66 if(axz == 0) return; in setAxisZ()
67 fprintf(mFile,"\tsetAttr \".ax.axz\" %f;\n", axz); in setAxisZ()
H A DMayaDMRevolve.h73 void setAxisZ(double axz) in setAxisZ() argument
75 if(axz == 0) return; in setAxisZ()
76 fprintf(mFile,"\tsetAttr \".ax.axz\" %f;\n", axz); in setAxisZ()
/dports/math/mathgl/mathgl-2.5/udav/
H A Dsubplot_dlg.cpp177 axz = new QLineEdit(this); H->addWidget(axz); axz->setText("1"); in SubplotDialog()
178 axz->setToolTip(_("Aspect ratio of x-scale to z-scale")); in SubplotDialog()
179 connect(axz,SIGNAL(textChanged(QString)),this,SLOT(updatePic())); in SubplotDialog()
248 if(!axz->text().isEmpty()) Ax = axz->text().toDouble(); in updatePic()
H A Dsubplot_dlg.h49 QLineEdit *axz, *ayz; variable
/dports/science/chrono/chrono-7.0.1/src/chrono_irrlicht/
H A DChIrrMeshTools.cpp158 f64 axz; in createEllipticalMesh() local
167 axz = 0; in createEllipticalMesh()
173 irr::core::vector3df pos((f32)(radiusH * cos(axz) * sinay), (f32)(radiusV * cosay), in createEllipticalMesh()
174 (f32)(radiusH * sin(axz) * sinay)); in createEllipticalMesh()
180 irr::core::vector3df Roffset((f32)(offset * cos(axz)), 0, (f32)(offset * sin(axz))); in createEllipticalMesh()
198 axz += AngleX; in createEllipticalMesh()
/dports/science/tinker/tinker/source/
H A Dsurfatom.f59 real*8 axx,axy,axz local
285 axz = dk / bk
299 uxj = txj*axx + tyj*axy - tzj*axz
535 real*8 axx,axy,axz local
801 axz = dk / bk
815 uxj = txj*axx + tyj*axy - tzj*axz
984 daz = azz*facc - axz*faca
H A Dsurface.f66 real*8 axx,axy,axz local
343 axz = dk / bk
357 uxl = txl*axx + tyl*axy - tzl*axz
646 real*8 axx,axy,axz local
948 axz = dk / bk
962 uxl = txl*axx + tyl*axy - tzl*axz
1132 daz = azz*facc - axz*faca
/dports/games/xdeblock/xdeblo_v1.0/
H A DMakefile.std28 LINTOPTS = -axz
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/property/
H A Draman.F133 double precision axx,axy,axz,ayy,ayz,azz
216 axz=fdrpol(1,3)
224 * six*(axy**2+axz**2+ayz**2))/two
227 axz=fdipol(1,3)
234 * six*(axy**2+axz**2+ayz**2))/two
/dports/science/nwchem-data/nwchem-7.0.2-release/src/property/
H A Draman.F133 double precision axx,axy,axz,ayy,ayz,azz
216 axz=fdrpol(1,3)
224 * six*(axy**2+axz**2+ayz**2))/two
227 axz=fdipol(1,3)
234 * six*(axy**2+axz**2+ayz**2))/two
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/source/Irrlicht/
H A DCGeometryCreator.cpp431 f64 axz; in createSphereMesh() local
442 axz = 0; in createSphereMesh()
449 const core::vector3df pos(static_cast<f32>(radius * cos(axz) * sinay), in createSphereMesh()
451 static_cast<f32>(radius * sin(axz) * sinay)); in createSphereMesh()
473 axz += AngleX; in createSphereMesh()
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCGeometryCreator.cpp431 f64 axz; in createSphereMesh() local
442 axz = 0; in createSphereMesh()
449 const core::vector3df pos(static_cast<f32>(radius * cos(axz) * sinay), in createSphereMesh()
451 static_cast<f32>(radius * sin(axz) * sinay)); in createSphereMesh()
473 axz += AngleX; in createSphereMesh()
/dports/textproc/re-flex/RE-flex-3.1.0/fuzzy/
H A DREADME.md38 `a[0-9]+z` | 1 | `a1z`, `a123z`, `az`, `axz` | `axxz`, `A123z`, `123z`
49 `a[0-9]+z` | 1 | `a1z`, `A1z`, `a123z`, `az`, `Az`, `axz`, `123z` | `axxz`
/dports/deskutils/xpostitPlus/XPostitPlus-2.3/ad2c-1.7/
H A DMakefile.original53 LINTOPTS = -axz
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/x11/Ad2c/
H A DMakefile53 LINTOPTS = -axz
/dports/x11-clocks/tclock/tclock-1.0.1_3/
H A DMakefile53 LINTOPTS = -axz
/dports/games/xneko/xneko-1.0_1,1/
H A DMakefile48 LINTOPTS = -axz
/dports/games/xisola/xisola/
H A DMakefile51 LINTOPTS = -axz
/dports/graphics/xgrasp/xgrasp-1.7d_2/
H A DMakefile.ow51 LINTOPTS = -axz
/dports/games/xataxx/xataxx/
H A DMakefile77 LINTOPTS = -axz

12345678