Home
last modified time | relevance | path

Searched refs:gOut (Results 1 – 25 of 105) sorted by relevance

12345

/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/lapack/testlapack/
H A Ddlasq4.go23 gOut float64 member
52 gOut: 0.0000000000000000,
72 gOut: 0.0000000000000000,
92 gOut: 0.0000000000000000,
112 gOut: 0.0000000000000000,
132 gOut: 0.0000000000000000,
152 gOut: 0.0000000000000000,
172 gOut: 0.0000000000000000,
192 gOut: 0.0000000000000000,
3097 if !floats.EqualWithinAbsOrRel(gOut, test.gOut, dTol, dTol) {
[all …]
H A Ddlasq3.go73 gOut: 0.0000000000000000,
113 gOut: 0.0000000000000000,
153 gOut: 0.0000000000000000,
193 gOut: 0.0000000000000000,
233 gOut: 0.0000000000000000,
273 gOut: 0.0000000000000000,
313 gOut: 0.0000000000000000,
353 gOut: 0.0000000000000000,
393 gOut: 0.0000000000000000,
2696 if !floats.EqualWithinAbsOrRel(gOut, test.gOut, dTol, dTol) {
[all …]
/dports/print/hplip/hplip-3.20.6/ip/
H A Dxmatrix.c321 int rIn, gIn, bIn, rOut, gOut, bOut; in mat_convert() local
357 gOut = rIn*g->mat[3] + gIn*g->mat[4] + bIn*g->mat[5]; in mat_convert()
362 gOut = (gOut+(1<<15)) >> 16; in mat_convert()
367 if (gOut > 255) gOut = 255; else if (gOut < 0) gOut = 0; in mat_convert()
371 *pOut++ = (BYTE)gOut; in mat_convert()
410 gOut = (prod0 + prod1 + prod2 + (1<<6)) >> 7; in mat_convert()
411 if (gOut > 0x00ffff) gOut = 0x00ffff; else if (gOut < 0) gOut = 0; in mat_convert()
412 *pwOut++ = gOut; in mat_convert()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/tests/graph_msa/
H A Dtest_graph_tcoffee.h91 progressiveAlignment(g, guideTree, gOut); in testquickAlign__()
94 convertAlignment(gOut,alignMat); in testquickAlign__()
324 TGraph gOut(seqSet); in Test_SumOfPairsScore()
325 progressiveAlignment(g, guideTree, gOut); in Test_SumOfPairsScore()
340 clearVertices(gOut); in Test_SumOfPairsScore()
358 clear(gOut); in Test_SumOfPairsScore()
359 assignStringSet(gOut, seqSet); in Test_SumOfPairsScore()
375 clearVertices(gOut); in Test_SumOfPairsScore()
391 clearVertices(gOut); in Test_SumOfPairsScore()
436 TGraph gOut(seqSet); in Test_Progressive()
[all …]
/dports/databases/sfcgal/SFCGAL-815d5097f684dbc48b22041bf2047beab36df0a1/test/unit/SFCGAL/algorithm/
H A DIntersectionTest.cpp150 std::unique_ptr< Geometry > gOut; in BOOST_AUTO_TEST_CASE() local
205 gOut.reset( found->second->clone() ); in BOOST_AUTO_TEST_CASE()
216 gOut = io::readWkt( wktOut ); in BOOST_AUTO_TEST_CASE()
223 …sult == *gOut, numLine << ": intersection(" << gA->asText() << ", " << gB->asText() << ") is " << … in BOOST_AUTO_TEST_CASE()
227 …ult == *gOut, numLine << ": intersection3D(" << gA->asText() << ", " << gB->asText() << ") is " <<… in BOOST_AUTO_TEST_CASE()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/tests/
H A DPathOpsExtendedTest.cpp401 fprintf(PathOpsDebug::gOut, " \"expectMatch\": \"%s\",\n", in json_status()
424 fprintf(PathOpsDebug::gOut, " \"%s\": [", pathName); in json_path_out()
430 fprintf(PathOpsDebug::gOut, ",\n "); in json_path_out()
441 fprintf(PathOpsDebug::gOut, "]"); in json_path_out()
443 fprintf(PathOpsDebug::gOut, "],\n"); in json_path_out()
468 fprintf(PathOpsDebug::gOut, ",\n"); in inner_simplify()
471 fprintf(PathOpsDebug::gOut, "\"%s\": {\n", filename); in inner_simplify()
483 fprintf(PathOpsDebug::gOut, " \"out\": \"\"\n}"); in inner_simplify()
540 fprintf(PathOpsDebug::gOut, ",\n"); in innerPathOp()
543 fprintf(PathOpsDebug::gOut, "\"%s\": {\n", testName); in innerPathOp()
[all …]
H A Dskia_test.cpp157 PathOpsDebug::gOut = fopen(FLAGS_json[0], "wb"); in main()
158 fprintf(PathOpsDebug::gOut, "{\n"); in main()
274 fprintf(PathOpsDebug::gOut, "\n}\n"); in main()
275 fclose(PathOpsDebug::gOut); in main()
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/src/
H A DnMaterial.cpp157 void nMaterial::GetColorAt(double xIn, double yIn, double zIn, double* rOut, double* gOut, double* … in GetColorAt() argument
161 if (ColorExists){Color.GetColor(xIn, yIn, zIn, rOut, gOut, bOut, aOut);} in GetColorAt()
162 else{*rOut=0; *gOut=0; *bOut=0; if (aOut) *aOut=1.0;} in GetColorAt()
181 *gOut = SumG/SumWeight; in GetColorAt()
188 if (*gOut > 1.0) *gOut = 1.0; in GetColorAt()
189 else if (*gOut < 0.0) *gOut = 0.0; in GetColorAt()
/dports/biology/seqan1/seqan-1.3.1/seqan/graph_msa/
H A Dgraph_align_tcoffee_progressive.h83 TOutGraph& gOut) in _createAlignmentGraph() argument
105 SEQAN_ASSERT_TRUE(fragmentLength(gOut,l) == fragmentLength(gOut,l - count)); in _createAlignmentGraph()
106 addEdge(gOut, (TVertexDescriptor) (l - count), (TVertexDescriptor) l); in _createAlignmentGraph()
135 TOutGraph& gOut) in progressiveAlignment() argument
183 _createAlignmentGraph(g, segString[rootVertex], gOut); in progressiveAlignment()
200 TOutGraph& gOut, in _createMatchingGraph() argument
224 TVertexDescriptor v1New = findVertex(gOut, sequenceId(g, v1), fragmentBegin(g,v1)); in _createMatchingGraph()
226 TVertexDescriptor v2New = findVertex(gOut, sequenceId(g, v2), fragmentBegin(g,v2)); in _createMatchingGraph()
230 addEdge(gOut, v1New, v2New, cargo(e)); in _createMatchingGraph()
469 TOutGraph& gOut, in progressiveMatching() argument
[all …]
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/graph_msa/
H A Dgraph_align_tcoffee_progressive.h84 TOutGraph& gOut) in _createAlignmentGraph() argument
101 … TVertexDescriptor l = addVertex(gOut, sequenceId(g, v), fragmentBegin(g,v), fragmentLength(g,v)); in _createAlignmentGraph()
106 addEdge(gOut, (TVertexDescriptor) (l - count), (TVertexDescriptor) l); in _createAlignmentGraph()
132 TOutGraph& gOut) in progressiveAlignment() argument
179 _createAlignmentGraph(g, segString[rootVertex], gOut); in progressiveAlignment()
196 TOutGraph& gOut, in _createMatchingGraph() argument
220 TVertexDescriptor v1New = findVertex(gOut, sequenceId(g, v1), fragmentBegin(g,v1)); in _createMatchingGraph()
222 TVertexDescriptor v2New = findVertex(gOut, sequenceId(g, v2), fragmentBegin(g,v2)); in _createMatchingGraph()
226 addEdge(gOut, v1New, v2New, cargo(e)); in _createMatchingGraph()
465 TOutGraph& gOut, in progressiveMatching() argument
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/graph_msa/
H A Dgraph_align_tcoffee_progressive.h84 TOutGraph& gOut) in _createAlignmentGraph() argument
101 … TVertexDescriptor l = addVertex(gOut, sequenceId(g, v), fragmentBegin(g,v), fragmentLength(g,v)); in _createAlignmentGraph()
106 addEdge(gOut, (TVertexDescriptor) (l - count), (TVertexDescriptor) l); in _createAlignmentGraph()
132 TOutGraph& gOut) in progressiveAlignment() argument
179 _createAlignmentGraph(g, segString[rootVertex], gOut); in progressiveAlignment()
196 TOutGraph& gOut, in _createMatchingGraph() argument
220 TVertexDescriptor v1New = findVertex(gOut, sequenceId(g, v1), fragmentBegin(g,v1)); in _createMatchingGraph()
222 TVertexDescriptor v2New = findVertex(gOut, sequenceId(g, v2), fragmentBegin(g,v2)); in _createMatchingGraph()
226 addEdge(gOut, v1New, v2New, cargo(e)); in _createMatchingGraph()
465 TOutGraph& gOut, in progressiveMatching() argument
[all …]
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/graph_msa/
H A Dgraph_align_tcoffee_progressive.h85 TOutGraph& gOut) in _createAlignmentGraph() argument
103 … TVertexDescriptor l = addVertex(gOut, sequenceId(g, v), fragmentBegin(g,v), fragmentLength(g,v)); in _createAlignmentGraph()
108 addEdge(gOut, (TVertexDescriptor) (l - count), (TVertexDescriptor) l); in _createAlignmentGraph()
134 TOutGraph& gOut) in progressiveAlignment() argument
182 _createAlignmentGraph(g, segString[rootVertex], gOut); in progressiveAlignment()
199 TOutGraph& gOut, in _createMatchingGraph() argument
223 TVertexDescriptor v1New = findVertex(gOut, sequenceId(g, v1), fragmentBegin(g,v1)); in _createMatchingGraph()
225 TVertexDescriptor v2New = findVertex(gOut, sequenceId(g, v2), fragmentBegin(g,v2)); in _createMatchingGraph()
229 addEdge(gOut, v1New, v2New, cargo(e)); in _createMatchingGraph()
468 TOutGraph& gOut, in progressiveMatching() argument
[all …]
/dports/cad/repsnapper/repsnapper-2.5a4/libraries/amf/amftools-code/include/
H A DnObject.h56 …Out, double* gOut, double* bOut, double* aOut) {if (ColorExists){Color.GetColor(xIn, yIn, zIn, rOu… in GetColorAt() argument
H A DnMaterial.h56 void GetConstColor(double* rOut, double* gOut, double* bOut) {GetColorAt(0,0,0, rOut, gOut, bOut);} in GetConstColor() argument
57 …void GetColorAt(double xIn, double yIn, double zIn, double* rOut, double* gOut, double* bOut, doub…
H A DnVolume.h63 …Out, double* gOut, double* bOut, double* aOut) {if (ColorExists){Color.GetColor(xIn, yIn, zIn, rOu… in GetColorAt() argument
/dports/x11-fonts/roboto-fonts-ttf/roboto-2.134/scripts/lib/fontbuild/
H A Ditalics.py107 gOut = meshToGlyph(out, ga)
113 return fitGlyph(glyph, gOut, subsegments)
303 gOut = meshToGlyph(out, ga)
304 gOut = fitGlyph(glyph, gOut, subsegments)
305 for i,seg in enumerate(gOut):
306 gOut[i].points[0].y = glyph[i].points[0].y
307 return gOut
/dports/biology/seqan1/seqan-1.3.1/demos/
H A Dsegmentalignment.cpp64 TAlignmentGraph gOut(seqs); in main() local
65 progressiveAlignment(g, guideTree, gOut); in main()
66 cout << gOut; in main()
/dports/math/dune-alugrid/dune-alugrid-08c6496d4d4a33df6456c3b402182f353dc2e76d/dune/alugrid/test/
H A Dtest-periodic.cc38 auto gOut = outside.geometry().global ( centerOutside ); in checkPeriodic() local
40 auto diff = gIn - gOut; in checkPeriodic()
44 std::cout << gIn << " " << gOut << " " << diff << std::endl; in checkPeriodic()
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/demos/unassigned_or_unused/
H A Dsegmentalignment.cpp70 TAlignmentGraph gOut(seqs); in main() local
71 progressiveAlignment(g, guideTree, gOut); in main()
72 std::cout << gOut; in main()
/dports/graphics/opencolorio/OpenColorIO-1.1.1/src/nuke/OCIOLogConvert/
H A DOCIOLogConvert.cpp132 float *gOut = out.writable(gChannel) + rowX; in pixel_engine() local
140 if (gOut != gIn) memcpy(gOut, gIn, sizeof(float)*rowWidth); in pixel_engine()
145 OCIO::PlanarImageDesc img(rOut, gOut, bOut, NULL, rowWidth, /*height*/ 1); in pixel_engine()
/dports/graphics/opencolorio-tools/OpenColorIO-1.1.1/src/nuke/OCIOLogConvert/
H A DOCIOLogConvert.cpp132 float *gOut = out.writable(gChannel) + rowX; in pixel_engine() local
140 if (gOut != gIn) memcpy(gOut, gIn, sizeof(float)*rowWidth); in pixel_engine()
145 OCIO::PlanarImageDesc img(rOut, gOut, bOut, NULL, rowWidth, /*height*/ 1); in pixel_engine()
/dports/graphics/py-opencolorio/OpenColorIO-1.1.1/src/nuke/OCIOLogConvert/
H A DOCIOLogConvert.cpp132 float *gOut = out.writable(gChannel) + rowX; in pixel_engine() local
140 if (gOut != gIn) memcpy(gOut, gIn, sizeof(float)*rowWidth); in pixel_engine()
145 OCIO::PlanarImageDesc img(rOut, gOut, bOut, NULL, rowWidth, /*height*/ 1); in pixel_engine()
/dports/graphics/ampasCTL/CTL-57b48a2/unittest/ctlrender/
H A Dunity.ctl3 output varying half gOut,
10 gOut=gIn;
/dports/graphics/ampasCTL/CTL-57b48a2/unittest/IlmCtl/
H A Dexample.ctl17 output float gOut,
27 gOut = g;
33 gOut = ilm::mix (g, r, m);
/dports/graphics/ampasCTL/CTL-57b48a2/ctlrender/
H A Dnull.ctl9 output varying float gOut,
15 gOut=gIn;

12345