/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/Basement/FeatTrees/ |
H A D | testFeatTrees.cpp | 46 FeatTreeGraphSPtr fGraph; in test1() local 57 replaceCycles(*fGraph); in test1() 70 addZeroNodes(*fGraph); in test1() 85 replaceCycles(*fGraph); in test1() 98 addZeroNodes(*fGraph); in test1() 114 replaceCycles(*fGraph); in test1() 127 addZeroNodes(*fGraph); in test1() 143 replaceCycles(*fGraph); in test1() 156 addZeroNodes(*fGraph); in test1() 172 replaceCycles(*fGraph); in test1() [all …]
|
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/bench/ |
H A D | TopoSortBench.cpp | 33 ToolUtils::TopoTestNode::AllocNodes(&fGraph, kNumElements); in onDelayedSetup() 41 fGraph[i]->dependsOn(fGraph[dep].get()); in onDelayedSetup() 48 for (int j = 0; j < fGraph.count(); ++j) { in onDraw() 49 fGraph[j]->reset(); in onDraw() 52 ToolUtils::TopoTestNode::Shuffle(&fGraph, &fRand); in onDraw() 54 SkDEBUGCODE(bool actualResult =) SkTTopoSort<ToolUtils::TopoTestNode>(&fGraph); in onDraw() 58 for (int j = 0; j < fGraph.count(); ++j) { in onDraw() 59 SkASSERT(fGraph[j]->check()); in onDraw() 69 SkTArray<sk_sp<ToolUtils::TopoTestNode>> fGraph; member in TopoSortBench
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/bench/ |
H A D | TopoSortBench.cpp | 33 ToolUtils::TopoTestNode::AllocNodes(&fGraph, kNumElements); in onDelayedSetup() 41 fGraph[i]->dependsOn(fGraph[dep].get()); in onDelayedSetup() 48 for (int j = 0; j < fGraph.count(); ++j) { in onDraw() 49 fGraph[j]->reset(); in onDraw() 52 ToolUtils::TopoTestNode::Shuffle(&fGraph, &fRand); in onDraw() 54 SkDEBUGCODE(bool actualResult =) SkTTopoSort<ToolUtils::TopoTestNode>(&fGraph); in onDraw() 58 for (int j = 0; j < fGraph.count(); ++j) { in onDraw() 59 SkASSERT(fGraph[j]->check()); in onDraw() 69 SkTArray<sk_sp<ToolUtils::TopoTestNode>> fGraph; member in TopoSortBench
|
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GKComponents/GKUI/Components/ |
H A D | ZGraphControl.cs | 36 private readonly ZedGraphControl fGraph; field in GKUI.Components.ZGraphControl 40 fGraph = new ZedGraphControl(); in ZGraphControl() 41 fGraph.IsShowPointValues = true; in ZGraphControl() 42 fGraph.Dock = DockStyle.Fill; in ZGraphControl() 43 Controls.Add(fGraph); in ZGraphControl() 53 GraphPane gPane = fGraph.GraphPane; in Clear() 59 fGraph.AxisChange(); in Clear() 60 fGraph.Invalidate(); in Clear() 65 GraphPane gPane = fGraph.GraphPane; in PrepareArray() 126 fGraph.AxisChange(); in PrepareArray() [all …]
|
/dports/science/wxmacmolplt/wxmacmolplt-7.7-43-g9a46f7a/src/ |
H A D | frequenciesdialog.cpp | 90 fGraph = NULL; in Create() 259 fGraph->reset(); in RegenData() 274 fGraph->addXSet(xSetData, true); in RegenData() 279 fGraph->autoScaleY(MG_AXIS_Y1); in RegenData() 280 fGraph->setYAxisMin(MG_AXIS_Y1, 0.0); in RegenData() 281 fGraph->setYAxisMax(MG_AXIS_Y1, fGraph->getYAxisMax(MG_AXIS_Y1)*fprefs->GetYScaleFactor()); in RegenData() 282 fGraph->setXAxisMin(0.0); in RegenData() 308 fGraph->GetClientSize(&width, &height); in OnFreqcopyClick() 313 fGraph->draw(tempDC); in OnFreqcopyClick() 436 fGraph->setYAxisMax(MG_AXIS_Y1, fGraph->getYAxisMax(MG_AXIS_Y1)*0.9); in OnMenuzoominClick() [all …]
|
H A D | frequenciesdialog.h | 153 wxMolGraph* fGraph;
|
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/Kinships/ |
H A D | KinshipsGraph.cs | 37 private readonly Graph fGraph; field in GKCore.Kinships.KinshipsGraph 44 fGraph = new Graph(); in KinshipsGraph() 51 fGraph.Dispose(); in Dispose() 58 return fGraph.IsEmpty(); in IsEmpty() 63 fGraph.Clear(); in Clear() 68 return (iRec == null) ? null : fGraph.AddVertex(iRec.XRef, iRec); in AddIndividual() 73 return fGraph.FindVertex(sign); in FindVertex() 92 Vertex root = fGraph.FindVertex(rootRec.XRef); in SetTreeRoot() 95 fGraph.FindPathTree(root); in SetTreeRoot() 101 Vertex target = fGraph.FindVertex(targetRec.XRef); in GetRelationship() [all …]
|
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv2/GEDKeeper2/GKUI/Forms/ |
H A D | StatisticsWin.cs | 41 private readonly ZGraphControl fGraph; field in GKUI.Forms.StatisticsWin 50 get { return fGraph; } 76 fGraph = new ZGraphControl(); in StatisticsWin() 77 fGraph.Dock = DockStyle.Right; in StatisticsWin() 78 fGraph.Size = new Size(400, 200); in StatisticsWin() 85 Panel1.Controls.Add(fGraph); in StatisticsWin() 94 Panel1.Controls.SetChildIndex(fGraph, 3); in StatisticsWin()
|
/dports/astro/phd2/phd2-2.6.10/thirdparty/VidCapture/Source/VidCapture/ |
H A D | CVVidCaptureDSWin32.cpp | 170 fGraph = 0; in CVVidCaptureDSWin32() 276 (void**)&fGraph))) in Init() 508 if (fGraph) in UninitObjects() 510 fGraph->Release(); in UninitObjects() 511 fGraph = 0; in UninitObjects() 713 this->fGraph->RemoveFilter(fCaptureFilter); in Connect() 738 this->fGraph->QueryInterface( IID_IMediaFilter, in Connect() 947 fGraph->RemoveFilter(fCaptureFilter); in Disconnect() 967 fGraph->RemoveFilter(fRenderer); in Disconnect() 2058 CVAssert(fGraph != 0, "Graph must be valid."); in ConnectGraph() [all …]
|
H A D | CVVidCaptureDSWin32.h | 477 IGraphBuilder* fGraph; variable
|
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKv3/GEDKeeper3/GKUI/Forms/ |
H A D | StatisticsWin.cs | 41 private readonly ZGraphControl fGraph; field in GKUI.Forms.StatisticsWin 50 get { return fGraph; } 76 fGraph = new ZGraphControl(); in StatisticsWin() 84 spl.Panel2 = fGraph; in StatisticsWin()
|
/dports/misc/tvm/incubator-tvm-0.6.1/tests/python/relay/ |
H A D | test_feature.py | 42 Feature.fGraph 68 Feature.fGraph
|
/dports/misc/py-tvm/incubator-tvm-0.6.1/tests/python/relay/ |
H A D | test_feature.py | 42 Feature.fGraph 68 Feature.fGraph
|
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/Charts/ |
H A D | TreeChartModel.cs | 95 private KinshipsGraph fGraph; field in GKCore.Charts.TreeChartModel 122 fGraph = new KinshipsGraph(fBase.Context); 263 fGraph = null; in TreeChartModel() 278 if (fGraph != null) fGraph.Dispose(); in Dispose() 366 fGraph.Clear(); in GenChart() 437 result.Node = fGraph.AddIndividual(iRec); in CreatePerson() 739 … fGraph.AddRelation(child.Node, ft.Node, RelationKind.rkParent, RelationKind.rkChild); in DoDescendantsStep() 742 … fGraph.AddRelation(child.Node, mt.Node, RelationKind.rkParent, RelationKind.rkChild); in DoDescendantsStep() 779 …string kinship = fGraph.GetRelationship(target.Rec, false, GlobalOptions.Instance.ShortKinshipForm… in FindRelationship() 786 target.PathDebug = fGraph.IndividualsPath; in FindRelationship() [all …]
|
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/relay/analysis/ |
H A D | feature.cc | 49 fs += fGraph; in DetectFeature() 114 DETECT_FEATURE(fGraph); in ToString()
|
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/relay/analysis/ |
H A D | feature.py | 41 fGraph = 15 variable in Feature
|
/dports/misc/tvm/incubator-tvm-0.6.1/python/tvm/relay/ |
H A D | feature.py | 39 fGraph = 15 variable in Feature
|
/dports/misc/py-tvm/incubator-tvm-0.6.1/python/tvm/relay/ |
H A D | feature.py | 39 fGraph = 15 variable in Feature
|
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/plugins/ZamSynth/ |
H A D | ZamSynthUI.hpp | 79 bool fGraph; member in ZamSynthUI
|
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/src/relay/transforms/ |
H A D | lazy_gradient_init.cc | 262 CheckFeature(e, mod, FeatureSet::All() - fGraph); in LazyGradientInit() 264 CheckFeature(ret, mod, FeatureSet::All() - fGraph); in LazyGradientInit()
|
/dports/misc/tvm/incubator-tvm-0.6.1/src/relay/pass/ |
H A D | feature.cc | 48 fs += fGraph; in DetectFeature()
|
/dports/misc/py-tvm/incubator-tvm-0.6.1/src/relay/pass/ |
H A D | feature.cc | 48 fs += fGraph; in DetectFeature()
|
/dports/misc/tvm/incubator-tvm-0.6.1/include/tvm/relay/ |
H A D | feature.h | 52 fGraph = 15, enumerator
|
/dports/misc/py-tvm/incubator-tvm-0.6.1/include/tvm/relay/ |
H A D | feature.h | 52 fGraph = 15, enumerator
|
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/include/tvm/relay/ |
H A D | feature.h | 55 fGraph = 15, enumerator
|