Home
last modified time | relevance | path

Searched +defs:m +defs:ku (Results 1 – 25 of 949) sorted by path

12345678910>>...38

/dports/audio/praat/praat-6.2.03/external/clapack/
H A Dlapack_dg.cpp5 integer *kl, integer *ku, double *ab, integer *ldab, double * in dgbbrd_()
797 /* Subroutine */ int dgbequ_(integer *m, integer *n, integer *kl, integer *ku, in dgbequ_()
1101 /* Subroutine */ int dgbequb_(integer *m, integer *n, integer *kl, integer * in dgbequb_()
1429 /* Subroutine */ int dgbrfs_(const char *trans, integer *n, integer *kl, integer * in dgbrfs_()
2506 /* Subroutine */ int dgbsv_(integer *n, integer *kl, integer *ku, integer * in dgbsv_()
2661 integer *ku, integer *nrhs, double *ab, integer *ldab, in dgbsvx_()
3972 /* Subroutine */ int dgbtf2_(integer *m, integer *n, integer *kl, integer *ku, in dgbtf2_()
4212 /* Subroutine */ int dgbtrf_(integer *m, integer *n, integer *kl, integer *ku, in dgbtrf_()
5210 integer i__, j, k, l, m; in dgebal_() local
23843 integer i__, j, k, l, m; in dggbal_() local
[all …]
H A Dlapack_dlar.cpp4435 spltol, integer *nsplit, integer *isplit, integer *m, double *w, in dlarre_()
6316 integer *m, integer *dol, integer *dou, double *minrgp, in dlarrv_()
7950 storev, integer *m, integer *n, integer *k, integer *l, double *v, in dlarzb_()
8550 /* Subroutine */ int dlascl_(const char *type__, integer *kl, integer *ku, double *cfrom, double *c… in dlascl_()
8551 integer *m, integer *n, double *a, integer *lda, integer *info) in dlascl_()
8885 int dlascl2_(integer *m, integer *n, double *d__, double *x, integer *ldx) in dlascl2_()
9500 integer i__, j, m, n; in dlasd2_() local
10084 integer i__, j, m, n, jc; in dlasd3_() local
11671 integer i__, m, n, n1, n2, iw, idx, idxc, idxp, ivfw, ivlw; in dlasd6_() local
12005 integer i__, j, m, n, k2; in dlasd7_() local
[all …]
/dports/audio/praat/praat-6.2.03/external/espeak/
H A Dcompiledata.cpp11 * This program is distributed in the hope that it will be useful, in dasum_()
98 { "KlattSynth", tTEST, 0xf02 },
192 kTUNE_SPLIT, in dcopy_()
286 { "flag1", tPHONEME_FLAG, phFLAG1 },
374 manifest[n_manifest].value = value;
375 manifest[n_manifest].name = p;
729 while (((c = get_char()) == ' ') || (c == '\t')) in dgemm_()
1099 for (peak = 0; peak < 8; peak++) {
1393 (void) fgets(line_buf, sizeof(line_buf), f); // skip first line
2612 fclose(f_report);
/dports/biology/hyphy/hyphy-2.5.33/src/core/
H A Dfisher_exact.cpp139 m, in isort_() local
144 ku, in isort_() local
397 …g *irow, long ncol, long *icol, double *val, bool *xmin, double *fact, long *nd, long *ne, long *m) in f10act_()
621 long i__1, i__2, i__, m, k1, mm; in f7xact_() local
995 m, in f4xact_() local
/dports/biology/viennarna/ViennaRNA-2.4.18/src/ViennaRNA/
H A Dequilibrium_probs.c2556 int i, j, k, l, kl, *my_iindx, u, u1, u2, n, turn, m; local
2826 u1, u2, uu1, uu2, u2_max, m; local
3507 int ku = my_iindx[k] - u; local
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/GotoBLAS2/ctest/
H A Dc_cblas2.c11 void F77_cgemv(int *order, char *transp, int *m, int *n, in F77_cgemv()
41 void F77_cgbmv(int *order, char *transp, int *m, int *n, int *kl, int *ku, in F77_cgbmv()
88 void F77_cgeru(int *order, int *m, int *n, CBLAS_TEST_COMPLEX *alpha, in F77_cgeru()
117 void F77_cgerc(int *order, int *m, int *n, CBLAS_TEST_COMPLEX *alpha, in F77_cgerc()
H A Dc_dblas2.c11 void F77_dgemv(int *order, char *transp, int *m, int *n, double *alpha, in F77_dgemv()
38 void F77_dger(int *order, int *m, int *n, double *alpha, double *x, int *incx, in F77_dger()
187 void F77_dgbmv(int *order, char *transp, int *m, int *n, int *kl, int *ku, in F77_dgbmv()
H A Dc_sblas2.c11 void F77_sgemv(int *order, char *transp, int *m, int *n, float *alpha, in F77_sgemv()
38 void F77_sger(int *order, int *m, int *n, float *alpha, float *x, int *incx, in F77_sger()
187 void F77_sgbmv(int *order, char *transp, int *m, int *n, int *kl, int *ku, in F77_sgbmv()
H A Dc_zblas2.c11 void F77_zgemv(int *order, char *transp, int *m, int *n, in F77_zgemv()
41 void F77_zgbmv(int *order, char *transp, int *m, int *n, int *kl, int *ku, in F77_zgbmv()
88 void F77_zgeru(int *order, int *m, int *n, CBLAS_TEST_ZOMPLEX *alpha, in F77_zgeru()
117 void F77_zgerc(int *order, int *m, int *n, CBLAS_TEST_ZOMPLEX *alpha, in F77_zgerc()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/GotoBLAS2/driver/level2/
H A Dgbmv_k.c34 void CNAME(BLASLONG m, BLASLONG n, BLASLONG ku, BLASLONG kl, FLOAT alpha, in CNAME()
H A Dgbmv_thread.c45 BLASLONG i, offset_l, offset_u, uu, ll, ku, kl; in gbmv_kernel() local
156 int CNAME(BLASLONG m, BLASLONG n, BLASLONG ku, BLASLONG kl, FLOAT alpha, FLOAT *a, BLASLONG lda, F…
H A Dzgbmv_k.c52 void CNAME(BLASLONG m, BLASLONG n, BLASLONG ku, BLASLONG kl, FLOAT alpha_r, FLOAT alpha_i, in CNAME()
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/external/GotoBLAS2/interface/
H A Dgbmv.c69 blasint m = *M; local
71 blasint ku = *KU; local
H A Dzgbmv.c75 blasint m = *M; local
77 blasint ku = *KU; local
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/numeric/ublas/test/
H A Dtest_banded_storage_layout.cpp54 int m = 5; in test_band_storage() local
57 int ku = 1; in test_band_storage() local
109 int m = 6; in test_band_storage_6_by_5() local
112 int ku = 1; in test_band_storage_6_by_5() local
167 int m = 5; in test_band_storage_5_by_6() local
170 int ku = 1; in test_band_storage_5_by_6() local
/dports/databases/percona57-client/boost_1_59_0/libs/numeric/ublas/test/
H A Dtest_banded_storage_layout.cpp54 int m = 5; in test_band_storage() local
57 int ku = 1; in test_band_storage() local
109 int m = 6; in test_band_storage_6_by_5() local
112 int ku = 1; in test_band_storage_6_by_5() local
167 int m = 5; in test_band_storage_5_by_6() local
170 int ku = 1; in test_band_storage_5_by_6() local
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/numeric/ublas/test/
H A Dtest_banded_storage_layout.cpp54 int m = 5; in test_band_storage() local
57 int ku = 1; in test_band_storage() local
109 int m = 6; in test_band_storage_6_by_5() local
112 int ku = 1; in test_band_storage_6_by_5() local
167 int m = 5; in test_band_storage_5_by_6() local
170 int ku = 1; in test_band_storage_5_by_6() local
/dports/databases/percona57-server/boost_1_59_0/libs/numeric/ublas/test/
H A Dtest_banded_storage_layout.cpp54 int m = 5; in test_band_storage() local
57 int ku = 1; in test_band_storage() local
109 int m = 6; in test_band_storage_6_by_5() local
112 int ku = 1; in test_band_storage_6_by_5() local
167 int m = 5; in test_band_storage_5_by_6() local
170 int ku = 1; in test_band_storage_5_by_6() local
/dports/databases/xtrabackup/boost_1_59_0/libs/numeric/ublas/test/
H A Dtest_banded_storage_layout.cpp54 int m = 5; in test_band_storage() local
57 int ku = 1; in test_band_storage() local
109 int m = 6; in test_band_storage_6_by_5() local
112 int ku = 1; in test_band_storage_6_by_5() local
167 int m = 5; in test_band_storage_5_by_6() local
170 int ku = 1; in test_band_storage_5_by_6() local
/dports/devel/boost-docs/boost_1_72_0/libs/numeric/ublas/test/
H A Dtest_banded_storage_layout.cpp54 int m = 5; in test_band_storage() local
57 int ku = 1; in test_band_storage() local
109 int m = 6; in test_band_storage_6_by_5() local
112 int ku = 1; in test_band_storage_6_by_5() local
167 int m = 5; in test_band_storage_5_by_6() local
170 int ku = 1; in test_band_storage_5_by_6() local
/dports/devel/boost-libs/boost_1_72_0/libs/numeric/ublas/test/
H A Dtest_banded_storage_layout.cpp54 int m = 5; in test_band_storage() local
57 int ku = 1; in test_band_storage() local
109 int m = 6; in test_band_storage_6_by_5() local
112 int ku = 1; in test_band_storage_6_by_5() local
167 int m = 5; in test_band_storage_5_by_6() local
170 int ku = 1; in test_band_storage_5_by_6() local
/dports/devel/boost-python-libs/boost_1_72_0/libs/numeric/ublas/test/
H A Dtest_banded_storage_layout.cpp54 int m = 5; in test_band_storage() local
57 int ku = 1; in test_band_storage() local
109 int m = 6; in test_band_storage_6_by_5() local
112 int ku = 1; in test_band_storage_6_by_5() local
167 int m = 5; in test_band_storage_5_by_6() local
170 int ku = 1; in test_band_storage_5_by_6() local
/dports/devel/hyperscan/boost_1_75_0/libs/numeric/ublas/test/
H A Dtest_banded_storage_layout.cpp54 int m = 5; in test_band_storage() local
57 int ku = 1; in test_band_storage() local
109 int m = 6; in test_band_storage_6_by_5() local
112 int ku = 1; in test_band_storage_6_by_5() local
167 int m = 5; in test_band_storage_5_by_6() local
170 int ku = 1; in test_band_storage_5_by_6() local
/dports/devel/py-game_sdl2/pygame_sdl2-2.1.0-for-renpy-7.4.11/src/
H A DSDL_gfxPrimitives.c41 int ku, kt, kv, kd; /* loop constants */ member
1966 float m; in _clipLine() local
6366 void _murphyParaline(SDL_gfxMurphyIterator *m, Sint16 x, Sint16 y, int d1) in _murphyParaline()
6428 void _murphyIteration(SDL_gfxMurphyIterator *m, Uint8 miter, in _murphyIteration()
6560 void _murphyWideline(SDL_gfxMurphyIterator *m, Sint16 x1, Sint16 y1, Sint16 x2, Sint16 y2, Uint8 wi… in _murphyWideline()
6748 SDL_gfxMurphyIterator m; in thickLineColor() local
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/dem/
H A DTriMesh_curvature.cc106 float ku, float kuv, float kv, in diagonalize_curv()
187 float m[3] = { 0, 0, 0 }; in need_curvatures() local
283 float m[4] = { 0, 0, 0, 0 }; in need_dcurv() local

12345678910>>...38