Home
last modified time | relevance | path

Searched refs:mstar (Results 1 – 1 of 1) sorted by relevance

/third_party/mtdev/src/
Dmatch.c56 static void buildixvector(int *ix, mat_t mstar, int nrows, int ncols) in buildixvector() argument
61 if (GET2(mstar, row, col)) { in buildixvector()
72 static void step2a(int *ix, int *mdist, mat_t mstar, mat_t nmstar,
75 static void step2b(int *ix, int *mdist, mat_t mstar, mat_t nmstar,
78 static void step3(int *ix, int *mdist, mat_t mstar, mat_t nmstar,
81 static void step4(int *ix, int *mdist, mat_t mstar, mat_t nmstar,
84 static void step5(int *ix, int *mdist, mat_t mstar, mat_t nmstar,
93 mat_t mstar, mprime, nmstar; in ixoptimal() local
97 memset(mstar, 0, sizeof(mat_t)); in ixoptimal()
139 SET2(mstar, row, col); in ixoptimal()
[all …]