Home
last modified time | relevance | path

Searched +defs:m +defs:lo (Results 1 – 25 of 5366) sorted by relevance

12345678910>>...215

/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/bindings/java/test/org/sbml/libsbml/test/sbml/
H A DTestAncestor.java128 Model m = new Model(2,4); in test_AlgebraicRule_ancestor_create() local
144 Model m = new Model(2,4); in test_AssignmentRule_ancestor_create() local
161 Model m = new Model(2,4); in test_CompartmentType_ancestor_add() local
175 Model m = new Model(2,4); in test_CompartmentType_ancestor_create() local
193 Model m = new Model(2,4); in test_Compartment_ancestor_add() local
206 Model m = new Model(2,4); in test_Compartment_ancestor_create() local
223 Model m = new Model(2,4); in test_Constraint_ancestor_add() local
237 Model m = new Model(2,4); in test_Constraint_ancestor_create() local
280 Model m = new Model(2,4); in test_Delay_ancestor_create_model() local
328 Model m = new Model(2,4); in test_EventAssignment_ancestor_create_model() local
[all …]
H A DTestSBMLParentObject.java128 Model m = new Model(2,4); in test_AlgebraicRule_parent_create() local
130 ListOf lo = m.getListOfRules(); in test_AlgebraicRule_parent_create() local
138 Model m = new Model(2,4); in test_AssignmentRule_parent_create() local
140 ListOf lo = m.getListOfRules(); in test_AssignmentRule_parent_create() local
162 Model m = new Model(2,4); in test_CompartmentType_parent_add() local
173 Model m = new Model(2,4); in test_CompartmentType_parent_create() local
198 Model m = new Model(2,4); in test_Compartment_parent_add() local
342 ListOf lo = m.getListOfEvents(); in test_Event_parent_add() local
351 ListOf lo = m.getListOfEvents(); in test_Event_parent_create() local
570 ListOf lo = m.getListOfRules(); in test_RateRule_parent_create() local
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/bindings/java/test/org/sbml/libsbml/test/sbml/
H A DTestAncestor.java128 Model m = new Model(2,4); in test_AlgebraicRule_ancestor_create() local
144 Model m = new Model(2,4); in test_AssignmentRule_ancestor_create() local
161 Model m = new Model(2,4); in test_CompartmentType_ancestor_add() local
175 Model m = new Model(2,4); in test_CompartmentType_ancestor_create() local
193 Model m = new Model(2,4); in test_Compartment_ancestor_add() local
206 Model m = new Model(2,4); in test_Compartment_ancestor_create() local
223 Model m = new Model(2,4); in test_Constraint_ancestor_add() local
237 Model m = new Model(2,4); in test_Constraint_ancestor_create() local
280 Model m = new Model(2,4); in test_Delay_ancestor_create_model() local
328 Model m = new Model(2,4); in test_EventAssignment_ancestor_create_model() local
[all …]
H A DTestSBMLParentObject.java128 Model m = new Model(2,4); in test_AlgebraicRule_parent_create() local
130 ListOf lo = m.getListOfRules(); in test_AlgebraicRule_parent_create() local
138 Model m = new Model(2,4); in test_AssignmentRule_parent_create() local
140 ListOf lo = m.getListOfRules(); in test_AssignmentRule_parent_create() local
162 Model m = new Model(2,4); in test_CompartmentType_parent_add() local
173 Model m = new Model(2,4); in test_CompartmentType_parent_create() local
198 Model m = new Model(2,4); in test_Compartment_parent_add() local
342 ListOf lo = m.getListOfEvents(); in test_Event_parent_add() local
351 ListOf lo = m.getListOfEvents(); in test_Event_parent_create() local
570 ListOf lo = m.getListOfRules(); in test_RateRule_parent_create() local
[all …]
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_source/src/sbml/test/
H A DTestAncestor.cpp90 Model *m = new Model(2, 4); in START_TEST() local
112 Model *m = new Model(2, 4); in START_TEST() local
135 Model *m = new Model(2, 4); in START_TEST() local
183 Model *m = new Model(2, 4); in START_TEST() local
238 Model *m = new Model(2, 4); in START_TEST() local
264 Model *m = new Model(2, 4); in START_TEST() local
334 Model *m = new Model(2, 4); in START_TEST() local
349 Model *m = new Model(2, 4); in START_TEST() local
372 Model *m = new Model(2, 4); in START_TEST() local
401 Model *m = new Model(2, 4); in START_TEST() local
[all …]
H A DTestSBMLParentObject.cpp179 ListOf *lo = m->getListOfEvents(); in START_TEST() local
370 ListOf *lo = m->getListOfRules(); in START_TEST() local
392 ListOf *lo = m->getListOfSpecies(); in START_TEST() local
413 ListOf *lo = r->getListOfProducts(); in START_TEST() local
532 ListOf *lo = ud->getListOfUnits(); in START_TEST() local
616 ListOf *lo = m->getListOfEvents(); in START_TEST() local
809 ListOf *lo = m->getListOfRules(); in START_TEST() local
825 ListOf *lo = m->getListOfRules(); in START_TEST() local
841 ListOf *lo = m->getListOfRules(); in START_TEST() local
990 ListOf *lo = ud->getListOfUnits(); in START_TEST() local
[all …]
/dports/biology/libsbml/libsbml-5.19.0/src/sbml/test/
H A DTestAncestor.cpp90 Model *m = new Model(2, 4); in START_TEST() local
112 Model *m = new Model(2, 4); in START_TEST() local
135 Model *m = new Model(2, 4); in START_TEST() local
183 Model *m = new Model(2, 4); in START_TEST() local
238 Model *m = new Model(2, 4); in START_TEST() local
264 Model *m = new Model(2, 4); in START_TEST() local
334 Model *m = new Model(2, 4); in START_TEST() local
349 Model *m = new Model(2, 4); in START_TEST() local
372 Model *m = new Model(2, 4); in START_TEST() local
401 Model *m = new Model(2, 4); in START_TEST() local
[all …]
H A DTestSBMLParentObject.cpp179 ListOf *lo = m->getListOfEvents(); in START_TEST() local
370 ListOf *lo = m->getListOfRules(); in START_TEST() local
392 ListOf *lo = m->getListOfSpecies(); in START_TEST() local
413 ListOf *lo = r->getListOfProducts(); in START_TEST() local
532 ListOf *lo = ud->getListOfUnits(); in START_TEST() local
616 ListOf *lo = m->getListOfEvents(); in START_TEST() local
809 ListOf *lo = m->getListOfRules(); in START_TEST() local
825 ListOf *lo = m->getListOfRules(); in START_TEST() local
841 ListOf *lo = m->getListOfRules(); in START_TEST() local
990 ListOf *lo = ud->getListOfUnits(); in START_TEST() local
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/testsuite/22_locale/ctype/is/char/
H A D9858.cc42 do_is(const char_type* lo, const char_type* hi, mask* vec) const in do_is() argument
46 do_scan_is(mask m, const char_type* lo, const char_type* hi) const in do_scan_is() argument
50 do_scan_not(mask m, const char_type* lo, const char_type* hi) const in do_scan_not() argument
61 do_is(const char_type* lo, const char_type* hi, mask* vec) const in do_is() argument
65 do_scan_is(mask m, const char_type* lo, const char_type* hi) const in do_scan_is() argument
69 do_scan_not(mask m, const char_type* lo, const char_type* hi) const in do_scan_not() argument
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/libstdc++-v3/testsuite/22_locale/ctype/is/char/
H A D9858.cc42 do_is(const char_type* lo, const char_type* hi, mask* vec) const in do_is() argument
46 do_scan_is(mask m, const char_type* lo, const char_type* hi) const in do_scan_is() argument
50 do_scan_not(mask m, const char_type* lo, const char_type* hi) const in do_scan_not() argument
61 do_is(const char_type* lo, const char_type* hi, mask* vec) const in do_is() argument
65 do_scan_is(mask m, const char_type* lo, const char_type* hi) const in do_scan_is() argument
69 do_scan_not(mask m, const char_type* lo, const char_type* hi) const in do_scan_not() argument
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dmemattr.c44 create_mem_region (CORE_ADDR lo, CORE_ADDR hi, in create_mem_region()
97 struct mem_region *m; in lookup_mem_region() local
98 CORE_ADDR lo; in lookup_mem_region() local
138 CORE_ADDR lo, hi; in mem_command() local
216 struct mem_region *m; in mem_info_command() local
341 struct mem_region *m; in mem_enable() local
358 struct mem_region *m; in mem_enable_command() local
391 struct mem_region *m; in mem_disable() local
408 struct mem_region *m; in mem_disable_command() local
440 struct mem_region *m; in mem_clear() local
[all …]
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dmemattr.c44 create_mem_region (CORE_ADDR lo, CORE_ADDR hi, in create_mem_region()
97 struct mem_region *m; in lookup_mem_region() local
98 CORE_ADDR lo; in lookup_mem_region() local
138 CORE_ADDR lo, hi; in mem_command() local
216 struct mem_region *m; in mem_info_command() local
341 struct mem_region *m; in mem_enable() local
358 struct mem_region *m; in mem_enable_command() local
391 struct mem_region *m; in mem_disable() local
408 struct mem_region *m; in mem_disable_command() local
440 struct mem_region *m; in mem_clear() local
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Modules/_decimal/libmpdec/
H A Dbasearith.c52 mpd_size_t m, mpd_size_t n) in _mpd_baseadd()
162 mpd_size_t m, mpd_size_t n) in _mpd_basesub()
219 mpd_uint_t hi, lo; in _mpd_shortmul() local
243 mpd_size_t m, mpd_size_t n) in _mpd_basemul()
245 mpd_uint_t hi, lo; in _mpd_basemul() local
274 mpd_uint_t hi, lo; in _mpd_shortdiv() local
312 mpd_uint_t hi, lo, x; in _mpd_basedivmod() local
314 mpd_size_t i, j, m; in _mpd_basedivmod() local
589 mpd_uint_t hi, lo; in _mpd_shortmul_c() local
612 mpd_uint_t hi, lo; in _mpd_shortmul_b() local
[all …]
/dports/lang/python310/Python-3.10.1/Modules/_decimal/libmpdec/
H A Dbasearith.c52 mpd_size_t m, mpd_size_t n) in _mpd_baseadd()
162 mpd_size_t m, mpd_size_t n) in _mpd_basesub()
219 mpd_uint_t hi, lo; in _mpd_shortmul() local
243 mpd_size_t m, mpd_size_t n) in _mpd_basemul()
245 mpd_uint_t hi, lo; in _mpd_basemul() local
274 mpd_uint_t hi, lo; in _mpd_shortdiv() local
312 mpd_uint_t hi, lo, x; in _mpd_basedivmod() local
314 mpd_size_t i, j, m; in _mpd_basedivmod() local
590 mpd_uint_t hi, lo; in _mpd_shortmul_c() local
613 mpd_uint_t hi, lo; in _mpd_shortmul_b() local
[all …]
/dports/lang/python37/Python-3.7.12/Modules/_decimal/libmpdec/
H A Dbasearith.c52 mpd_size_t m, mpd_size_t n) in _mpd_baseadd()
162 mpd_size_t m, mpd_size_t n) in _mpd_basesub()
219 mpd_uint_t hi, lo; in _mpd_shortmul() local
243 mpd_size_t m, mpd_size_t n) in _mpd_basemul()
245 mpd_uint_t hi, lo; in _mpd_basemul() local
274 mpd_uint_t hi, lo; in _mpd_shortdiv() local
312 mpd_uint_t hi, lo, x; in _mpd_basedivmod() local
314 mpd_size_t i, j, m; in _mpd_basedivmod() local
589 mpd_uint_t hi, lo; in _mpd_shortmul_c() local
612 mpd_uint_t hi, lo; in _mpd_shortmul_b() local
[all …]
/dports/lang/python311/Python-3.11.0a3/Modules/_decimal/libmpdec/
H A Dbasearith.c52 mpd_size_t m, mpd_size_t n) in _mpd_baseadd()
162 mpd_size_t m, mpd_size_t n) in _mpd_basesub()
219 mpd_uint_t hi, lo; in _mpd_shortmul() local
243 mpd_size_t m, mpd_size_t n) in _mpd_basemul()
245 mpd_uint_t hi, lo; in _mpd_basemul() local
274 mpd_uint_t hi, lo; in _mpd_shortdiv() local
312 mpd_uint_t hi, lo, x; in _mpd_basedivmod() local
314 mpd_size_t i, j, m; in _mpd_basedivmod() local
590 mpd_uint_t hi, lo; in _mpd_shortmul_c() local
613 mpd_uint_t hi, lo; in _mpd_shortmul_b() local
[all …]
/dports/lang/python-tools/Python-3.8.12/Modules/_decimal/libmpdec/
H A Dbasearith.c52 mpd_size_t m, mpd_size_t n) in _mpd_baseadd()
162 mpd_size_t m, mpd_size_t n) in _mpd_basesub()
219 mpd_uint_t hi, lo; in _mpd_shortmul() local
243 mpd_size_t m, mpd_size_t n) in _mpd_basemul()
245 mpd_uint_t hi, lo; in _mpd_basemul() local
274 mpd_uint_t hi, lo; in _mpd_shortdiv() local
312 mpd_uint_t hi, lo, x; in _mpd_basedivmod() local
314 mpd_size_t i, j, m; in _mpd_basedivmod() local
589 mpd_uint_t hi, lo; in _mpd_shortmul_c() local
612 mpd_uint_t hi, lo; in _mpd_shortmul_b() local
[all …]
/dports/lang/python38/Python-3.8.12/Modules/_decimal/libmpdec/
H A Dbasearith.c52 mpd_size_t m, mpd_size_t n) in _mpd_baseadd()
162 mpd_size_t m, mpd_size_t n) in _mpd_basesub()
219 mpd_uint_t hi, lo; in _mpd_shortmul() local
243 mpd_size_t m, mpd_size_t n) in _mpd_basemul()
245 mpd_uint_t hi, lo; in _mpd_basemul() local
274 mpd_uint_t hi, lo; in _mpd_shortdiv() local
312 mpd_uint_t hi, lo, x; in _mpd_basedivmod() local
314 mpd_size_t i, j, m; in _mpd_basedivmod() local
589 mpd_uint_t hi, lo; in _mpd_shortmul_c() local
612 mpd_uint_t hi, lo; in _mpd_shortmul_b() local
[all …]
/dports/lang/python39/Python-3.9.9/Modules/_decimal/libmpdec/
H A Dbasearith.c52 mpd_size_t m, mpd_size_t n) in _mpd_baseadd()
162 mpd_size_t m, mpd_size_t n) in _mpd_basesub()
219 mpd_uint_t hi, lo; in _mpd_shortmul() local
243 mpd_size_t m, mpd_size_t n) in _mpd_basemul()
245 mpd_uint_t hi, lo; in _mpd_basemul() local
274 mpd_uint_t hi, lo; in _mpd_shortdiv() local
312 mpd_uint_t hi, lo, x; in _mpd_basedivmod() local
314 mpd_size_t i, j, m; in _mpd_basedivmod() local
590 mpd_uint_t hi, lo; in _mpd_shortmul_c() local
613 mpd_uint_t hi, lo; in _mpd_shortmul_b() local
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Modules/_decimal/libmpdec/
H A Dbasearith.c52 mpd_size_t m, mpd_size_t n) in _mpd_baseadd()
162 mpd_size_t m, mpd_size_t n) in _mpd_basesub()
219 mpd_uint_t hi, lo; in _mpd_shortmul() local
243 mpd_size_t m, mpd_size_t n) in _mpd_basemul()
245 mpd_uint_t hi, lo; in _mpd_basemul() local
274 mpd_uint_t hi, lo; in _mpd_shortdiv() local
312 mpd_uint_t hi, lo, x; in _mpd_basedivmod() local
314 mpd_size_t i, j, m; in _mpd_basedivmod() local
589 mpd_uint_t hi, lo; in _mpd_shortmul_c() local
612 mpd_uint_t hi, lo; in _mpd_shortmul_b() local
[all …]
/dports/math/mpdecimal/mpdecimal-2.5.1/libmpdec/
H A Dbasearith.c52 mpd_size_t m, mpd_size_t n) in _mpd_baseadd()
162 mpd_size_t m, mpd_size_t n) in _mpd_basesub()
219 mpd_uint_t hi, lo; in _mpd_shortmul() local
243 mpd_size_t m, mpd_size_t n) in _mpd_basemul()
245 mpd_uint_t hi, lo; in _mpd_basemul() local
274 mpd_uint_t hi, lo; in _mpd_shortdiv() local
312 mpd_uint_t hi, lo, x; in _mpd_basedivmod() local
314 mpd_size_t i, j, m; in _mpd_basedivmod() local
590 mpd_uint_t hi, lo; in _mpd_shortmul_c() local
613 mpd_uint_t hi, lo; in _mpd_shortmul_b() local
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/_decimal/libmpdec/
H A Dbasearith.c52 mpd_size_t m, mpd_size_t n) in _mpd_baseadd()
162 mpd_size_t m, mpd_size_t n) in _mpd_basesub()
219 mpd_uint_t hi, lo; in _mpd_shortmul() local
243 mpd_size_t m, mpd_size_t n) in _mpd_basemul()
245 mpd_uint_t hi, lo; in _mpd_basemul() local
274 mpd_uint_t hi, lo; in _mpd_shortdiv() local
312 mpd_uint_t hi, lo, x; in _mpd_basedivmod() local
314 mpd_size_t i, j, m; in _mpd_basedivmod() local
589 mpd_uint_t hi, lo; in _mpd_shortmul_c() local
612 mpd_uint_t hi, lo; in _mpd_shortmul_b() local
[all …]
/dports/science/axom/axom-0.6.1/src/axom/mint/tests/
H A Dmint_mesh_uniform_mesh.cpp85 const double lo[] = {0.0, 0.0, 0.0}; in TEST() local
134 UniformMesh m(low, high, Ni, Nj, Nk); in TEST() local
145 const double lo[] = {0.0, 0.0, 0.0}; in TEST() local
153 UniformMesh* m; in TEST() local
184 const double lo[] = {0.0, 0.0, 0.0}; in TEST() local
198 UniformMesh* m; in TEST() local
239 const double lo[] = {0.0, 0.0, 0.0}; in TEST() local
250 UniformMesh m(lo, hi, N[0]); in TEST() local
268 UniformMesh m(lo, hi, N[0], N[1]); in TEST() local
297 UniformMesh m(lo, hi, N[0], N[1], N[2]); in TEST() local
/dports/lang/ghc/ghc-8.10.7/libraries/text/src/Data/Text/Internal/Unsafe/
H A DChar.hs73 m = n - 0x10000 function
74 lo = fromIntegral $ (m `shiftR` 10) + 0xD800 function
91 m = n - 0x10000 function
92 lo = fromIntegral $ (m `shiftR` 10) + 0xD800 function
/dports/lang/ghc/ghc-8.10.7/libraries/text/benchmarks/src/Data/Text/Internal/Unsafe/
H A DChar.hs73 m = n - 0x10000 function
74 lo = fromIntegral $ (m `shiftR` 10) + 0xD800 function
91 m = n - 0x10000 function
92 lo = fromIntegral $ (m `shiftR` 10) + 0xD800 function

12345678910>>...215