Home
last modified time | relevance | path

Searched refs:xUnit (Results 1 – 25 of 436) sorted by relevance

12345678910>>...18

/dports/devel/bullet/bullet3-3.21/examples/RenderingExamples/
H A DCoordinateSystemDemo.cpp90 btVector3 xUnit(1, 0, 0); in physicsDebugDraw() local
96 btQuaternion rotAroundX(xUnit, m_x); in physicsDebugDraw()
102 btVector3 toY = radius * quatRotate(rotAroundY, xUnit); in physicsDebugDraw()
103 btVector3 toZ = radius * quatRotate(rotAroundZ, xUnit); in physicsDebugDraw()
105 …m_app->m_renderer->drawLine(xUnit + toX + quatRotate(rotAroundX, btVector3(0, 0.1, -0.2)), xUnit +… in physicsDebugDraw()
106 …m_app->m_renderer->drawLine(xUnit + toX + quatRotate(rotAroundX, btVector3(0, -0.2, -0.2)), xUnit in physicsDebugDraw()
111 …m_app->m_renderer->drawLine(xUnit + toX + quatRotate(rotAroundX, btVector3(0, -0.2, -0.2)), xUnit in physicsDebugDraw()
118 drawArc(xUnit, xUnit, toX.normalized(), radius, radius, 0.4, SIMD_2_PI, xUnit, false); in physicsDebugDraw()
/dports/devel/py-bullet3/bullet3-3.21/examples/RenderingExamples/
H A DCoordinateSystemDemo.cpp90 btVector3 xUnit(1, 0, 0); in physicsDebugDraw() local
96 btQuaternion rotAroundX(xUnit, m_x); in physicsDebugDraw()
102 btVector3 toY = radius * quatRotate(rotAroundY, xUnit); in physicsDebugDraw()
103 btVector3 toZ = radius * quatRotate(rotAroundZ, xUnit); in physicsDebugDraw()
105 …m_app->m_renderer->drawLine(xUnit + toX + quatRotate(rotAroundX, btVector3(0, 0.1, -0.2)), xUnit +… in physicsDebugDraw()
106 …m_app->m_renderer->drawLine(xUnit + toX + quatRotate(rotAroundX, btVector3(0, -0.2, -0.2)), xUnit in physicsDebugDraw()
111 …m_app->m_renderer->drawLine(xUnit + toX + quatRotate(rotAroundX, btVector3(0, -0.2, -0.2)), xUnit in physicsDebugDraw()
118 drawArc(xUnit, xUnit, toX.normalized(), radius, radius, 0.4, SIMD_2_PI, xUnit, false); in physicsDebugDraw()
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Chart/
H A DAxis.php70 private $xUnit = null; variable in Icinga\\Chart\\Axis
109 $this->xUnit->addValues($dataset, 0);
124 $this->xUnit = $unit;
161 …$steps = $this->ticksPerX($this->xUnit->getTicks(), $ctx->getNrOfUnitsX(), $this->minUnitsPerStep);
162 …$ticks = $this->ticksPerX($this->xUnit->getTicks(), $ctx->getNrOfUnitsX(), $this->minUnitsPerTick);
171 if ($this->labelsOversized($this->xUnit, 6)) {
186 foreach ($this->xUnit as $label => $pos) {
352 $this->xUnit->setMin($xMin);
382 $this->xUnit->setMax($xMax);
413 $this->xUnit->transform($points[0]),
/dports/editors/libreoffice/libreoffice-7.2.6.2/uitest/uitest/uihelper/
H A Dcommon.py42 xUnit = xDialogOpt.getChild("unitlb")
46 xUnit = xDialogOpt.getChild("metric")
50 xUnit = xDialogOpt.getChild("units")
54 xUnit.executeAction("SELECT", actionProps)
59 UITestCase.assertEqual(unit, get_state_as_dict(xUnit)['SelectEntryText'])
/dports/graphics/processing/processing-1.5.1/modes/java/examples/Books/Processing Handbook/Synthesis/_03_grids/_04_grids/
H A D_04_grids.pde14 float xUnit = (width-gap*2)/numSquares;
16 float squareWidth = xUnit;
25 float xoff = xUnit/2+gap;
27 float xp = xoff + (x*xUnit);
/dports/graphics/processing/processing-1.5.1/modes/java/examples/Books/Processing Handbook/Synthesis/_03_grids/_05_grids/
H A D_05_grids.pde15 float xUnit = (width-gap*2)/numSquares;
17 float squareWidth = xUnit;
23 float xoff = xUnit/2+gap;
25 float xp = xoff + (x*xUnit);
/dports/sysutils/cmocka/cmocka-1.1.5/
H A D5.patch4 Subject: [PATCH] XML output is JUnit XML, not xUnit XML.
18 - - Several supported output formats (stdout, TAP, xUnit XML, Subunit)
27 - - <tt>XML</tt> for xUnit XML format
/dports/graphics/kdiagram/kdiagram-2.8.0/src/KChart/Ternary/
H A DKChartTernaryCoordinatePlane_p.h63 xUnit = 0.0; in initialize()
78 qreal xUnit; variable
H A DKChartTernaryCoordinatePlane.cpp119 …d->xUnit = usableWidth / diagramNativeRectangle.width(); // only because we normalize the values t… in layoutDiagrams()
126 zeroZeroPoint += QPointF( rightShift * d->xUnit, descent * d->yUnit ); in layoutDiagrams()
135 return QPointF( d->diagramRect.bottomLeft().x() + point.x() * d->xUnit, in translate()
/dports/devel/p5-Test-Mini/Test-Mini-v1.1.3/
H A DREADME.pod5 Test::Mini - Lightweight xUnit Testing for Perl
10 familiarity of an xUnit testing framework to Perl as a first-class
42 Like any traditional xUnit framework, any method whose name begins with
/dports/devel/p5-Test-Mini/Test-Mini-v1.1.3/lib/Test/
H A DMini.pod5 Test::Mini - Lightweight xUnit Testing for Perl
10 familiarity of an xUnit testing framework to Perl as a first-class
42 Like any traditional xUnit framework, any method whose name begins with
/dports/misc/mnn/MNN-1.2.0/source/backend/cpu/compute/
H A DDeconvolutionWithStride.cpp113 int count = ocDiv4 * unit.xUnit * unit.yUnit; in _gemmAndIm2col()
144 for (int fx = 0; fx < unit.xUnit; ++fx) { in _gemmAndIm2col()
145 auto ucolAddr = tempColAddr + dc_4 * eP * 4 * (fx + fy * unit.xUnit); in _gemmAndIm2col()
146 auto uwAddr = weightAddr + unit.weight->stride(0) * (fx + fy * unit.xUnit); in _gemmAndIm2col()
153 for (int fx = 0; fx < unit.xUnit; ++fx) { in _gemmAndIm2col()
157 auto source = tempColAddr + (fx + fy * unit.xUnit) * totalCount; in _gemmAndIm2col()
199 unit.xUnit = subKx; in DeconvolutionWithStride()
285 int subKx = unit.xUnit; in _extract()
306 std::shared_ptr<Tensor> K(Matrix::createShape(unit.xUnit, unit.yUnit)); in _extract()
309 std::shared_ptr<Tensor> M(Matrix::create(unit.xUnit, unit.winogradInfo.srcUnitX)); in _extract()
[all …]
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtcharts/examples/charts/chartinteractions/
H A Dchart.cpp94 double xUnit = this->plotArea().width() / haxis->max(); in handlePointMove() local
98 double x = mappedPoint.x() / xUnit; in handlePointMove()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/common/tvectorimage/
H A Dcornerdetector.cpp83 TPointI xUnit(1, 0); in interpolate() local
109 xStep = currStep - xUnit; in interpolate()
111 xStep = currStep + xUnit; in interpolate()
/dports/devel/cutter/cutter-1.2.6/doc/
H A Dcutter.rd.ja5 cutter - C言語・C++言語用のxUnit系テスティングフレームワーク
15 CutterはC言語・C++言語用のxUnit系単体テスト(ユニットテスト)
/dports/games/bzflag-server/bzflag-2.4.22/src/bzflag/
H A DMainWindow.cxx274 const float xUnit = radarRange / w2; in setProjectionRadar() local
281 glOrtho(-xCenter * xUnit, (width - xCenter) * xUnit, in setProjectionRadar()
/dports/games/bzflag/bzflag-2.4.22/src/bzflag/
H A DMainWindow.cxx274 const float xUnit = radarRange / w2; in setProjectionRadar() local
281 glOrtho(-xCenter * xUnit, (width - xCenter) * xUnit, in setProjectionRadar()
/dports/math/zegrapher/ZeGrapher-6832bd61291b3e82bc05233ae74e8d7556abe910/Widgets/
H A Dtangentwidget.cpp230 void TangentWidget::calculateTangentPoints(double xUnit, double yUnit) in calculateTangentPoints() argument
235 raty = (yUnit/xUnit+1)/2; in calculateTangentPoints()
236 ratx = (xUnit/yUnit+1)/2; in calculateTangentPoints()
/dports/devel/py-jenkins-job-builder/jenkins-job-builder-3.11.0/tests/publishers/fixtures/
H A Dxunit001.plugins_info.yaml1 - longName: 'xUnit'
H A Dxunit003.plugins_info.yaml1 - longName: 'xUnit'
H A Dxunit004.plugins_info.yaml1 - longName: 'xUnit'
H A Dxunit002.plugins_info.yaml1 - longName: 'xUnit'
/dports/devel/py-jenkins-job-builder/jenkins-job-builder-3.11.0/tests/builders/fixtures/
H A Dxunit-full.plugins_info.yaml1 - longName: 'xUnit'
H A Dxunit-minimal.plugins_info.yaml1 - longName: 'xUnit'
/dports/mail/geary/geary-40.0/subprojects/vala-unit/
H A DREADME.md5 A Glib-based, xUnit-style unit testing and mock object framework for

12345678910>>...18