Home
last modified time | relevance | path

Searched refs:nm2 (Results 1 – 25 of 714) sorted by relevance

12345678910>>...29

/dports/math/gap/gap-4.11.0/pkg/cohomolo-1.6.8/standalone/progs.d/
H A Dmcp.c33 if (nm2>=maxm) in mcprog()
35 for (i=0;i<nm2;i+=2) in mcprog()
51 nmat++; nm2+=2; in mcprog()
52 if (nm2>=maxm) in mcprog()
54 prod(cp,mat[nm2-1]); inv(mat[nm2-1],mat[nm2]); in mcprog()
65 if (l<=0 || (l!=3 && slg) || np2>nm2 || (slg==0 && np2!=nm2)) in mcprog()
123 if (nm2+y>=maxp) in conprog()
128 if (nm2+y>=maxm) in conprog()
154 lmat=nm2+nperms; in conprog()
210 id=cbdef(nm2+1,nm2+nperms,lmat+1,d1,d2,wt,&class); in conprog()
[all …]
/dports/math/libpgmath/flang-d07daf3/tools/shared/
H A Dnmeutil.c921 printnme(nm2); in conflict()
925 if (nm1 != nm2) { in conflict()
926 dumpnme(nm2); in conflict()
978 nm1 = nm2; in conflict()
979 nm2 = c; in conflict()
981 t2 = NME_TYPE(nm2); in conflict()
987 if (NME_TYPE(nm2) == NT_VAR && NME_SYM(nm2) == aux.curr_entry->display) in conflict()
1025 n2m = nm2; in conflict()
1097 nm2 = NME_NM(nm2); in conflict()
1150 if (nm1 == nm2) in conflict()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/whitebox/
H A DDeoptimizeFramesTest.java85 NMethod nm2 = NMethod.get(method, testCase.isOsr()); in test() local
86 Asserts.assertEQ(nm.compile_id, nm2.compile_id, in test()
107 nm2 = NMethod.get(method, testCase.isOsr()); in test()
109 if (nm2 != null) { in test()
110 Asserts.assertNE(nm.compile_id, nm2.compile_id, in test()
114 Asserts.assertNE(nm2, null, "must not be null"); in test()
115 Asserts.assertEQ(nm.compile_id, nm2.compile_id, "should be the same nmethod"); in test()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/whitebox/
H A DDeoptimizeFramesTest.java85 NMethod nm2 = NMethod.get(method, testCase.isOsr()); in test() local
86 Asserts.assertEQ(nm.compile_id, nm2.compile_id, in test()
107 nm2 = NMethod.get(method, testCase.isOsr()); in test()
109 if (nm2 != null) { in test()
110 Asserts.assertNE(nm.compile_id, nm2.compile_id, in test()
114 Asserts.assertNE(nm2, null, "must not be null"); in test()
115 Asserts.assertEQ(nm.compile_id, nm2.compile_id, "should be the same nmethod"); in test()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/whitebox/
H A DDeoptimizeFramesTest.java84 NMethod nm2 = NMethod.get(method, testCase.isOsr()); in test() local
85 Asserts.assertEQ(nm.compile_id, nm2.compile_id, in test()
106 nm2 = NMethod.get(method, testCase.isOsr()); in test()
108 if (nm2 != null) { in test()
109 Asserts.assertNE(nm.compile_id, nm2.compile_id, in test()
113 Asserts.assertNE(nm2, null, "must not be null"); in test()
114 Asserts.assertEQ(nm.compile_id, nm2.compile_id, "should be the same nmethod"); in test()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/compiler/whitebox/
H A DDeoptimizeFramesTest.java84 NMethod nm2 = NMethod.get(method, testCase.isOsr()); in test() local
85 Asserts.assertEQ(nm.compile_id, nm2.compile_id, in test()
106 nm2 = NMethod.get(method, testCase.isOsr()); in test()
108 if (nm2 != null) { in test()
109 Asserts.assertNE(nm.compile_id, nm2.compile_id, in test()
113 Asserts.assertNE(nm2, null, "must not be null"); in test()
114 Asserts.assertEQ(nm.compile_id, nm2.compile_id, "should be the same nmethod"); in test()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/whitebox/
H A DDeoptimizeFramesTest.java87 NMethod nm2 = NMethod.get(method, testCase.isOsr()); in test() local
88 Asserts.assertEQ(nm.compile_id, nm2.compile_id, in test()
109 nm2 = NMethod.get(method, testCase.isOsr()); in test()
111 if (nm2 != null) { in test()
112 Asserts.assertNE(nm.compile_id, nm2.compile_id, in test()
116 Asserts.assertNE(nm2, null, "must not be null"); in test()
117 Asserts.assertEQ(nm.compile_id, nm2.compile_id, "should be the same nmethod"); in test()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/whitebox/
H A DDeoptimizeFramesTest.java85 NMethod nm2 = NMethod.get(method, testCase.isOsr()); in test() local
86 Asserts.assertEQ(nm.compile_id, nm2.compile_id, in test()
107 nm2 = NMethod.get(method, testCase.isOsr()); in test()
109 if (nm2 != null) { in test()
110 Asserts.assertNE(nm.compile_id, nm2.compile_id, in test()
114 Asserts.assertNE(nm2, null, "must not be null"); in test()
115 Asserts.assertEQ(nm.compile_id, nm2.compile_id, "should be the same nmethod"); in test()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/compiler/whitebox/
H A DDeoptimizeFramesTest.java85 NMethod nm2 = NMethod.get(method, testCase.isOsr()); in test() local
86 Asserts.assertEQ(nm.compile_id, nm2.compile_id, in test()
107 nm2 = NMethod.get(method, testCase.isOsr()); in test()
109 if (nm2 != null) { in test()
110 Asserts.assertNE(nm.compile_id, nm2.compile_id, in test()
114 Asserts.assertNE(nm2, null, "must not be null"); in test()
115 Asserts.assertEQ(nm.compile_id, nm2.compile_id, "should be the same nmethod"); in test()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/compiler/whitebox/
H A DDeoptimizeFramesTest.java85 NMethod nm2 = NMethod.get(method, testCase.isOsr()); in test() local
86 Asserts.assertEQ(nm.compile_id, nm2.compile_id, in test()
107 nm2 = NMethod.get(method, testCase.isOsr()); in test()
109 if (nm2 != null) { in test()
110 Asserts.assertNE(nm.compile_id, nm2.compile_id, in test()
114 Asserts.assertNE(nm2, null, "must not be null"); in test()
115 Asserts.assertEQ(nm.compile_id, nm2.compile_id, "should be the same nmethod"); in test()
/dports/sysutils/slurm-wlm/slurm-20.02.7/testsuite/expect/
H A Dtest21.1955 set nm2 [format "%s%s" $test_nu "acct2"]
111 remove_acct "" "$nm1,$nm2,$nm3"
121 remove_acct "" "$nm1,$nm2,$nm3"
127 incr exit_code [add_acct "$nm1,$nm2,$nm3" [array get acct_req]]
130 remove_acct "" "$nm1,$nm2,$nm3"
132 fail "Unable to add account ($nm1,$nm2,$nm3)"
139 remove_acct "" "$nm1,$nm2,$nm3"
149 remove_acct "" "$nm1,$nm2,$nm3"
187 remove_acct "" "$nm1,$nm2,$nm3"
224 incr exit_code [remove_acct "" "$nm1,$nm2,$nm3"]
/dports/audio/ecasound/ecasound-2.9.3/libecasound/
H A Daudiofx_timebased.cpp224 for(int nm2 = 0; nm2 < dnum; nm2++) { in process() local
231 if (laskuri >= dtime * (nm2 + 1)) { in process()
253 if (nm2 % 2 == 0) { in process()
256 buffer[SAMPLE_SPECS::ch_right][nm2].front()) / 2.0; in process()
262 buffer[SAMPLE_SPECS::ch_right][nm2].front()) / 2.0; in process()
273 buffer[SAMPLE_SPECS::ch_left][nm2].pop_front(); in process()
274 buffer[SAMPLE_SPECS::ch_right][nm2].pop_front(); in process()
435 for(int nm2 = 0; nm2 < dnum; nm2++) { in process() local
436 if (filled[n][nm2] == true) { in process()
446 for(int nm2 = 0; nm2 < dnum; nm2++) { in process() local
[all …]
/dports/devel/goffice/goffice-0.10.50/goffice/math/
H A Dgo-cspline.c94 int nm1, nm2, i, j, first, last; in SUFFIX() local
114 nm2 = n - 2; in SUFFIX()
117 for ( i = 1; i <= nm2; ++i ) { in SUFFIX()
128 last = nm2; in SUFFIX()
136 d2[nm2] = d2[nm2] + x[nm1] - x[nm2]; in SUFFIX()
143 dxn2 = x[nm2] - x[nm2 - 1]; in SUFFIX()
144 dxn1 = x[nm1] - x[nm2]; in SUFFIX()
155 dx1 = x[nm1] - x[nm2]; in SUFFIX()
156 dy1 = (y[nm1] - y[nm2]) / dx1; in SUFFIX()
185 d4[nm1] = d4[nm2]; in SUFFIX()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/
H A DTestResourceTrackerService.java123 nodeHeartbeat = nm2.nodeHeartbeat(true); in testDecommissionWithIncludeHosts()
141 nodeHeartbeat = nm2.nodeHeartbeat(true); in testDecommissionWithIncludeHosts()
179 nodeHeartbeat = nm2.nodeHeartbeat(true); in testDecommissionWithExcludeHosts()
193 nodeHeartbeat = nm2.nodeHeartbeat(true); in testDecommissionWithExcludeHosts()
232 nodeHeartbeat = nm2.nodeHeartbeat(true); in testAddNewIncludePathToConfiguration()
246 nodeHeartbeat = nm2.nodeHeartbeat(true); in testAddNewIncludePathToConfiguration()
437 nodeHeartbeat = nm2.nodeHeartbeat( in testReboot()
588 nm2.nodeHeartbeat(false); in testReconnectNode()
606 response = nm2.nodeHeartbeat(false); in testReconnectNode()
615 response = nm2.nodeHeartbeat(true); in testReconnectNode()
[all …]
/dports/graphics/dataplot/dataplot-2c1b27601a3b7523449de612613eadeead9a8f70/lib/macros/
H A DGRUBB.DP14 let nm2 = n-2
30 let nm2 = n-2
31 let cdf = tcdf(t2,nm2)
44 let t = tppf(p2,nm2)
49 let t = tppf(p2,nm2)
54 let t = tppf(p2,nm2)
59 let t = tppf(p2,nm2)
64 let t = tppf(p2,nm2)
117 delete n nm2 min max mean s ratio1 ratio2 alpha p2 possible
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Common/
H A DSimmSpline.cpp324 int nm1, nm2, i, j; in calcCoefficients() local
344 nm2 = n - 2; in calcCoefficients()
365 _b[nm1] = -_d[nm2]; in calcCoefficients()
376 d2 = MAX(TINY_NUMBER,_x[nm2]-_x[n-4]); in calcCoefficients()
380 _c[nm1] = _c[nm2]/d1 - _c[n-3]/d2; in calcCoefficients()
382 _c[nm1] = -_c[nm1]*_d[nm2]*_d[nm2]/d3; in calcCoefficients()
399 i = nm2 - j; in calcCoefficients()
405 _b[nm1] = (_y[nm1]-_y[nm2])/_d[nm2] + in calcCoefficients()
406 _d[nm2]*(_c[nm2]+2.0*_c[nm1]); in calcCoefficients()
414 _d[nm1] = _d[nm2]; in calcCoefficients()
/dports/math/linpack/linpack-1.0_14/
H A Ddgtsl.f48 integer k,kb,kp1,nm1,nm2
104 nm2 = n - 2
108 if (nm2 .lt. 1) go to 70
109 do 60 kb = 1, nm2
110 k = nm2 - kb + 1
H A Dsgtsl.f48 integer k,kb,kp1,nm1,nm2
104 nm2 = n - 2
108 if (nm2 .lt. 1) go to 70
109 do 60 kb = 1, nm2
110 k = nm2 - kb + 1
H A Dzgtsl.f48 integer k,kb,kp1,nm1,nm2
111 nm2 = n - 2
115 if (nm2 .lt. 1) go to 70
116 do 60 kb = 1, nm2
117 k = nm2 - kb + 1
H A Dcgtsl.f48 integer k,kb,kp1,nm1,nm2
107 nm2 = n - 2
111 if (nm2 .lt. 1) go to 70
112 do 60 kb = 1, nm2
113 k = nm2 - kb + 1
/dports/x11-toolkits/fltk/fltk-1.3.8/src/
H A Dfl_set_fonts_xft.cxx98 char *nm2 = strchr(nm1, ','); in make_raw_name()
99 while(nm2) { in make_raw_name()
100 nm1 = nm2 + 1; in make_raw_name()
101 nm2 = strchr(nm1, ','); in make_raw_name()
108 char *nm2 = strchr(pretty, ','); in make_raw_name() local
109 if(nm2) *nm2 = 0; // terminate name after first entry in make_raw_name()
/dports/x11-toolkits/ntk/ntk/src/
H A Dfl_set_fonts_xft.cxx108 char *nm2 = strchr(nm1, ','); in make_raw_name()
109 while(nm2) { in make_raw_name()
110 nm1 = nm2 + 1; in make_raw_name()
111 nm2 = strchr(nm1, ','); in make_raw_name()
116 char *nm2 = strchr(pretty, ','); in make_raw_name() local
117 if(nm2) *nm2 = 0; // terminate name after first entry in make_raw_name()
/dports/math/giacxcas/fltk-1.3.0/src/
H A Dfl_set_fonts_xft.cxx108 char *nm2 = strchr(nm1, ','); in make_raw_name()
109 while(nm2) { in make_raw_name()
110 nm1 = nm2 + 1; in make_raw_name()
111 nm2 = strchr(nm1, ','); in make_raw_name()
116 char *nm2 = strchr(pretty, ','); in make_raw_name() local
117 if(nm2) *nm2 = 0; // terminate name after first entry in make_raw_name()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-yarn-project/hadoop-yarn/hadoop-yarn-server/hadoop-yarn-server-resourcemanager/src/test/java/org/apache/hadoop/yarn/server/resourcemanager/webapp/
H A DTestRMWebServicesNodes.java131 MockNM nm2 = rm.registerNode("h2:1235", 5121); in testNodesDefaultWithUnHealthyNode() local
166 MockNM nm2 = rm.registerNode("h2:1235", 5121); in testNodesQueryNew() local
184 verifyNodeInfo(info, nm2); in testNodesQueryNew()
246 MockNM nm2 = rm.registerNode("h2:1234", 5120); in testNodesQueryStateLost() local
248 rm.sendNodeStarted(nm2); in testNodesQueryStateLost()
252 rm.sendNodeLost(nm2); in testNodesQueryStateLost()
279 MockNM nm2 = rm.registerNode("h2:1234", 5120); in testSingleNodeQueryStateLost() local
281 rm.sendNodeStarted(nm2); in testSingleNodeQueryStateLost()
285 rm.sendNodeLost(nm2); in testSingleNodeQueryStateLost()
348 rm.sendNodeStarted(nm2); in testNodesHelper()
[all …]
/dports/science/openkim/openkim-api-v1.1.1/KIM_API/
H A DKIM_API_F.F90905 if(present(nm2).and.k2.eq.1) error=kim_api_set_data_f(kimmdl,nm2,sz2,dt2);
1036 if(present(nm2).and.k2.eq.1) error = kim_api_set_data_by_index_f(kimmdl,nm2,sz2,dt2);
1103 if( present(nm2 ).and.(.not.present(dt2 ))) then
1166 if(present(nm2).and.k2.eq.1) dt2= kim_api_get_data_f(kimmdl,nm2,error);
1232 if( present(nm2 ).and.(.not.present(dt2 ))) then
1295 if(present(nm2).and.k2.eq.1) dt2= kim_api_get_data_by_index_f(kimmdl,nm2,error);
1425 if(present(nm2).and.k2.eq.1) dt2= kim_api_get_compute_f(kimmdl,nm2,error);
1556 if(present(nm2).and.k2.eq.1) dt2= kim_api_get_compute_by_index_f(kimmdl,nm2,error);
1686 if(present(nm2).and.k2.eq.1) dt2= kim_api_get_index_f(kimmdl,nm2,error);
1816 if(present(nm2).and.k2.eq.1) call kim_api_set_compute_f(kimmdl,nm2,dt2,error);
[all …]

12345678910>>...29