Home
last modified time | relevance | path

Searched refs:c_b11 (Results 1 – 25 of 189) sorted by relevance

12345678

/dports/math/libflame/libflame-5.2.0/src/map/lapack2flamec/f2c/c/
H A Ddpftri.c4 static doublereal c_b11 = 1.; variable
290 dsyrk_("L", "T", &n1, &n2, &c_b11, &a[n1], n, &c_b11, a, n); in dpftri_()
300 dsyrk_("L", "N", &n1, &n2, &c_b11, a, n, &c_b11, &a[n2], n); in dpftri_()
301 dtrmm_("R", "U", "T", "N", &n1, &n2, &c_b11, &a[n1], n, a, n); in dpftri_()
313 dsyrk_("U", "N", &n1, &n2, &c_b11, &a[n1 * n1], &n1, &c_b11, a, &n1); in dpftri_()
322 dsyrk_("U", "T", &n1, &n2, &c_b11, a, &n2, &c_b11, &a[n2 * n2] , &n2); in dpftri_()
343 dsyrk_("L", "T", &k, &k, &c_b11, &a[k + 1], &i__1, &c_b11, &a[ 1], &i__2); in dpftri_()
359 dsyrk_("L", "N", &k, &k, &c_b11, a, &i__1, &c_b11, &a[k + 1], &i__2); in dpftri_()
377 dsyrk_("U", "N", &k, &k, &c_b11, &a[k * (k + 1)], &k, &c_b11, &a[k], &k); in dpftri_()
388 dsyrk_("U", "T", &k, &k, &c_b11, a, &k, &c_b11, &a[k * (k + 1) ], &k); in dpftri_()
[all …]
H A Dspftri.c4 static real c_b11 = 1.f; variable
288 ssyrk_("L", "T", &n1, &n2, &c_b11, &a[n1], n, &c_b11, a, n); in spftri_()
298 ssyrk_("L", "N", &n1, &n2, &c_b11, a, n, &c_b11, &a[n2], n); in spftri_()
299 strmm_("R", "U", "T", "N", &n1, &n2, &c_b11, &a[n1], n, a, n); in spftri_()
311 ssyrk_("U", "N", &n1, &n2, &c_b11, &a[n1 * n1], &n1, &c_b11, a, &n1); in spftri_()
320 ssyrk_("U", "T", &n1, &n2, &c_b11, a, &n2, &c_b11, &a[n2 * n2] , &n2); in spftri_()
341 ssyrk_("L", "T", &k, &k, &c_b11, &a[k + 1], &i__1, &c_b11, &a[ 1], &i__2); in spftri_()
357 ssyrk_("L", "N", &k, &k, &c_b11, a, &i__1, &c_b11, &a[k + 1], &i__2); in spftri_()
375 ssyrk_("U", "N", &k, &k, &c_b11, &a[k * (k + 1)], &k, &c_b11, &a[k], &k); in spftri_()
386 ssyrk_("U", "T", &k, &k, &c_b11, a, &k, &c_b11, &a[k * (k + 1) ], &k); in spftri_()
[all …]
H A Dslalsd.c7 static real c_b11 = 1.f; variable
286 slascl_("G", &c__0, &c__0, &d__[1], &c_b11, &c__1, nrhs, &b[ b_offset], ldb, info); in slalsd_()
343 slascl_("G", &c__0, &c__0, &orgnrm, &c_b11, n, &c__1, &d__[1], n, info); in slalsd_()
344 slascl_("G", &c__0, &c__0, &orgnrm, &c_b11, &nm1, &c__1, &e[1], &nm1, info); in slalsd_()
350 slaset_("A", n, n, &c_b6, &c_b11, &work[1], n); in slalsd_()
373 … sgemm_("T", "N", n, nrhs, n, &c_b11, &work[1], n, &b[b_offset], ldb, & c_b6, &work[nwork], n); in slalsd_()
376 slascl_("G", &c__0, &c__0, &c_b11, &orgnrm, n, &c__1, &d__[1], n, info); in slalsd_()
378 slascl_("G", &c__0, &c__0, &orgnrm, &c_b11, n, nrhs, &b[b_offset], ldb, info); in slalsd_()
462 slaset_("A", &nsize, &nsize, &c_b6, &c_b11, &work[vt + st1], n); in slalsd_()
540 slascl_("G", &c__0, &c__0, &c_b11, &orgnrm, n, &c__1, &d__[1], n, info); in slalsd_()
[all …]
H A Ddlalsd.c7 static doublereal c_b11 = 1.; variable
285 dlascl_("G", &c__0, &c__0, &d__[1], &c_b11, &c__1, nrhs, &b[ b_offset], ldb, info); in dlalsd_()
342 dlascl_("G", &c__0, &c__0, &orgnrm, &c_b11, n, &c__1, &d__[1], n, info); in dlalsd_()
343 dlascl_("G", &c__0, &c__0, &orgnrm, &c_b11, &nm1, &c__1, &e[1], &nm1, info); in dlalsd_()
349 dlaset_("A", n, n, &c_b6, &c_b11, &work[1], n); in dlalsd_()
372 … dgemm_("T", "N", n, nrhs, n, &c_b11, &work[1], n, &b[b_offset], ldb, & c_b6, &work[nwork], n); in dlalsd_()
375 dlascl_("G", &c__0, &c__0, &c_b11, &orgnrm, n, &c__1, &d__[1], n, info); in dlalsd_()
377 dlascl_("G", &c__0, &c__0, &orgnrm, &c_b11, n, nrhs, &b[b_offset], ldb, info); in dlalsd_()
461 dlaset_("A", &nsize, &nsize, &c_b6, &c_b11, &work[vt + st1], n); in dlalsd_()
539 dlascl_("G", &c__0, &c__0, &c_b11, &orgnrm, n, &c__1, &d__[1], n, info); in dlalsd_()
[all …]
H A Ddla_porfsx_extended.c7 static doublereal c_b11 = 1.; variable
527 … dsymv_(uplo, n, &c_b9, &a[a_offset], lda, &y[j * y_dim1 + 1], &c__1, &c_b11, &res[1], &c__1); in dla_porfsx_extended_()
531 …dsymv_x_(&uplo2, n, &c_b9, &a[a_offset], lda, &y[j * y_dim1 + 1], &c__1, &c_b11, &res[1], &c__1, p… in dla_porfsx_extended_()
535 …2, n, &c_b9, &a[a_offset], lda, &y[j * y_dim1 + 1], &y_tail__[1], &c__1, &c_b11, &res[1], & c__1, … in dla_porfsx_extended_()
699 daxpy_(n, &c_b11, &dy[1], &c__1, &y[j * y_dim1 + 1], &c__1); in dla_porfsx_extended_()
732 … dsymv_(uplo, n, &c_b9, &a[a_offset], lda, &y[j * y_dim1 + 1], &c__1, & c_b11, &res[1], &c__1); in dla_porfsx_extended_()
741 …dla_syamv_(&uplo2, n, &c_b11, &a[a_offset], lda, &y[j * y_dim1 + 1], &c__1, &c_b11, &ayb[1], &c__1… in dla_porfsx_extended_()
H A Dsla_porfsx_extended.c7 static real c_b11 = 1.f; variable
522 … ssymv_(uplo, n, &c_b9, &a[a_offset], lda, &y[j * y_dim1 + 1], &c__1, &c_b11, &res[1], &c__1); in sla_porfsx_extended_()
526 …ssymv_x_(&uplo2, n, &c_b9, &a[a_offset], lda, &y[j * y_dim1 + 1], &c__1, &c_b11, &res[1], &c__1, p… in sla_porfsx_extended_()
530 …2, n, &c_b9, &a[a_offset], lda, &y[j * y_dim1 + 1], &y_tail__[1], &c__1, &c_b11, &res[1], & c__1, … in sla_porfsx_extended_()
694 saxpy_(n, &c_b11, &dy[1], &c__1, &y[j * y_dim1 + 1], &c__1); in sla_porfsx_extended_()
727 … ssymv_(uplo, n, &c_b9, &a[a_offset], lda, &y[j * y_dim1 + 1], &c__1, & c_b11, &res[1], &c__1); in sla_porfsx_extended_()
736 …sla_syamv_(&uplo2, n, &c_b11, &a[a_offset], lda, &y[j * y_dim1 + 1], &c__1, &c_b11, &ayb[1], &c__1… in sla_porfsx_extended_()
H A Dshseqr.c4 static real c_b11 = 0.f; variable
463 slaset_("A", n, n, &c_b11, &c_b12, &z__[z_offset], ldz) ; in shseqr_()
505 slaset_("A", &c__49, &i__1, &c_b11, &c_b11, &hl[(*n + 1) * 49 - 49], &c__49); in shseqr_()
519 slaset_("L", &i__1, &i__3, &c_b11, &c_b11, &h__[h_dim1 + 3], ldh); in shseqr_()
H A Ddhseqr.c4 static doublereal c_b11 = 0.; variable
463 dlaset_("A", n, n, &c_b11, &c_b12, &z__[z_offset], ldz) ; in dhseqr_()
505 dlaset_("A", &c__49, &i__1, &c_b11, &c_b11, &hl[(*n + 1) * 49 - 49], &c__49); in dhseqr_()
519 dlaset_("L", &i__1, &i__3, &c_b11, &c_b11, &h__[h_dim1 + 3], ldh); in dhseqr_()
/dports/astro/py-pykep/pykep-2.6/src/third_party/cspice/
H A Dzzekerc1.c12 static doublereal c_b11 = 0.; variable
601 &c_b11, &c__0, null, ckey_len)) { in zzekerc1_()
611 ckey, &c_b11, &c__0, null, ckey_len) && *recptr < begptr) { in zzekerc1_()
628 &c_b11, &c__0, null, ckey_len)) { in zzekerc1_()
637 ckey, &c_b11, &c__0, null, ckey_len) && endptr <= *recptr) { in zzekerc1_()
667 ckey, &c_b11, &c__0, null, ckey_len)) { in zzekerc1_()
674 c__1, ckey, &c_b11, &c__0, null, ckey_len)) { in zzekerc1_()
/dports/astro/pykep/pykep-2.6/src/third_party/cspice/
H A Dzzekerc1.c12 static doublereal c_b11 = 0.; variable
601 &c_b11, &c__0, null, ckey_len)) { in zzekerc1_()
611 ckey, &c_b11, &c__0, null, ckey_len) && *recptr < begptr) { in zzekerc1_()
628 &c_b11, &c__0, null, ckey_len)) { in zzekerc1_()
637 ckey, &c_b11, &c__0, null, ckey_len) && endptr <= *recptr) { in zzekerc1_()
667 ckey, &c_b11, &c__0, null, ckey_len)) { in zzekerc1_()
674 c__1, ckey, &c_b11, &c__0, null, ckey_len)) { in zzekerc1_()
/dports/science/cdcl/dcl-5.4.8-C/demo/rakuraku/kihon/
H A Dkihona.c23 static real c_b11 = -1.f; variable
88 sgswnd_(&c_b9, &c_b10, &c_b11, &c_b12); in MAIN__()
99 sgswnd_(&c_b9, &c_b10, &c_b11, &c_b12); in MAIN__()
112 sgswnd_(&c_b9, &c_b10, &c_b11, &c_b12); in MAIN__()
124 sgswnd_(&c_b9, &c_b10, &c_b11, &c_b12); in MAIN__()
133 sgswnd_(&c_b9, &c_b10, &c_b11, &c_b12); in MAIN__()
143 sgswnd_(&c_b9, &c_b10, &c_b11, &c_b12); in MAIN__()
152 sgswnd_(&c_b9, &c_b10, &c_b11, &c_b12); in MAIN__()
/dports/science/cdcl/dcl-5.4.8-C/demo/rakuraku/miss/
H A Dmiss1.c24 static real c_b11 = .1f; variable
84 grsvpt_(&c_b11, &c_b12, &c_b13, &c_b12); in MAIN__()
89 grsvpt_(&c_b11, &c_b12, &c_b23, &c_b13); in MAIN__()
97 grsvpt_(&c_b11, &c_b12, &c_b36, &c_b23); in MAIN__()
102 grsvpt_(&c_b11, &c_b12, &c_b11, &c_b36); in MAIN__()
/dports/science/cdcl/dcl-5.4.8-C/demo/grph2/umpack/
H A Dtest04.c22 static real c_b11 = 0.f; variable
88 sgssim_(&fct[i__ - 1], &c_b11, &c_b11); in MAIN__()
89 sgsmpl_(&c_b11, &c_b14, &c_b11); in MAIN__()
92 sgstxy_(&c_b21, &c_b22, &c_b11, &c_b14); in MAIN__()
H A Dtest10.c22 static real c_b11 = 0.f; variable
88 sgssim_(&fct[i__ - 1], &c_b11, &c_b11); in MAIN__()
89 sgsmpl_(&c_b11, &c_b14, &c_b11); in MAIN__()
94 sgstxy_(&c_b22, &c_b23, &c_b11, &c_b14); in MAIN__()
H A Dtest02.c21 static real c_b11 = 0.f; variable
101 grswnd_(&c_b11, &c_b12, &c_b13, &c_b14); in MAIN__()
103 grssim_(&c_b19, &c_b11, &c_b11); in MAIN__()
104 grsmpl_(&c_b22, &c_b23, &c_b11); in MAIN__()
105 grstxy_(&c_b25, &c_b26, &c_b11, &c_b14); in MAIN__()
H A Dumpk04.c21 static real c_b11 = 0.f; variable
101 grswnd_(&c_b11, &c_b12, &c_b13, &c_b14); in MAIN__()
103 grssim_(&c_b19, &c_b11, &c_b11); in MAIN__()
104 grsmpl_(&c_b22, &c_b23, &c_b11); in MAIN__()
105 grstxy_(&c_b25, &c_b26, &c_b11, &c_b14); in MAIN__()
/dports/science/cdcl/dcl-5.4.8-C/demo/grph2/uspack/
H A Duspk09.c21 static real c_b11 = .2f; variable
97 grsvpt_(&c_b11, &c_b12, &c_b11, &c_b14); in MAIN__()
109 grsvpt_(&c_b11, &c_b12, &c_b26, &c_b27); in MAIN__()
116 grsvpt_(&c_b11, &c_b12, &c_b11, &c_b14); in MAIN__()
130 grsvpt_(&c_b11, &c_b12, &c_b26, &c_b27); in MAIN__()
/dports/science/cdcl/dcl-5.4.8-C/src/grph2/uspack/
H A Dusurdl.c18 static doublereal c_b11 = 10.; variable
69 *umax = pow_di(&c_b11, &i__1); in usurdl_()
71 *umin = pow_di(&c_b11, &i__1); in usurdl_()
77 *umax = bumax * pow_di(&c_b11, &ipmax); in usurdl_()
78 *umin = bumin * pow_di(&c_b11, &ipmin); in usurdl_()
/dports/science/cdcl/dcl-5.4.8-C/demo/grph1/scpack/
H A Dscpkt2.c22 static real c_b11 = 0.f; variable
68 sgswnd_(&c_b11, &c_b12, &c_b11, &c_b12); in MAIN__()
69 sgsvpt_(&c_b11, &c_b12, &c_b11, &c_b12); in MAIN__()
/dports/science/apbs/apbs-pdb2pqr-apbs-1.5-102-g500c1473/apbs/externals/fetk/punc/src/lapack/
H A Ddlalsd.c13 static doublereal c_b11 = 1.; variable
242 dlascl_("G", &c__0, &c__0, &d__[1], &c_b11, &c__1, nrhs, &b[ in dlalsd_()
294 dlascl_("G", &c__0, &c__0, &orgnrm, &c_b11, &nm1, &c__1, &e[1], &nm1, in dlalsd_()
302 dlaset_("A", n, n, &c_b6, &c_b11, &work[1], n, (ftnlen)1); in dlalsd_()
315 dlascl_("G", &c__0, &c__0, &d__[i__], &c_b11, &c__1, nrhs, &b[ in dlalsd_()
321 dgemm_("T", "N", n, nrhs, n, &c_b11, &work[1], n, &b[b_offset], ldb, & in dlalsd_()
327 dlascl_("G", &c__0, &c__0, &c_b11, &orgnrm, n, &c__1, &d__[1], n, in dlalsd_()
330 dlascl_("G", &c__0, &c__0, &orgnrm, &c_b11, n, nrhs, &b[b_offset], in dlalsd_()
421 dlaset_("A", &nsize, &nsize, &c_b6, &c_b11, &work[vt + st1], in dlalsd_()
477 dlascl_("G", &c__0, &c__0, &d__[i__], &c_b11, &c__1, nrhs, &work[ in dlalsd_()
[all …]
H A Dslalsd.c13 static real c_b11 = 1.f; variable
237 slascl_("G", &c__0, &c__0, &d__[1], &c_b11, &c__1, nrhs, &b[ in slalsd_()
289 slascl_("G", &c__0, &c__0, &orgnrm, &c_b11, &nm1, &c__1, &e[1], &nm1, in slalsd_()
297 slaset_("A", n, n, &c_b6, &c_b11, &work[1], n, (ftnlen)1); in slalsd_()
310 slascl_("G", &c__0, &c__0, &d__[i__], &c_b11, &c__1, nrhs, &b[ in slalsd_()
316 sgemm_("T", "N", n, nrhs, n, &c_b11, &work[1], n, &b[b_offset], ldb, & in slalsd_()
322 slascl_("G", &c__0, &c__0, &c_b11, &orgnrm, n, &c__1, &d__[1], n, in slalsd_()
325 slascl_("G", &c__0, &c__0, &orgnrm, &c_b11, n, nrhs, &b[b_offset], in slalsd_()
415 slaset_("A", &nsize, &nsize, &c_b6, &c_b11, &work[vt + st1], in slalsd_()
471 slascl_("G", &c__0, &c__0, &d__[i__], &c_b11, &c__1, nrhs, &work[ in slalsd_()
[all …]
/dports/science/cdcl/dcl-5.4.8-C/demo/rakuraku/color/
H A Dcolor3.c22 static real c_b11 = .2f; variable
89 grsvpt_(&c_b11, &c_b12, &c_b11, &c_b12); in MAIN__()
104 grsvpt_(&c_b24, &c_b25, &c_b11, &c_b12); in MAIN__()
117 uyaxdv_("R", &c_b39, &c_b11, (ftnlen)1); in MAIN__()
/dports/science/cdcl/dcl-5.4.8-C/demo/grph1/sgpack/
H A Dsgfont.c20 static real c_b11 = .1f; variable
90 slmgn_(&c_b11, &c_b11, &c_b11, &c_b11); in MAIN__()
/dports/science/cdcl/dcl-5.4.8-C/demo/rakuraku/u2d/
H A Du2d1.c24 static real c_b11 = .2f; variable
88 grsvpt_(&c_b11, &c_b12, &c_b11, &c_b12); in MAIN__()
93 udgcla_(&c_b7, &c_b18, &c_b11); in MAIN__()
/dports/math/igraph/igraph-0.9.5/vendor/lapack/
H A Ddhseqr.c17 static doublereal c_b11 = 0.; variable
481 igraphdlaset_("A", n, n, &c_b11, &c_b12, &z__[z_offset], ldz) in igraphdhseqr_()
542 igraphdlaset_("A", &c__49, &i__1, &c_b11, &c_b11, &hl[(*n + 1) * in igraphdhseqr_()
559 igraphdlaset_("L", &i__1, &i__3, &c_b11, &c_b11, &h__[h_dim1 + 3], ldh); in igraphdhseqr_()

12345678