Home
last modified time | relevance | path

Searched refs:node_f (Results 1 – 22 of 22) sorted by relevance

/dports/games/7kaa/7kaa-2.15.4p1/src/
H A DOSPATHBT.cpp53 register int f=insertNode->node_f; in insert_node()
56 while(i>1 && localElements[i/2]->node_f > f) in insert_node()
79 int lastF = lastElement->node_f; in return_min()
85 if(child!=localSize && localElements[child+1]->node_f < localElements[child]->node_f) in return_min()
88 if(lastF > localElements[child]->node_f) in return_min()
H A DOSPATH.cpp840 nodePtr->node_f = nodePtr->node_g + nodePtr->node_h; in seek()
2291 oldNode->node_f = g+oldNode->node_h; in generate_succ()
2316 …succNode->node_f = g+succNode->node_h; // care about the distance but just which branch looks in generate_succ()
2464 childNode->node_f = childNode->node_g+childNode->node_h; in propagate_down()
2563 childNode->node_f = childNode->node_g+childNode->node_h; in propagate_down()
2816 nodePtr->node_f = nodePtr->node_g + nodePtr->node_h; in seek2()
3176 oldNode->node_f = g+oldNode->node_h; in generate_succ2()
3200 …succNode->node_f = g+succNode->node_h; // care about the distance but just which branch looks in generate_succ2()
3253 childNode->node_f = childNode->node_g+childNode->node_h; in propagate_down2()
3282 childNode->node_f = childNode->node_g+childNode->node_h; in propagate_down2()
/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/struct/
H A Dhbeam_interp.cc94 const Vec3 *const node_f, in Compute() argument
134 const Vec3 *const node_f, in ComputeInterpolation() argument
143 Compute(node_pos,node_or, node_f,xi,dexi_des,pos,orient,F,om, in ComputeInterpolation()
150 const Vec3 *const node_f, in ComputeFullInterpolation() argument
165 Compute(node_pos,node_or, node_f,xi,dexi_des,pos,orient,F,om, in ComputeFullInterpolation()
222 fodo = node_f[NODE1].Cross(or_delta_w_or[NODE1]); in ComputeFullInterpolation()
226 fodo = node_f[NODE2].Cross(or_delta_w_or[NODE2]); in ComputeFullInterpolation()
H A Dhbeam_interp.h81 const Vec3 *const node_f,
91 const Vec3 *const node_f,
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http2/unit_tests/
H A Dtest_Http2DependencyTree.cc103 Node *node_f = tree->find(11); variable
107 REQUIRE(node_f->parent == node_d);
142 Node *node_f = tree->find(11); variable
278 tree->activate(node_f);
352 tree->activate(node_f);
604 Node *node_f = tree->find(11); variable
606 tree->activate(node_f);
648 Node *node_f = tree->find(11); variable
650 tree->activate(node_f);
693 Node *node_f = tree->find(11); variable
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/ServiceObjectsLib/
H A DMBSload.cpp41 node_1 = 0; node_2 = 0; node_f = 0; // DR initialize by 0 in MBSLoad()
623 node_force = node_f; in GetRotatingForce()
709 node_f = 0; // DR 2011-05-18 in SetForceVector3D()
719 node_f = nodenr; in SetForceVector3D()
784 node_f = node_force; in SetRotatingForce()
1183 if(node_f) // DR 2011-05-18: the constructor with node-nr is used in AddElementLoad()
1185 forcepos = el->GetNodePos(node_f); in AddElementLoad()
1186 bo->GetNodedPosdqT(node_f, H); in AddElementLoad()
1601 p=el->GetNodePosD(node_f); in DrawLoad()
1689 p = el->GetNodePosD(node_f); in DrawLoad()
[all …]
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/hotint/HotInt_V1/MBS_Interface/
H A DMBSload.h86 node_f = l.node_f; in CopyFrom()
237 int node_f; //specifies the position (e.g. rotating force) variable
/dports/multimedia/flvmeta/flvmeta-1.0.11/
H A Dflvmeta.c533 amf_node * node_f; in compute_metadata() local
630 node_f = amf_array_first(info->filepositions); in compute_metadata()
631 while (node_t != NULL || node_f != NULL) { in compute_metadata()
632 amf_data * amf_filepos = amf_array_get(node_f); in compute_metadata()
643 node_f = amf_array_next(node_f); in compute_metadata()
/dports/games/freeminer/freeminer-0.4.10.4/src/
H A Dcircuit.cpp101 const ContentFeatures& node_f = m_ndef->get(n); in addNode() local
102 if(node_f.is_wire || node_f.is_wire_connector) { in addNode()
106 if(node_f.is_circuit_element) { in addNode()
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/alberta/src/3d/
H A Dlagrange_3_3d.c1130 int node_e, node_f, n0_e, n0_f; in real_coarse_inter3_3d() local
1155 node_f = drv->fe_space->admin->mesh->node[FACE]; in real_coarse_inter3_3d()
1169 pd = el->dof[node_f+2][n0_f]; in real_coarse_inter3_3d()
1173 pd = el->dof[node_f+3][n0_f]; in real_coarse_inter3_3d()
1210 pd = el->dof[node_f+3][n0_f]; in real_coarse_inter3_3d()
1216 pd = el->dof[node_f+2][n0_f]; in real_coarse_inter3_3d()
1756 int node_e, node_f, n0_e, n0_f; in real_d_coarse_inter3_3d() local
1795 pd = el->dof[node_f+2][n0_f]; in real_d_coarse_inter3_3d()
1800 pd = el->dof[node_f+3][n0_f]; in real_d_coarse_inter3_3d()
1840 pd = el->dof[node_f+3][n0_f]; in real_d_coarse_inter3_3d()
[all …]
H A Dparametric_3d.c1130 int n_f, node_f, n0_f; member
3034 Ydata.node_f = mesh->node[FACE]; in refine_interpolY_3d()
/dports/games/7kaa/7kaa-2.15.4p1/include/
H A DOSPATH.h99 …int node_f, node_h;// could be replaced by "unsigned short" to reduce memory, set all member var… variable
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/add_ons/reparam_cm/src/Common/
H A Dgeomview-graphics.c1622 int node_f; in mesh2off_3d() local
1706 node_f = mesh->node[FACE]; in mesh2off_3d()
1719 node_f = mesh->node[FACE]; in mesh2off_3d()
1758 DOF dof_f = el_info->el->dof[node_f+i][n0_f]; in mesh2off_3d()
1773 DOF dof_f = el_info->el->dof[node_f+i][n0_f]; in mesh2off_3d()
1870 DOF dof_f = el_info->el->dof[node_f+i][n0_f]; in mesh2off_3d()
1884 DOF dof_f = el_info->el->dof[node_f+i][n0_f]; in mesh2off_3d()
2131 node_f = mesh->node[FACE]; in mesh2off_3d()
2197 DOF dof_f = el_info->el->dof[node_f+i][n0_f]; in mesh2off_3d()
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/demo/src/Common/
H A Dgeomview-graphics.c1647 int node_f; in mesh2off_3d() local
1731 node_f = mesh->node[FACE]; in mesh2off_3d()
1744 node_f = mesh->node[FACE]; in mesh2off_3d()
1783 DOF dof_f = el_info->el->dof[node_f+i][n0_f]; in mesh2off_3d()
1798 DOF dof_f = el_info->el->dof[node_f+i][n0_f]; in mesh2off_3d()
1895 DOF dof_f = el_info->el->dof[node_f+i][n0_f]; in mesh2off_3d()
1909 DOF dof_f = el_info->el->dof[node_f+i][n0_f]; in mesh2off_3d()
2155 node_f = mesh->node[FACE]; in mesh2off_3d()
2218 DOF dof_f = el_info->el->dof[node_f+i][n0_f]; in mesh2off_3d()
/dports/devel/upp/upp/bazaar/plugin/gdal/gcore/
H A Dgdaljp2metadata.cpp2494 CPLXMLNode *node_f; in CreateGMLJP2V2() local
2509 node_f = CPLCreateXMLNode( node_gf, CXT_Element, "gmljp2:feature" ); in CreateGMLJP2V2()
2518 node_f = CPLCreateXMLNode( psGridCoverage, CXT_Element, "gmljp2:feature" ); in CreateGMLJP2V2()
2533 CPLSetXMLValue(node_f, "#xlink:href", in CreateGMLJP2V2()
2552 CPLSetXMLValue(node_f, "#xlink:href", in CreateGMLJP2V2()
2662 CPLAddXMLChild(node_f, CPLCloneXMLTree(psGMLFileRoot)); in CreateGMLJP2V2()
/dports/graphics/py-gdal/gdal-3.3.3/gcore/
H A Dgdaljp2metadata.cpp2673 CPLXMLNode *node_f; in CreateGMLJP2V2() local
2687 node_f = CPLCreateXMLNode( node_gf, CXT_Element, "gmljp2:feature" ); in CreateGMLJP2V2()
2696 node_f = CPLCreateXMLNode( psGridCoverage, CXT_Element, "gmljp2:feature" ); in CreateGMLJP2V2()
2711 CPLSetXMLValue(node_f, "#xlink:href", in CreateGMLJP2V2()
2730 CPLSetXMLValue(node_f, "#xlink:href", in CreateGMLJP2V2()
2844 CPLAddXMLChild(node_f, CPLCloneXMLTree(psGMLFileRoot)); in CreateGMLJP2V2()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/gcore/
H A Dgdaljp2metadata.cpp2673 CPLXMLNode *node_f; in CreateGMLJP2V2() local
2687 node_f = CPLCreateXMLNode( node_gf, CXT_Element, "gmljp2:feature" ); in CreateGMLJP2V2()
2696 node_f = CPLCreateXMLNode( psGridCoverage, CXT_Element, "gmljp2:feature" ); in CreateGMLJP2V2()
2711 CPLSetXMLValue(node_f, "#xlink:href", in CreateGMLJP2V2()
2730 CPLSetXMLValue(node_f, "#xlink:href", in CreateGMLJP2V2()
2844 CPLAddXMLChild(node_f, CPLCloneXMLTree(psGMLFileRoot)); in CreateGMLJP2V2()
/dports/graphics/gdal/gdal-3.3.3/gcore/
H A Dgdaljp2metadata.cpp2673 CPLXMLNode *node_f; in CreateGMLJP2V2() local
2687 node_f = CPLCreateXMLNode( node_gf, CXT_Element, "gmljp2:feature" ); in CreateGMLJP2V2()
2696 node_f = CPLCreateXMLNode( psGridCoverage, CXT_Element, "gmljp2:feature" ); in CreateGMLJP2V2()
2711 CPLSetXMLValue(node_f, "#xlink:href", in CreateGMLJP2V2()
2730 CPLSetXMLValue(node_f, "#xlink:href", in CreateGMLJP2V2()
2844 CPLAddXMLChild(node_f, CPLCloneXMLTree(psGMLFileRoot)); in CreateGMLJP2V2()
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/add_ons/geomview/
H A Dgeomview-graphics.c1651 int node_f = mesh->node[FACE]; in mesh2off_3d() local
1803 DOF dof_f = el_info->el->dof[node_f+i][n0_f]; in mesh2off_3d()
1818 DOF dof_f = el_info->el->dof[node_f+i][n0_f]; in mesh2off_3d()
1918 DOF dof_f = el_info->el->dof[node_f+i][n0_f]; in mesh2off_3d()
1932 DOF dof_f = el_info->el->dof[node_f+i][n0_f]; in mesh2off_3d()
2244 DOF dof_f = el_info->el->dof[node_f+i][n0_f]; in mesh2off_3d()
/dports/science/code_saturne/code_saturne-7.1.0/gui/Base/
H A DBrowserView.py931 node_f = node_pm.xmlInitNode('fields')
932 fields = node_f.xmlGetNodeList('field')
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/apps/onnx/
H A Donnx_converter.cc4144 onnx::NodeProto *node_f = lstm_graph.add_node(); in convert_lstm_node() local
4145 node_f->set_name(prefix + "_f_" + std::to_string(i)); in convert_lstm_node()
4146 node_f->set_op_type("Sigmoid"); in convert_lstm_node()
4148 *node_f->add_input() = add->output(0); in convert_lstm_node()
4150 *node_f->add_input() = split_node->output(2); in convert_lstm_node()
4152 *node_f->add_output() = node_f->name(); in convert_lstm_node()
4175 *f_ct->add_input() = node_f->output(0); in convert_lstm_node()
/dports/lang/v8/v8-9.6.180.12/test/cctest/
H A Dtest-heap-profiler.cc3998 auto node_f = FindAllocationProfileNode(env->GetIsolate(), profile.get(), in TEST() local
4000 CHECK(node_f); in TEST()
4003 for (auto allocation : node_f->allocations) { in TEST()