Home
last modified time | relevance | path

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

/dports/graphics/glx-utils/demos-5435fc7fbd332e171da9a71e33a9b190e9462cf0/src/tests/
H A Dtexobjshare.c33 static int NumContexts = 0; variable
64 if (NumContexts >= MAX_CONTEXTS) in CreateContext()
83 xpos = (NumContexts % 10) * 100; in CreateContext()
84 ypos = (NumContexts / 10) * 100; in CreateContext()
111 if (NumContexts == 0) { in CreateContext()
130 if (NumContexts == 0) { in CreateContext()
136 struct context *h = &Contexts[NumContexts]; in CreateContext()
141 NumContexts++; in CreateContext()
142 return &Contexts[NumContexts-1]; in CreateContext()
212 for (i = 0; i < NumContexts; i++) { in main()
/dports/graphics/mesa-demos/mesa-demos-8.4.0/src/tests/
H A Dtexobjshare.c33 static int NumContexts = 0; variable
64 if (NumContexts >= MAX_CONTEXTS) in CreateContext()
83 xpos = (NumContexts % 10) * 100; in CreateContext()
84 ypos = (NumContexts / 10) * 100; in CreateContext()
111 if (NumContexts == 0) { in CreateContext()
130 if (NumContexts == 0) { in CreateContext()
136 struct context *h = &Contexts[NumContexts]; in CreateContext()
141 NumContexts++; in CreateContext()
142 return &Contexts[NumContexts-1]; in CreateContext()
212 for (i = 0; i < NumContexts; i++) { in main()
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCDrivers/tests/
H A Dtest_walker_control.cpp47 int NumContexts = 4; variable
48 std::vector<int> FairOffset(NumContexts + 1);
55 for (int me = 0; me < NumContexts; me++)
121 int NumContexts = 3; variable
123 std::vector<int> FairOffset(NumContexts + 1);
126 for (int me = 0; me < NumContexts; me++)
180 int NumContexts = NumNodes(mt); variable
183 std::vector<int> NumPerRank(NumContexts);
185 for (int i = 0; i < NumContexts; i++)
191 if (i == NumContexts - 1 && current_pop > 0)
[all …]
/dports/math/ntl/ntl-11.5.1/src/
H A DThreadTest.cpp74 long NumContexts = 3; in main() local
79 context_vec.SetLength(NumContexts); in main()
81 for (long i = 0; i < NumContexts; i++) { in main()
95 context_vec[i % NumContexts].restore(); in main()
108 context_vec[i % NumContexts].restore(); in main()
117 context_vec[i % NumContexts].restore(); in main()
/dports/science/qmcpack/qmcpack-3.11.0/src/AFQMC/Walkers/
H A DWalkerControl.hpp49 int NumContexts, MyContext; in swapWalkersSimple() local
50 NumContexts = comm.size(); in swapWalkersSimple()
57 if (CurrNumPerNode.size() < NumContexts || NewNumPerNode.size() < NumContexts) in swapWalkersSimple()
63 for (int ip = 0; ip < NumContexts; ip++) in swapWalkersSimple()
116 int NumContexts, MyContext; in swapWalkersAsync() local
117 NumContexts = comm.size(); in swapWalkersAsync()
124 if (CurrNumPerNode.size() < NumContexts || NewNumPerNode.size() < NumContexts) in swapWalkersAsync()
130 for (int ip = 0; ip < NumContexts; ip++) in swapWalkersAsync()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Devices/Display/
H A Dmod.rs398 pub NumContexts: u32, field
/dports/science/qmcpack/qmcpack-3.11.0/docs/
H A Ddeveloping.rst1670 wgt_inv=WalkerController->NumContexts/WalkerController->EnsembleProperty.Weight;
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/SystemServices/
H A Dmod.rs817 pub NumContexts: u32, field
832 …yRects).field("DirtyRect", &self.DirtyRect).field("NumContexts", &self.NumContexts).field("hContex… in fmt()
838 ….NumDirtyRects && self.DirtyRect == other.DirtyRect && self.NumContexts == other.NumContexts && se… in eq()