Home
last modified time | relevance | path

Searched refs:hcur (Results 1 – 25 of 305) sorted by relevance

12345678910>>...13

/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/src/arkode/
H A Darkode_adapt.c142 ier = arkAdaptI(hadapt_mem, k, hcur, ecur, &h_acc); in arkAdapt()
173 int_dir = hcur / SUNRabs(hcur); in arkAdapt()
214 h_acc = hcur; in arkAdapt()
217 ark_mem->eta = h_acc / hcur; in arkAdapt()
224 ark_mem->eta /= SUNMAX(ONE, SUNRabs(hcur) * in arkAdapt()
294 h_acc = hcur * SUNRpowerR(e1,k1); in arkAdaptI()
315 h_acc = hcur * SUNRpowerR(e1,k1); in arkAdaptExpGus()
347 h_acc = hcur * SUNRpowerR(e1,k1); in arkAdaptImpGus()
356 hrat = hcur / hadapt_mem->hhist[0]; in arkAdaptImpGus()
380 h_acc = hcur * SUNRpowerR(e1,k1); in arkAdaptImExGus()
[all …]
H A Darkode_adapt_impl.h129 N_Vector ycur, realtype tcur, realtype hcur,
132 realtype hcur, realtype ecur, realtype *hnew);
134 realtype hcur, realtype ecur, realtype *hnew);
136 realtype hcur, realtype ecur, realtype *hnew);
138 realtype hcur, realtype ecur, realtype *hnew);
140 realtype hcur, realtype ecur, realtype *hnew);
142 realtype hcur, realtype ecur, realtype *hnew);
/dports/math/sundials/sundials-5.7.0/src/arkode/
H A Darkode_adapt.c142 ier = arkAdaptI(hadapt_mem, k, hcur, ecur, &h_acc); in arkAdapt()
173 int_dir = hcur / SUNRabs(hcur); in arkAdapt()
214 h_acc = hcur; in arkAdapt()
217 ark_mem->eta = h_acc / hcur; in arkAdapt()
224 ark_mem->eta /= SUNMAX(ONE, SUNRabs(hcur) * in arkAdapt()
294 h_acc = hcur * SUNRpowerR(e1,k1); in arkAdaptI()
315 h_acc = hcur * SUNRpowerR(e1,k1); in arkAdaptExpGus()
347 h_acc = hcur * SUNRpowerR(e1,k1); in arkAdaptImpGus()
356 hrat = hcur / hadapt_mem->hhist[0]; in arkAdaptImpGus()
380 h_acc = hcur * SUNRpowerR(e1,k1); in arkAdaptImExGus()
[all …]
H A Darkode_adapt_impl.h129 N_Vector ycur, realtype tcur, realtype hcur,
132 realtype hcur, realtype ecur, realtype *hnew);
134 realtype hcur, realtype ecur, realtype *hnew);
136 realtype hcur, realtype ecur, realtype *hnew);
138 realtype hcur, realtype ecur, realtype *hnew);
140 realtype hcur, realtype ecur, realtype *hnew);
142 realtype hcur, realtype ecur, realtype *hnew);
/dports/science/qmcpack/qmcpack-3.11.0/nexus/lib/
H A Dhdfreader.py305 self.hcur=[self.hdf]
309 hcur = self.hcur[self.ilevel]
310 for kr,v in hcur.items():
317 self.add_group(hcur,cur,k,v)
340 self.hcur.append(None)
362 def add_group(self,hcur,cur,k,v): argument
368 self.hcur[self.ilevel] = hcur[k]
371 hcur = self.hcur[self.ilevel]
372 for kr,v in hcur.items():
379 self.add_group(hcur,cur,k,v)
/dports/japanese/sj3-lib/sj3-2.0.1.20/sj3/
H A Dromaji.c468 if (hcur >= 0 && !is_bs(c)) in exec_romaji2()
469 hbuf[hcur++] = c; in exec_romaji2()
478 hcur--; in exec_romaji2()
494 hcur -= omode[i]; in exec_romaji2()
498 hcur += len; in exec_romaji2()
506 hbuf[hcur++] = c1; in exec_romaji2()
508 hcur--; in exec_romaji2()
523 if (hcur >= 0) { in exec_romaji2()
530 if (hcur >= 0) { in exec_romaji2()
536 if (hcur >= 0) in exec_romaji2()
[all …]
/dports/x11/eaglemode/eaglemode-0.95.0/src/emWnds/
H A DemWndsScreen.cpp429 HCURSOR hcur; in GetCursorHandle() local
437 hcur=LoadCursor(NULL,IDC_ARROW); in GetCursorHandle()
440 hcur=NULL; in GetCursorHandle()
443 hcur=LoadCursor(NULL,IDC_WAIT); in GetCursorHandle()
446 hcur=LoadCursor(NULL,IDC_CROSS); in GetCursorHandle()
449 hcur=LoadCursor(NULL,IDC_IBEAM); in GetCursorHandle()
452 hcur=LoadCursor(NULL,IDC_HAND); in GetCursorHandle()
468 return hcur; in GetCursorHandle()
611 HCURSOR hcur; in Run() local
614 hcur=LoadCursor(NULL,IDC_WAIT); in Run()
[all …]
/dports/audio/csound/csound-6.15.0/OOps/
H A Ddisprep.c578 p->hcur = p->hbeg; /* init the circular ptrs */ in tempeset()
618 MYFLT *hcur = p->hcur; in tempest() local
622 *hcur++ = kin + expect * p->xfdbak; /* join insample & expect val */ in tempest()
623 if (hcur < hend) p->hcur = hcur; /* stor pntr for next insamp */ in tempest()
624 else p->hcur = p->hbeg; in tempest()
625 wrap = hcur - p->hbeg; in tempest()
627 while (hcur < hend) /* now lineariz & envlp hbuf */ in tempest()
628 *memp++ = *hcur++ * *tblp++; /* into st_mem buf */ in tempest()
629 for (hcur=p->hbeg; wrap--; ) in tempest()
630 *memp++ = *hcur++ * *tblp++; in tempest()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/cvodes/F2003_serial/
H A Dcvs_analytic_fp_f2003.f90242 real(c_double) :: hcur(1) ! step size for next step local
252 netfails, qlast, qcur, hinused, hlast, hcur, tcur)
275 print '(4x,A,es12.5)','Next internal step size =',hcur
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/cvode/F2003_serial/
H A Dcv_analytic_fp_f2003.f90242 real(c_double) :: hcur(1) ! step size for next step local
252 netfails, qlast, qcur, hinused, hlast, hcur, tcur)
275 print '(4x,A,es12.5)','Next internal step size =',hcur
H A Dcv_analytic_sys_dns_f2003.f90288 real(c_double) :: hcur(1) ! step size for next step local
300 netfails, qlast, qcur, hinused, hlast, hcur, tcur)
330 print '(4x,A,es12.5)','Next internal step size =',hcur
/dports/math/sundials/sundials-5.7.0/examples/cvode/F2003_serial/
H A Dcv_analytic_fp_f2003.f90242 real(c_double) :: hcur(1) ! step size for next step local
252 netfails, qlast, qcur, hinused, hlast, hcur, tcur)
275 print '(4x,A,es12.5)','Next internal step size =',hcur
H A Dcv_analytic_sys_dns_f2003.f90288 real(c_double) :: hcur(1) ! step size for next step local
300 netfails, qlast, qcur, hinused, hlast, hcur, tcur)
330 print '(4x,A,es12.5)','Next internal step size =',hcur
/dports/math/sundials/sundials-5.7.0/examples/cvodes/F2003_serial/
H A Dcvs_analytic_fp_f2003.f90242 real(c_double) :: hcur(1) ! step size for next step local
252 netfails, qlast, qcur, hinused, hlast, hcur, tcur)
275 print '(4x,A,es12.5)','Next internal step size =',hcur
/dports/graphics/xwpick/xwpick-2.20/
H A DImgToolKit.c309 static int isvis = 0, mask1 = 0, mask2 = 1, xcur, ycur, wcur, hcur; local
320 XDrawRectangle(theDsp, theRoot, theGC, xcur, ycur, wcur-1, hcur-1);
321 if (wcur>3 && hcur>3)
322 XDrawRectangle(theDsp, theRoot, theGC, xcur+1, ycur+1, wcur-3, hcur-3);
340 XDrawRectangle(theDsp, theRoot, theGC, xcur, ycur, wcur-1, hcur-1);
346 if (wcur>3 && hcur>3) {
348 XDrawRectangle(theDsp, theRoot, theGC, xcur+1, ycur+1, wcur-3, hcur-3);
358 xcur = x; ycur = y; wcur = w; hcur = h;
/dports/science/py-scipy/scipy-1.7.1/scipy/sparse/linalg/isolve/
H A D_gcrotmk.py119 hcur = np.zeros(j+2, dtype=Q.dtype)
122 hcur[i] = alpha
124 hcur[i+1] = nrm2(w)
128 alpha = 1/hcur[-1]
133 if not (hcur[-1] > eps * w_norm):
152 Q, R = qr_insert(Q2, R2, hcur, j, which='col',
/dports/science/qmcpack/qmcpack-3.11.0/tests/scripts/
H A Dcheck_traces.py370 self.hcur=[self.hdf]
374 hcur = self.hcur[self.ilevel]
375 for kr,v in hcur.items():
381 self.add_group(hcur,cur,k,v)
401 self.hcur.append(None)
423 def add_group(self,hcur,cur,k,v): argument
429 self.hcur[self.ilevel] = hcur[k]
432 hcur = self.hcur[self.ilevel]
433 for kr,v in hcur.items():
439 self.add_group(hcur,cur,k,v)
/dports/mail/rspamd-devel/rspamd-93430bb/src/libserver/http/
H A Dhttp_connection.c600 g_free (hcur); in rspamd_http_decrypt_message()
1446 DL_FOREACH (hdr, hcur) { in rspamd_http_connection_copy_msg()
1450 hcur->combined->len); in rspamd_http_connection_copy_msg()
1452 (hcur->name.begin - hcur->combined->str); in rspamd_http_connection_copy_msg()
1453 nhdr->name.len = hcur->name.len; in rspamd_http_connection_copy_msg()
1455 (hcur->value.begin - hcur->combined->str); in rspamd_http_connection_copy_msg()
1456 nhdr->value.len = hcur->value.len; in rspamd_http_connection_copy_msg()
1617 DL_FOREACH (hdr, hcur) { in rspamd_http_connection_encrypt_message()
2202 DL_FOREACH (hdr, hcur) { in rspamd_http_connection_write_message_common()
2205 enclen += hcur->combined->len; in rspamd_http_connection_write_message_common()
[all …]
H A Dhttp_message.c472 struct rspamd_http_header *hdr, *hcur, *hcurtmp; in rspamd_http_message_free() local
475 DL_FOREACH_SAFE (hdr, hcur, hcurtmp) { in rspamd_http_message_free()
476 rspamd_fstring_free (hcur->combined); in rspamd_http_message_free()
477 g_free (hcur); in rspamd_http_message_free()
668 struct rspamd_http_header *hdr, *hcur, *hcurtmp; in rspamd_http_message_remove_header() local
685 DL_FOREACH_SAFE (hdr, hcur, hcurtmp) { in rspamd_http_message_remove_header()
686 rspamd_fstring_free (hcur->combined); in rspamd_http_message_remove_header()
687 g_free (hcur); in rspamd_http_message_remove_header()
/dports/mail/rspamd/rspamd-3.1/src/libserver/http/
H A Dhttp_connection.c600 g_free (hcur); in rspamd_http_decrypt_message()
1437 DL_FOREACH (hdr, hcur) { in rspamd_http_connection_copy_msg()
1441 hcur->combined->len); in rspamd_http_connection_copy_msg()
1443 (hcur->name.begin - hcur->combined->str); in rspamd_http_connection_copy_msg()
1444 nhdr->name.len = hcur->name.len; in rspamd_http_connection_copy_msg()
1446 (hcur->value.begin - hcur->combined->str); in rspamd_http_connection_copy_msg()
1447 nhdr->value.len = hcur->value.len; in rspamd_http_connection_copy_msg()
1608 DL_FOREACH (hdr, hcur) { in rspamd_http_connection_encrypt_message()
2183 DL_FOREACH (hdr, hcur) { in rspamd_http_connection_write_message_common()
2186 enclen += hcur->combined->len; in rspamd_http_connection_write_message_common()
[all …]
H A Dhttp_message.c472 struct rspamd_http_header *hdr, *hcur, *hcurtmp; in rspamd_http_message_free() local
475 DL_FOREACH_SAFE (hdr, hcur, hcurtmp) { in rspamd_http_message_free()
476 rspamd_fstring_free (hcur->combined); in rspamd_http_message_free()
477 g_free (hcur); in rspamd_http_message_free()
668 struct rspamd_http_header *hdr, *hcur, *hcurtmp; in rspamd_http_message_remove_header() local
685 DL_FOREACH_SAFE (hdr, hcur, hcurtmp) { in rspamd_http_message_remove_header()
686 rspamd_fstring_free (hcur->combined); in rspamd_http_message_remove_header()
687 g_free (hcur); in rspamd_http_message_remove_header()
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/ext/sundials/examples/arkode/F2003_serial/
H A Dark_analytic_f2003.f90253 real(c_double) :: hcur(1) ! step size for next step local
293 ierr = FARKStepGetCurrentStep(arkode_mem, hcur)
344 print '(4x,A,es12.5)','Next internal step size =',hcur
/dports/math/sundials/sundials-5.7.0/examples/arkode/F2003_serial/
H A Dark_analytic_f2003.f90253 real(c_double) :: hcur(1) ! step size for next step local
293 ierr = FARKStepGetCurrentStep(arkode_mem, hcur)
344 print '(4x,A,es12.5)','Next internal step size =',hcur
/dports/editors/jed/jed-0.99-19/src/
H A Dwin16.c98 HCURSOR hcur, hcur_old; in msw_system() local
161 hcur = LoadCursor(NULL, IDC_WAIT); in msw_system()
162 hcur_old = SetCursor(hcur); in msw_system()
173 SetCursor(hcur); in msw_system()
/dports/japanese/jed/jed-B0.99-8__J067/src/
H A Dwin16.c98 HCURSOR hcur, hcur_old; in msw_system() local
161 hcur = LoadCursor(NULL, IDC_WAIT); in msw_system()
162 hcur_old = SetCursor(hcur); in msw_system()
173 SetCursor(hcur); in msw_system()

12345678910>>...13