Home
last modified time | relevance | path

Searched refs:istore (Results 1 – 25 of 370) sorted by relevance

12345678910>>...15

/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dalmo_scf_lbfgs_types.F44 INTEGER, DIMENSION(2) :: istore component
129 DO istore = 1, MIN(history%istore(ivartype) + 1, history%nstore)
159 istore = MOD(history%istore(1) - 1, history%nstore) + 1
164 history%rho(ispin, istore) = 1.0_dp/history%rho(ispin, istore)
200 history%istore(vartype) = history%istore(vartype) + 1
204 istore = MOD(history%istore(vartype) - 1, history%nstore) + 1
230 history%istore(vartype) = history%istore(vartype) - 1
259 IF (history%istore(1) .NE. history%istore(2)) THEN
280 istore = MOD(history%istore(1) - iterm, history%nstore) + 1
293 … CALL dbcsr_dot(history%matrix(ispin, istore, 2), history%matrix(ispin, istore, 2), gammak)
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/c1/
H A DTestTooManyVirtualRegisters.jasm56 istore 4;
58 istore 5;
60 istore 6;
62 istore 7;
64 istore 8;
66 istore 9;
68 istore 10;
70 istore 11;
72 istore 12;
74 istore 13;
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/compiler/c1/
H A DTestTooManyVirtualRegisters.jasm56 istore 4;
58 istore 5;
60 istore 6;
62 istore 7;
64 istore 8;
66 istore 9;
68 istore 10;
70 istore 11;
72 istore 12;
74 istore 13;
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/c1/
H A DTestTooManyVirtualRegisters.jasm56 istore 4;
58 istore 5;
60 istore 6;
62 istore 7;
64 istore 8;
66 istore 9;
68 istore 10;
70 istore 11;
72 istore 12;
74 istore 13;
[all …]
/dports/math/highs/HiGHS-cfe064e/src/ipm/basiclu/src/
H A Dbasiclu_object.c96 return obj && obj->istore && obj->xstore; in isvalid()
134 obj->istore = NULL; in basiclu_obj_initialize()
152 obj->istore = malloc(imemsize * sizeof(lu_int)); in basiclu_obj_initialize()
165 if (! (obj->istore && obj->xstore && obj->Li && obj->Lx && obj->Ui && in basiclu_obj_initialize()
172 lu_initialize(m, obj->istore, obj->xstore); in basiclu_obj_initialize()
186 obj->istore = lu_free(obj->istore); in basiclu_obj_free()
212 status = basiclu_factorize(obj->istore, obj->xstore, obj->Li, obj->Lx, in basiclu_obj_factorize()
241 return basiclu_get_factors(obj->istore, obj->xstore, obj->Li, obj->Lx, in basiclu_obj_get_factors()
256 return basiclu_solve_dense(obj->istore, obj->xstore, obj->Li, obj->Lx, in basiclu_obj_solve_dense()
272 return basiclu_solve_sparse(obj->istore, obj->xstore, obj->Li, obj->Lx, in basiclu_obj_solve_sparse()
[all …]
H A Dlu_initialize.c18 void lu_initialize(lu_int m, lu_int *istore, double *xstore) in lu_initialize() argument
23 istore[0] = BASICLU_HASH; in lu_initialize()
53 lu_load(&this, istore, xstore, NULL, NULL, NULL, NULL, NULL, NULL); in lu_initialize()
55 lu_save(&this, istore, xstore, BASICLU_OK); in lu_initialize()
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/ipm/basiclu/src/
H A Dbasiclu_object.c96 return obj && obj->istore && obj->xstore; in isvalid()
134 obj->istore = NULL; in basiclu_obj_initialize()
152 obj->istore = malloc(imemsize * sizeof(lu_int)); in basiclu_obj_initialize()
165 if (! (obj->istore && obj->xstore && obj->Li && obj->Lx && obj->Ui && in basiclu_obj_initialize()
172 lu_initialize(m, obj->istore, obj->xstore); in basiclu_obj_initialize()
186 obj->istore = lu_free(obj->istore); in basiclu_obj_free()
212 status = basiclu_factorize(obj->istore, obj->xstore, obj->Li, obj->Lx, in basiclu_obj_factorize()
241 return basiclu_get_factors(obj->istore, obj->xstore, obj->Li, obj->Lx, in basiclu_obj_get_factors()
256 return basiclu_solve_dense(obj->istore, obj->xstore, obj->Li, obj->Lx, in basiclu_obj_solve_dense()
272 return basiclu_solve_sparse(obj->istore, obj->xstore, obj->Li, obj->Lx, in basiclu_obj_solve_sparse()
[all …]
H A Dlu_initialize.c18 void lu_initialize(lu_int m, lu_int *istore, double *xstore) in lu_initialize() argument
23 istore[0] = BASICLU_HASH; in lu_initialize()
53 lu_load(&this, istore, xstore, NULL, NULL, NULL, NULL, NULL, NULL); in lu_initialize()
55 lu_save(&this, istore, xstore, BASICLU_OK); in lu_initialize()
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dalmo_scf_types.F98 INTEGER :: istore, nstore component
517 INTEGER :: handle, ispin, istore local
523 DO istore = 1, MIN(almo_scf_env%almo_history%istore, almo_scf_env%almo_history%nstore)
524 CALL dbcsr_release(almo_scf_env%almo_history%matrix_p_up_down(ispin, istore))
526 IF (almo_scf_env%almo_history%istore .GT. 0) &
533 DO istore = 1, MIN(almo_scf_env%xalmo_history%istore, almo_scf_env%xalmo_history%nstore)
534 CALL dbcsr_release(almo_scf_env%xalmo_history%matrix_p_up_down(ispin, istore))
537 IF (almo_scf_env%xalmo_history%istore .GT. 0) &
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/condy/
H A DCondyBadLDC2_W.jasm47 istore 5;
70 istore 5;
78 istore 5;
86 istore 5;
94 istore 5;
102 istore 5;
110 istore 5;
118 istore 5;
126 istore 5;
134 istore 5;
[all …]
H A DCondyBadLDC.jasm49 istore 5;
72 istore 5;
80 istore 5;
88 istore 5;
96 istore 5;
104 istore 5;
112 istore 5;
120 istore 5;
128 istore 5;
136 istore 5;
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/runtime/condy/
H A DCondyBadLDC.jasm49 istore 5;
72 istore 5;
80 istore 5;
88 istore 5;
96 istore 5;
104 istore 5;
112 istore 5;
120 istore 5;
128 istore 5;
136 istore 5;
[all …]
H A DCondyBadLDC2_W.jasm47 istore 5;
70 istore 5;
78 istore 5;
86 istore 5;
94 istore 5;
102 istore 5;
110 istore 5;
118 istore 5;
126 istore 5;
134 istore 5;
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/runtime/condy/
H A DCondyBadLDC.jasm49 istore 5;
72 istore 5;
80 istore 5;
88 istore 5;
96 istore 5;
104 istore 5;
112 istore 5;
120 istore 5;
128 istore 5;
136 istore 5;
[all …]
H A DCondyBadLDC2_W.jasm47 istore 5;
70 istore 5;
78 istore 5;
86 istore 5;
94 istore 5;
102 istore 5;
110 istore 5;
118 istore 5;
126 istore 5;
134 istore 5;
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/runtime/condy/
H A DCondyBadLDC.jasm49 istore 5;
72 istore 5;
80 istore 5;
88 istore 5;
96 istore 5;
104 istore 5;
112 istore 5;
120 istore 5;
128 istore 5;
136 istore 5;
[all …]
H A DCondyBadLDC2_W.jasm47 istore 5;
70 istore 5;
78 istore 5;
86 istore 5;
94 istore 5;
102 istore 5;
110 istore 5;
118 istore 5;
126 istore 5;
134 istore 5;
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/runtime/condy/
H A DCondyBadLDC.jasm49 istore 5;
72 istore 5;
80 istore 5;
88 istore 5;
96 istore 5;
104 istore 5;
112 istore 5;
120 istore 5;
128 istore 5;
136 istore 5;
[all …]
H A DCondyBadLDC2_W.jasm47 istore 5;
70 istore 5;
78 istore 5;
86 istore 5;
94 istore 5;
102 istore 5;
110 istore 5;
118 istore 5;
126 istore 5;
134 istore 5;
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/runtime/condy/
H A DCondyBadLDC.jasm49 istore 5;
72 istore 5;
80 istore 5;
88 istore 5;
96 istore 5;
104 istore 5;
112 istore 5;
120 istore 5;
128 istore 5;
136 istore 5;
[all …]
H A DCondyBadLDC2_W.jasm47 istore 5;
70 istore 5;
78 istore 5;
86 istore 5;
94 istore 5;
102 istore 5;
110 istore 5;
118 istore 5;
126 istore 5;
134 istore 5;
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/runtime/condy/
H A DCondyBadLDC.jasm49 istore 5;
72 istore 5;
80 istore 5;
88 istore 5;
96 istore 5;
104 istore 5;
112 istore 5;
120 istore 5;
128 istore 5;
136 istore 5;
[all …]
H A DCondyBadLDC2_W.jasm47 istore 5;
70 istore 5;
78 istore 5;
86 istore 5;
94 istore 5;
102 istore 5;
110 istore 5;
118 istore 5;
126 istore 5;
134 istore 5;
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/runtime/condy/
H A DCondyBadLDC.jasm49 istore 5;
72 istore 5;
80 istore 5;
88 istore 5;
96 istore 5;
104 istore 5;
112 istore 5;
120 istore 5;
128 istore 5;
136 istore 5;
[all …]
H A DCondyBadLDC2_W.jasm47 istore 5;
70 istore 5;
78 istore 5;
86 istore 5;
94 istore 5;
102 istore 5;
110 istore 5;
118 istore 5;
126 istore 5;
134 istore 5;
[all …]

12345678910>>...15