Home
last modified time | relevance | path

Searched refs:xstore (Results 1 – 25 of 286) sorted by relevance

12345678910>>...12

/dports/math/highs/HiGHS-cfe064e/src/ipm/basiclu/src/
H A Dlu_internal.c44 !xstore || xstore[0] != BASICLU_HASH ) in lu_load()
50 this->Lmem = xstore[BASICLU_MEMORYL]; in lu_load()
51 this->Umem = xstore[BASICLU_MEMORYU]; in lu_load()
59 this->pad = xstore[BASICLU_PAD]; in lu_load()
66 this->m = m = xstore[BASICLU_DIM]; in lu_load()
77 this->Lnz = xstore[BASICLU_LNZ]; in lu_load()
78 this->Unz = xstore[BASICLU_UNZ]; in lu_load()
79 this->Rnz = xstore[BASICLU_RNZ]; in lu_load()
166 xptr = xstore + 512; in lu_load()
207 xstore[BASICLU_STATUS] = status; in lu_save()
[all …]
H A Dlu_initialize.c25 xstore[BASICLU_DIM] = m; in lu_initialize()
28 xstore[BASICLU_MEMORYL] = 0; in lu_initialize()
29 xstore[BASICLU_MEMORYU] = 0; in lu_initialize()
30 xstore[BASICLU_MEMORYW] = 0; in lu_initialize()
34 xstore[BASICLU_BIAS_NONZEROS] = 1; in lu_initialize()
35 xstore[BASICLU_MAXN_SEARCH_PIVOT] = 3; in lu_initialize()
36 xstore[BASICLU_PAD] = 4; in lu_initialize()
40 xstore[BASICLU_REMOVE_COLUMNS] = 0; in lu_initialize()
41 xstore[BASICLU_SEARCH_ROWS] = 1; in lu_initialize()
44 xstore[BASICLU_NFACTORIZE] = 0; in lu_initialize()
[all …]
H A Dbasiclu_object.c56 double *xstore = obj->xstore; in lu_realloc_obj() local
70 xstore[BASICLU_MEMORYL] = nelem; in lu_realloc_obj()
78 xstore[BASICLU_MEMORYU] = nelem; in lu_realloc_obj()
86 xstore[BASICLU_MEMORYW] = nelem; in lu_realloc_obj()
96 return obj && obj->istore && obj->xstore; in isvalid()
104 lu_int m = obj->xstore[BASICLU_DIM]; in lu_clear_lhs()
135 obj->xstore = NULL; in basiclu_obj_initialize()
173 obj->xstore[BASICLU_MEMORYL] = fmemsize; in basiclu_obj_initialize()
174 obj->xstore[BASICLU_MEMORYU] = fmemsize; in basiclu_obj_initialize()
175 obj->xstore[BASICLU_MEMORYW] = fmemsize; in basiclu_obj_initialize()
[all …]
H A Dbasiclu_initialize.c14 double xstore[] in basiclu_initialize() argument
17 if (!istore || !xstore) in basiclu_initialize()
22 lu_initialize(m, istore, xstore); in basiclu_initialize()
H A Dbasiclu_factorize.c13 double xstore[], in basiclu_factorize() argument
31 status = lu_load(&this, istore, xstore, Li, Lx, Ui, Ux, Wi, Wx); in basiclu_factorize()
38 return lu_save(&this, istore, xstore, status); in basiclu_factorize()
55 return lu_save(&this, istore, xstore, status); in basiclu_factorize()
131 return lu_save(&this, istore, xstore, status); in basiclu_factorize()
H A Dbasiclu_update.c13 double xstore[], in basiclu_update() argument
26 status = lu_load(&this, istore, xstore, Li, Lx, Ui, Ux, Wi, Wx); in basiclu_update()
43 return lu_save(&this, istore, xstore, status); in basiclu_update()
H A Dbasiclu_solve_dense.c13 double xstore[], in basiclu_solve_dense() argument
28 status = lu_load(&this, istore, xstore, Li, Lx, Ui, Ux, Wi, Wx); in basiclu_solve_dense()
45 return lu_save(&this, istore, xstore, status); in basiclu_solve_dense()
H A Dbasiclu_solve_sparse.c13 double xstore[], in basiclu_solve_sparse() argument
32 status = lu_load(&this, istore, xstore, Li, Lx, Ui, Ux, Wi, Wx); in basiclu_solve_sparse()
62 return lu_save(&this, istore, xstore, status); in basiclu_solve_sparse()
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/ipm/basiclu/src/
H A Dlu_internal.c44 !xstore || xstore[0] != BASICLU_HASH ) in lu_load()
50 this->Lmem = xstore[BASICLU_MEMORYL]; in lu_load()
51 this->Umem = xstore[BASICLU_MEMORYU]; in lu_load()
59 this->pad = xstore[BASICLU_PAD]; in lu_load()
66 this->m = m = xstore[BASICLU_DIM]; in lu_load()
77 this->Lnz = xstore[BASICLU_LNZ]; in lu_load()
78 this->Unz = xstore[BASICLU_UNZ]; in lu_load()
79 this->Rnz = xstore[BASICLU_RNZ]; in lu_load()
166 xptr = xstore + 512; in lu_load()
207 xstore[BASICLU_STATUS] = status; in lu_save()
[all …]
H A Dlu_initialize.c25 xstore[BASICLU_DIM] = m; in lu_initialize()
28 xstore[BASICLU_MEMORYL] = 0; in lu_initialize()
29 xstore[BASICLU_MEMORYU] = 0; in lu_initialize()
30 xstore[BASICLU_MEMORYW] = 0; in lu_initialize()
34 xstore[BASICLU_BIAS_NONZEROS] = 1; in lu_initialize()
35 xstore[BASICLU_MAXN_SEARCH_PIVOT] = 3; in lu_initialize()
36 xstore[BASICLU_PAD] = 4; in lu_initialize()
40 xstore[BASICLU_REMOVE_COLUMNS] = 0; in lu_initialize()
41 xstore[BASICLU_SEARCH_ROWS] = 1; in lu_initialize()
44 xstore[BASICLU_NFACTORIZE] = 0; in lu_initialize()
[all …]
H A Dbasiclu_object.c56 double *xstore = obj->xstore; in lu_realloc_obj() local
70 xstore[BASICLU_MEMORYL] = nelem; in lu_realloc_obj()
78 xstore[BASICLU_MEMORYU] = nelem; in lu_realloc_obj()
86 xstore[BASICLU_MEMORYW] = nelem; in lu_realloc_obj()
96 return obj && obj->istore && obj->xstore; in isvalid()
104 lu_int m = obj->xstore[BASICLU_DIM]; in lu_clear_lhs()
135 obj->xstore = NULL; in basiclu_obj_initialize()
173 obj->xstore[BASICLU_MEMORYL] = fmemsize; in basiclu_obj_initialize()
174 obj->xstore[BASICLU_MEMORYU] = fmemsize; in basiclu_obj_initialize()
175 obj->xstore[BASICLU_MEMORYW] = fmemsize; in basiclu_obj_initialize()
[all …]
H A Dbasiclu_initialize.c14 double xstore[] in basiclu_initialize() argument
17 if (!istore || !xstore) in basiclu_initialize()
22 lu_initialize(m, istore, xstore); in basiclu_initialize()
H A Dbasiclu_factorize.c13 double xstore[], in basiclu_factorize() argument
31 status = lu_load(&this, istore, xstore, Li, Lx, Ui, Ux, Wi, Wx); in basiclu_factorize()
38 return lu_save(&this, istore, xstore, status); in basiclu_factorize()
55 return lu_save(&this, istore, xstore, status); in basiclu_factorize()
131 return lu_save(&this, istore, xstore, status); in basiclu_factorize()
H A Dbasiclu_solve_dense.c13 double xstore[], in basiclu_solve_dense() argument
28 status = lu_load(&this, istore, xstore, Li, Lx, Ui, Ux, Wi, Wx); in basiclu_solve_dense()
45 return lu_save(&this, istore, xstore, status); in basiclu_solve_dense()
H A Dbasiclu_update.c13 double xstore[], in basiclu_update() argument
26 status = lu_load(&this, istore, xstore, Li, Lx, Ui, Ux, Wi, Wx); in basiclu_update()
43 return lu_save(&this, istore, xstore, status); in basiclu_update()
/dports/math/highs/HiGHS-cfe064e/src/ipm/ipx/src/
H A Dbasiclu_kernel.cc39 lu.obj.xstore[BASICLU_REL_PIVOT_TOLERANCE] = pivottol; in _Factorize()
41 lu.obj.xstore[BASICLU_ABS_PIVOT_TOLERANCE] = kLuDependencyTol; in _Factorize()
42 lu.obj.xstore[BASICLU_REMOVE_COLUMNS] = 1; in _Factorize()
52 Int rank = lu.obj.xstore[BASICLU_RANK]; in _Factorize()
56 L->resize(dim, dim, dim + lu.obj.xstore[BASICLU_LNZ]); in _Factorize()
57 U->resize(dim, dim, dim + lu.obj.xstore[BASICLU_UNZ]); in _Factorize()
69 assert(L->entries() == lu.obj.xstore[BASICLU_LNZ]); in _Factorize()
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/ipm/ipx/src/
H A Dbasiclu_kernel.cc39 lu.obj.xstore[BASICLU_REL_PIVOT_TOLERANCE] = pivottol; in _Factorize()
41 lu.obj.xstore[BASICLU_ABS_PIVOT_TOLERANCE] = kLuDependencyTol; in _Factorize()
42 lu.obj.xstore[BASICLU_REMOVE_COLUMNS] = 1; in _Factorize()
52 Int rank = lu.obj.xstore[BASICLU_RANK]; in _Factorize()
56 L->resize(dim, dim, dim + lu.obj.xstore[BASICLU_LNZ]); in _Factorize()
57 U->resize(dim, dim, dim + lu.obj.xstore[BASICLU_UNZ]); in _Factorize()
69 assert(L->entries() == lu.obj.xstore[BASICLU_LNZ]); in _Factorize()
/dports/lang/gnatdroid-binutils-x86/binutils-2.27/gas/testsuite/gas/i386/
H A Dpadlock.d9 0:[ ]*0f a7 c0 [ ]*xstore-rng
10 3:[ ]*f3 0f a7 c0 [ ]*repz xstore-rng
19 27:[ ]*0f a7 c0 [ ]*xstore-rng
20 2a:[ ]*f3 0f a7 c0 [ ]*repz xstore-rng
/dports/devel/arm-elf-binutils/binutils-2.37/gas/testsuite/gas/i386/
H A Dpadlock.d9 0:[ ]*0f a7 c0 [ ]*xstore-rng
10 3:[ ]*f3 0f a7 c0 [ ]*repz xstore-rng
19 27:[ ]*0f a7 c0 [ ]*xstore-rng
20 2a:[ ]*f3 0f a7 c0 [ ]*repz xstore-rng
/dports/devel/gnulibiberty/binutils-2.37/gas/testsuite/gas/i386/
H A Dpadlock.d9 0:[ ]*0f a7 c0 [ ]*xstore-rng
10 3:[ ]*f3 0f a7 c0 [ ]*repz xstore-rng
19 27:[ ]*0f a7 c0 [ ]*xstore-rng
20 2a:[ ]*f3 0f a7 c0 [ ]*repz xstore-rng
/dports/lang/gnatdroid-binutils/binutils-2.27/gas/testsuite/gas/i386/
H A Dpadlock.d9 0:[ ]*0f a7 c0 [ ]*xstore-rng
10 3:[ ]*f3 0f a7 c0 [ ]*repz xstore-rng
19 27:[ ]*0f a7 c0 [ ]*xstore-rng
20 2a:[ ]*f3 0f a7 c0 [ ]*repz xstore-rng
/dports/devel/djgpp-binutils/binutils-2.17/gas/testsuite/gas/i386/
H A Dpadlock.d9 0:[ ]*0f a7 c0 [ ]*xstore-rng
10 3:[ ]*f3 0f a7 c0 [ ]*repz xstore-rng
19 27:[ ]*0f a7 c0 [ ]*xstore-rng
20 2a:[ ]*f3 0f a7 c0 [ ]*repz xstore-rng
/dports/devel/binutils/binutils-2.37/gas/testsuite/gas/i386/
H A Dpadlock.d9 0:[ ]*0f a7 c0 [ ]*xstore-rng
10 3:[ ]*f3 0f a7 c0 [ ]*repz xstore-rng
19 27:[ ]*0f a7 c0 [ ]*xstore-rng
20 2a:[ ]*f3 0f a7 c0 [ ]*repz xstore-rng
/dports/net-mgmt/xymon-server/xymon-4.3.30/xymond/rrd/
H A Ddo_paging.c23 int pagerate, xstore, migrate; in do_paging_rrd() local
39 sscanf(pr, "%d/SEC", &xstore); in do_paging_rrd()
45 … snprintf(rrdvalues, sizeof(rrdvalues), "%d:%d", (int)tstamp, xstore); in do_paging_rrd()
/dports/net-mgmt/xymon-client/xymon-4.3.30/xymond/rrd/
H A Ddo_paging.c23 int pagerate, xstore, migrate; in do_paging_rrd() local
39 sscanf(pr, "%d/SEC", &xstore); in do_paging_rrd()
45 … snprintf(rrdvalues, sizeof(rrdvalues), "%d:%d", (int)tstamp, xstore); in do_paging_rrd()

12345678910>>...12