Home
last modified time | relevance | path

Searched +defs:m +defs:te (Results 1 – 25 of 1173) sorted by relevance

12345678910>>...47

/dports/cad/digital/Digital-0.27/src/test/java/de/neemann/digital/builder/circuit/
H A DCircuitBuilderTest.java64 ModelCreator m = new ModelCreator(circuit, library); in testBuilderCombinatorial() local
66 TestExecuter te = new TestExecuter(m.createModel(false)).setUp(m); in testBuilderCombinatorial() local
87 ModelCreator m = new ModelCreator(circuit, library); in testBuilderSequential() local
88 TestExecuter te = new TestExecuter(m.createModel(false)).setUp(m); in testBuilderSequential() local
118 ModelCreator m = new ModelCreator(circuit, library); in testBuilderSequentialLUT() local
119 TestExecuter te = new TestExecuter(m.createModel(false)).setUp(m); in testBuilderSequentialLUT() local
146 ModelCreator m = new ModelCreator(circuit, library); in testBuilderSequentialJK_JequalsK() local
147 TestExecuter te = new TestExecuter(m.createModel(false)).setUp(m); in testBuilderSequentialJK_JequalsK() local
170 ModelCreator m = new ModelCreator(circuit, library); in testBuilderSequentialJK() local
171 TestExecuter te = new TestExecuter(m.createModel(false)).setUp(m); in testBuilderSequentialJK() local
[all …]
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/MolStandardize/
H A DtestTautomer.cpp45 ROMOL_SPTR m(SmilesToMol(smi)); in testEnumerator() local
388 TautomerEnumerator te; in testEnumeratorParams() local
867 auto m = in testEnumerationProblems() local
1079 [](const ROMOL_SPTR &m) { in testPickCanonicalCIPChangeOnChiralCenter()
1107 TautomerEnumerator te; in testPickCanonicalCIPChangeOnChiralCenter() local
1134 TautomerEnumerator te; in testPickCanonicalCIPChangeOnChiralCenter() local
1212 TautomerEnumerator te; in testPickCanonicalCIPChangeOnChiralCenter() local
1236 TautomerEnumerator te; in testPickCanonicalCIPChangeOnChiralCenter() local
1312 TautomerEnumerator te; in testTautomerEnumeratorResult_const_iterator() local
1411 [](const ROMOL_SPTR &m) { in testGithub3430()
[all …]
/dports/graphics/open3d/Open3D-0.2/src/Python/Core/
H A Dopen3d_odometry.cpp59 void pybind_odometry(py::module &m) in pybind_odometry()
118 .def("__repr__", [](const RGBDOdometryJacobianFromColorTerm &te) { in pybind_odometry()
131 .def("__repr__", [](const RGBDOdometryJacobianFromHybridTerm &te) { in pybind_odometry()
136 void pybind_odometry_methods(py::module &m) in pybind_odometry_methods()
H A Dopen3d_registration.cpp76 void pybind_registration(py::module &m) in pybind_registration()
123 te(m, "TransformationEstimation"); in pybind_registration() local
139 .def("__repr__", [](const TransformationEstimationPointToPoint &te) { in pybind_registration()
156 .def("__repr__", [](const TransformationEstimationPointToPlane &te) { in pybind_registration()
291 void pybind_registration_methods(py::module &m) in pybind_registration_methods()
H A Dopen3d_global_optimization.cpp54 void pybind_global_optimization(py::module &m) in pybind_global_optimization()
128 .def("__repr__", [](const GlobalOptimizationLevenbergMarquardt &te) { in pybind_global_optimization()
141 .def("__repr__", [](const GlobalOptimizationGaussNewton &te) { in pybind_global_optimization()
226 void pybind_global_optimization_methods(py::module &m) in pybind_global_optimization_methods()
/dports/graphics/py-open3d-python/Open3D-0.2/src/Python/Core/
H A Dopen3d_odometry.cpp59 void pybind_odometry(py::module &m) in pybind_odometry()
118 .def("__repr__", [](const RGBDOdometryJacobianFromColorTerm &te) { in pybind_odometry()
131 .def("__repr__", [](const RGBDOdometryJacobianFromHybridTerm &te) { in pybind_odometry()
136 void pybind_odometry_methods(py::module &m) in pybind_odometry_methods()
H A Dopen3d_registration.cpp76 void pybind_registration(py::module &m) in pybind_registration()
123 te(m, "TransformationEstimation"); in pybind_registration() local
139 .def("__repr__", [](const TransformationEstimationPointToPoint &te) { in pybind_registration()
156 .def("__repr__", [](const TransformationEstimationPointToPlane &te) { in pybind_registration()
291 void pybind_registration_methods(py::module &m) in pybind_registration_methods()
H A Dopen3d_global_optimization.cpp54 void pybind_global_optimization(py::module &m) in pybind_global_optimization()
128 .def("__repr__", [](const GlobalOptimizationLevenbergMarquardt &te) { in pybind_global_optimization()
141 .def("__repr__", [](const GlobalOptimizationGaussNewton &te) { in pybind_global_optimization()
226 void pybind_global_optimization_methods(py::module &m) in pybind_global_optimization_methods()
/dports/japanese/vftool/vftool-1.2/
H A Djfm.c14 register struct jfmtype_entry *te; local
54 register int m; local
56 register struct jfmtype_entry *te; local
/dports/shells/ksh2020/ast-ksh2020/src/lib/libast/string/
H A Dbase64.c60 unsigned char *te; in base64encode() local
64 const unsigned char *m = alp; in base64encode() local
118 unsigned char *te; in base64decode() local
120 unsigned char *m; in base64decode() local
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libast/string/
H A Dbase64.c56 register unsigned char* te; in base64encode() local
58 register unsigned char* m; in base64encode() local
167 register unsigned char* te; in base64decode() local
169 register unsigned char* m; in base64decode() local
/dports/shells/ksh93/ast-93u/src/lib/libast/string/
H A Dbase64.c56 register unsigned char* te; in base64encode() local
58 register unsigned char* m; in base64encode() local
167 register unsigned char* te; in base64decode() local
169 register unsigned char* m; in base64decode() local
/dports/shells/ast-ksh/ast-ksh93v/src/lib/libast/string/
H A Dbase64.c56 register unsigned char* te; in base64encode() local
58 register unsigned char* m; in base64encode() local
167 register unsigned char* te; in base64decode() local
169 register unsigned char* m; in base64decode() local
/dports/irc/atheme-services/atheme-7.2.9/src/dragon/
H A Dmain.c80 struct timeval ts, te; in phase_buildworld() local
93 struct timeval te; in m_pong() local
119 module_t *m; in main() local
/dports/science/drawxtl/DRAWxtl/source/DRAWxtl55/
H A Dsymmtry.cxx309 int i, j, k, l, m, id = 0, jnd, ind, ic, ma, nma[3]; in orthorhombic() local
590 float te[3]; in tetragonal() local
763 float te[3]; in hexagonal() local
896 int i, j, k, l, m, ne, e[3][3]; /* local scratch */ in cubic() local
898 float te[3]; in cubic() local
/dports/science/tfel-edf/tfel-3.2.1/mfront/tests/models/
H A Dtest_model.cxx64 const double te = 41696641.0; in test2() local
81 const double te = 41696641.0; in test3() local
94 auto& m = tfel::tests::TestManager::getTestManager(); in main() local
/dports/science/tfel/tfel-3.4.0/mfront/tests/models/
H A Dtest_model.cxx64 const double te = 41696641.0; in test2() local
81 const double te = 41696641.0; in test3() local
94 auto& m = tfel::tests::TestManager::getTestManager(); in main() local
/dports/devel/libtifiles2/libtifiles2-1.1.7/src/
H A Dtigroup.c274 TIEXPORT2 int TICALL tifiles_content_add_te(TigContent *content, TigEntry *te) in tifiles_content_add_te()
319 TIEXPORT2 int TICALL tifiles_content_del_te(TigContent *content, TigEntry *te) in tifiles_content_del_te()
421 TigEntry *te; in tifiles_tigroup_add_file() local
555 int i, m=0, n=0; in tifiles_tigroup_contents() local
599 TigEntry *te = (TigEntry *)g_malloc0(sizeof(TigEntry)); in tifiles_tigroup_contents() local
612 TigEntry *te; in tifiles_tigroup_contents() local
697 TigEntry *te = src->var_entries[i]; in tifiles_untigroup_content() local
704 TigEntry *te = src->app_entries[j]; in tifiles_untigroup_content() local
730 int i, j, k, m, n; in tifiles_tigroup_files() local
/dports/math/ccmath/ccmath-2.2.1/intg/
H A Dfintg.c9 double fintg(double a,double b,int n,double te,double (*func)()) in fintg()
10 { int j,k,m; double s,t,x,h,ap[10],*p; in fintg() local
H A Ddeqsy.c10 deqsy(double *y,int n,double a,double b,int nd,double te, in deqsy()
13 int m,j,k; in deqsy() local
/dports/math/ccmath/ccmath-2.2.1/intg/test/
H A Dtdeqsy.c17 double te=1.e-8; variable
23 int m; in main() local
/dports/math/ccmath/ccmath-2.2.1/benchmk/
H A Dtimintg.c19 double te=1.e-10; variable
21 { double x0,x1,dk,dt,*val; int m,j,n; in main() local
/dports/math/cvc4/CVC4-1.7/src/theory/
H A Dtheory_model_builder.cpp29 TheoryEngineModelBuilder::TheoryEngineModelBuilder(TheoryEngine* te) : d_te(te) in TheoryEngineModelBuilder()
284 bool TheoryEngineModelBuilder::buildModel(Model* m) in buildModel()
741 TypeEnumerator te(t); in buildModel() local
824 void TheoryEngineModelBuilder::postProcessModel(bool incomplete, Model* m) in postProcessModel()
955 bool TheoryEngineModelBuilder::preProcessBuildModel(TheoryModel* m) in preProcessBuildModel()
960 bool TheoryEngineModelBuilder::processBuildModel(TheoryModel* m) in processBuildModel()
969 void TheoryEngineModelBuilder::assignFunction(TheoryModel* m, Node f) in assignFunction()
998 TypeEnumerator te(f.getType().getRangeType()); in assignFunction() local
1014 void TheoryEngineModelBuilder::assignHoFunction(TheoryModel* m, Node f) in assignHoFunction()
1032 TypeEnumerator te(type.getRangeType()); in assignHoFunction() local
[all …]
/dports/astro/oskar/OSKAR-2.8.0/oskar/splines/src/
H A Doskar_dierckx_fpbisp.c13 int i = 0, j = 0, l = 0, m = 0, i1 = 0, j1 = 0, l1 = 0, l2 = 0; in oskar_dierckx_fpbisp_f() local
16 float tb = 0.0f, te = 0.0f, sp = 0.0f, arg = 0.0f; in oskar_dierckx_fpbisp_f() local
100 int i = 0, j = 0, l = 0, m = 0, i1 = 0, j1 = 0, l1 = 0, l2 = 0; in oskar_dierckx_fpbisp_d() local
103 double tb = 0.0, te = 0.0, sp = 0.0, arg = 0.0; in oskar_dierckx_fpbisp_d() local
/dports/deskutils/fet/fet-6.2.0/src/interface/
H A Dtimetablegenerateform.cpp336 QPlainTextEdit* te=new QPlainTextEdit(); in stop() local
474 QPlainTextEdit* te=new QPlainTextEdit(); in stopHighest() local
601 QPlainTextEdit* te=new QPlainTextEdit(); in impossibleToSolve() local
834 int m=t/60; in activityPlaced() local
1059 QPlainTextEdit* te=new QPlainTextEdit(); in seeImpossible() local
1091 QPlainTextEdit* te=new QPlainTextEdit(); in seeInitialOrder() local

12345678910>>...47