Home
last modified time | relevance | path

Searched refs:Gc (Results 1 – 25 of 1502) sorted by relevance

12345678910>>...61

/dports/science/qmcpack/qmcpack-3.11.0/src/AFQMC/HamiltonianOperations/
H A Dsparse_matrix_energy.hpp52 assert(Gc.size(1) == Gcloc.size(1)); in calculate_energy()
53 assert(Gc.size(0) == Gcloc.size(0)); in calculate_energy()
54 assert(Gc.size(0) == Vakbl.size(0)); in calculate_energy()
55 assert(Gc.size(0) == Vakbl.size(1)); in calculate_energy()
60 int nwalk = Gc.size(1); in calculate_energy()
64 for (int i = 0, iend = Gc.size(0); i < iend; i++) in calculate_energy()
69 locV[n][1] += Gc[i][n] * Gcloc[i][n]; in calculate_energy()
102 assert(Gc.size(1) == Gcloc.size(1)); in calculate_energy()
104 assert(Gc.size(0) == Vakbl.size(1)); in calculate_energy()
109 int nwalk = Gc.size(1); in calculate_energy()
[all …]
H A DSparseTensor.hpp183 MatB const& Gc, in energy() argument
194 if (Gcloc.num_elements() < Gc.size(1) * Vakbl_view[k].size(0)) in energy()
195 Gcloc.reextent(iextensions<1u>{Vakbl_view[k].size(0) * Gc.size(1)}); in energy()
198 int nwalk = Gc.size(1); in energy()
212 size_t mem_needs = Gc.num_elements(); in energy()
220 auto& Gsp(Gc); in energy()
242 if (Gcloc.num_elements() < SpvnT[k].size(0) * Gc.size(1)) in energy()
243 Gcloc.reextent(iextensions<1u>{SpvnT[k].size(0) * Gc.size(1)}); in energy()
244 assert(SpvnT_view[k].size(1) == Gc.size(0)); in energy()
252 for (int wi = 0; wi < Gc.size(1); wi++) in energy()
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/misc/
H A Dephetest.ml39 Gc.minor ();
46 Gc.minor ();
61 Gc.minor ();
69 Gc.minor ();
77 Gc.minor ();
85 Gc.minor ();
93 Gc.minor ();
101 Gc.minor ();
102 Gc.minor ();
110 Gc.minor ();
[all …]
H A Dfinaliser.ml12 let stat = Gc.quick_stat () in
14 stat.Gc.minor_collections
15 stat.Gc.major_collections
30 Gc.finalise (gc_print (Printf.sprintf "[Finalise %i first]" n)) r.(0)
34 Gc.finalise_last
40 Gc.finalise
46 Gc.finalise_last
52 Gc.finalise_last
61 Gc.full_major ();
63 Gc.full_major ();
[all …]
H A Dgcwords.ml10 let a = Gc.minor_words () in
12 let c = Gc.minor_words () in
16 let n = measure (fun () -> a.(0) <- Gc.minor_words ()) in
17 (* Gc.minor_words should not allocate, although bytecode
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/misc/
H A Dephetest.ml39 Gc.minor ();
46 Gc.minor ();
61 Gc.minor ();
69 Gc.minor ();
77 Gc.minor ();
85 Gc.minor ();
93 Gc.minor ();
101 Gc.minor ();
102 Gc.minor ();
110 Gc.minor ();
[all …]
H A Dfinaliser.ml12 let stat = Gc.quick_stat () in
14 stat.Gc.minor_collections
15 stat.Gc.major_collections
30 Gc.finalise (gc_print (Printf.sprintf "[Finalise %i first]" n)) r.(0)
34 Gc.finalise_last
40 Gc.finalise
46 Gc.finalise_last
52 Gc.finalise_last
61 Gc.full_major ();
63 Gc.full_major ();
[all …]
H A Dgcwords.ml10 let a = Gc.minor_words () in
12 let c = Gc.minor_words () in
16 let n = measure (fun () -> a.(0) <- Gc.minor_words ()) in
17 (* Gc.minor_words should not allocate, although bytecode
/dports/math/gmm++/gmm-5.4/include/gmm/
H A Dgmm_iter_solvers.h53 T c, Ga = G(a), Gb = G(b), Gc, d; variable
58 c = b - Gb * (b - a) / (Gb - Ga); Gc = G(c);
59 a = b; b = c; Ga = Gb; Gb = Gc;
65 c = b - Gb * (b - a) / (Gb - Ga); Gc = G(c);
66 a = b; b = c; Ga = Gb; Gb = Gc;
75 Gc = G(c);
76 if (Gc*Gb > 0) { b = c; Gb = Gc; } else { a = c; Ga = Gc; }
77 c = (b + a) / 2.0 ; Gc = G(c); /* Dichotomie. */
78 if (Gc*Gb > 0) { b = c; Gb = Gc; } else { a = c; Ga = Gc; }
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/gmm/
H A Dgmm_iter_solvers.h52 T c, Ga = G(a), Gb = G(b), Gc, d; variable
57 c = b - Gb * (b - a) / (Gb - Ga); Gc = G(c);
58 a = b; b = c; Ga = Gb; Gb = Gc;
64 c = b - Gb * (b - a) / (Gb - Ga); Gc = G(c);
65 a = b; b = c; Ga = Gb; Gb = Gc;
73 Gc = G(c);
74 if (Gc*Gb > 0) { b = c; Gb = Gc; } else { a = c; Ga = Gc; }
75 c = (b + a) / 2.0 ; Gc = G(c); /* Dichotomie. */
76 if (Gc*Gb > 0) { b = c; Gb = Gc; } else { a = c; Ga = Gc; }
/dports/science/qmcpack/qmcpack-3.11.0/src/AFQMC/SlaterDeterminantOperations/tests/
H A Dtest_sdet_ops.cpp494 array Gc({NEL, NMO}, alloc); in SDetOps_complex_serial() local
517 check(Gc, gc_ref); in SDetOps_complex_serial()
519 check(Gc, gc_ref); in SDetOps_complex_serial()
521 check(Gc, gc_ref); in SDetOps_complex_serial()
523 check(Gc, gc_ref); in SDetOps_complex_serial()
772 check(Gc, gc_ref);
774 check(Gc, gc_ref);
776 check(Gc, gc_ref);
778 check(Gc, gc_ref);
935 check(Gc, gc_ref);
[all …]
/dports/math/spot/spot-2.10.2/tests/core/
H A Deventuniv.test47 F(a | XG(b | XGc | Gd)), Fa | F(Gb | Gc | Gd)
55 (a | Gc) W g, (a | Gc) W g
57 (a | Gc) U g, (a | Gc) U g
65 a R (b & Gc), (a R b) & Gc
66 a M (b & Gc), (a M b) & Gc
/dports/math/py-spot/spot-2.10.2/tests/core/
H A Deventuniv.test47 F(a | XG(b | XGc | Gd)), Fa | F(Gb | Gc | Gd)
55 (a | Gc) W g, (a | Gc) W g
57 (a | Gc) U g, (a | Gc) U g
65 a R (b & Gc), (a R b) & Gc
66 a M (b & Gc), (a M b) & Gc
/dports/sysutils/hw-probe/hw-probe-d1de28b/flatpak/
H A DPERL5_BASE155 ./unicore/lib/Gc/Cf.pl
156 ./unicore/lib/Gc/Cn.pl
157 ./unicore/lib/Gc/C.pl
158 ./unicore/lib/Gc/LC.pl
162 ./unicore/lib/Gc/L.pl
167 ./unicore/lib/Gc/M.pl
171 ./unicore/lib/Gc/N.pl
177 ./unicore/lib/Gc/P.pl
183 ./unicore/lib/Gc/S.pl
184 ./unicore/lib/Gc/Z.pl
[all …]
/dports/x11-toolkits/gtkada/gtkada-2.24.4.0/src/
H A Dgdk-gc.adb90 (Gc : Gdk_GC;
138 (Gc : Gdk_GC;
143 (Gc : Gdk_GC;
150 Internal (Gc, Dash_Offset, Dash_List'Address, Dash_List'Length);
187 procedure Internal (Gc : Gdk_GC; Font : Gdk.Font.Gdk_Font);
198 procedure Internal (Gc : Gdk_GC_Values; Font : Gdk.Font.Gdk_Font);
213 procedure Internal (Gc : Gdk_GC; Color : System.Address);
233 procedure Internal (Gc : Gdk_GC_Values; Color : System.Address);
294 procedure Internal (Gc : Gdk_GC; X, Y : Gint);
321 (Gc : Gdk_GC;
[all …]
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/regression/pr5233/
H A Dpr5233.ml13 Gc.finalise (fun w -> smuggle := w) !t;;
17 Gc.full_major ();;
43 Gc.full_major ();
47 let _r : int list = fill ((Gc.stat ()).Gc.heap_words / 3) [] in
48 Gc.minor ();
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/regression/pr5233/
H A Dpr5233.ml13 Gc.finalise (fun w -> smuggle := w) !t;;
17 Gc.full_major ();;
43 Gc.full_major ();
47 let _r : int list = fill ((Gc.stat ()).Gc.heap_words / 3) [] in
48 Gc.minor ();
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/backtrace/
H A Dbacktraces_and_finalizers.ml8 Gc.finalise finaliser x;
14 let minor_size = (Gc.get ()).Gc.minor_heap_size in
16 Gc.minor ();
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/backtrace/
H A Dbacktraces_and_finalizers.ml8 Gc.finalise finaliser x;
14 let minor_size = (Gc.get ()).Gc.minor_heap_size in
16 Gc.minor ();
/dports/lang/ocaml/ocaml-4.05.0/testsuite/tests/match-exception/
H A Dallocation.ml12 let allocated_bytes = Gc.allocated_bytes () in
13 let allocated_bytes' = Gc.allocated_bytes () in
15 let allocated_bytes'' = Gc.allocated_bytes () in
17 let allocated_bytes''' = Gc.allocated_bytes () in
/dports/lang/ocaml-nox11/ocaml-4.05.0/testsuite/tests/match-exception/
H A Dallocation.ml12 let allocated_bytes = Gc.allocated_bytes () in
13 let allocated_bytes' = Gc.allocated_bytes () in
15 let allocated_bytes'' = Gc.allocated_bytes () in
17 let allocated_bytes''' = Gc.allocated_bytes () in
/dports/lang/swi-pl/swipl-8.2.3/packages/clpqr/clpqr/
H A Dordering.pl81 combine(Ga,Gb,Gc),
82 class_put_prio(Class,Gc).
94 combine(Ga,Gb,Gc),
95 class_put_prio(Class,Gc).
117 % combine(Ga,Gb,Gc)
119 % Combines the vertices of Ga and Gb into Gc.
121 combine(Ga,Gb,Gc) :-
124 ugraph_union(Gan,Gbn,Gc).
/dports/lang/yap/yap-6.2.2/packages/clpqr/clpqr/
H A Dordering.pl81 combine(Ga,Gb,Gc),
82 class_put_prio(Class,Gc).
94 combine(Ga,Gb,Gc),
95 class_put_prio(Class,Gc).
117 % combine(Ga,Gb,Gc)
119 % Combines the vertices of Ga and Gb into Gc.
121 combine(Ga,Gb,Gc) :-
124 ugraph_union(Gan,Gbn,Gc).
/dports/misc/otter/otter-3.3f/source/formed/
H A Dformed.c393 XSetForeground(Dpy, Gc, Background);
396 XSetForeground(Dpy, Gc, Foreground);
432 XSetForeground(Dpy, Gc, Background);
433 XSetBackground(Dpy, Gc, Foreground);
437 XSetForeground(Dpy, Gc, Foreground);
438 XSetBackground(Dpy, Gc, Background);
1005 XCopyArea(Dpy, Or, Win, Gc, 0,0, Or_width,
1009 XCopyArea(Dpy, And, Win, Gc, 0, 0, And_width,
1013 XCopyArea(Dpy, Not, Win, Gc, 0, 0, Not_width,
1017 XCopyArea(Dpy, Imp, Win, Gc, 0, 0, Imp_width,
[all …]
/dports/science/hypre/hypre-2.23.0/src/FEI_mv/fei-hypre/
H A DHYPRE_parcsr_maxwell.c36 hypre_ParCSRMatrix *Gc; member
67 (cotree_data -> Gc) = NULL; in HYPRE_ParCSRCotreeCreate()
113 if ((cotree_data->Gc) != NULL) in HYPRE_ParCSRCotreeDestroy()
115 hypre_ParCSRMatrixDestroy(cotree_data->Gc); in HYPRE_ParCSRCotreeDestroy()
116 cotree_data->Gc = NULL; in HYPRE_ParCSRCotreeDestroy()
164 cotree_data->Gc = submatrices[1]; in HYPRE_ParCSRCotreeSetup()

12345678910>>...61