Home
last modified time | relevance | path

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

/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/detail/CUDA_legacy/
H A DBsplineJastrowCuda.h30 int numCoefs,
41 int numCoefs,
53 int numCoefs,
65 int numCoefs,
171 int numCoefs,
181 int numCoefs,
194 int numCoefs,
221 int numCoefs,
233 int numCoefs,
245 int numCoefs,
[all …]
H A DBsplineJastrowCudaPBC.h31 int numCoefs,
44 int numCoefs,
58 int numCoefs,
72 int numCoefs,
204 int numCoefs,
217 int numCoefs,
233 int numCoefs,
267 int numCoefs,
281 int numCoefs,
295 int numCoefs,
[all …]
H A DBsplineJastrowCuda.cu150 if (tid < numCoefs) in two_body_sum_kernel()
280 if (tid < numCoefs) in two_body_ratio_kernel()
403 if (tid < numCoefs) in two_body_ratio_grad_kernel()
766 if (tid < numCoefs) in two_body_grad_lapl_kernel()
911 if (tid < numCoefs) in two_body_grad_kernel()
1251 if (tid < numCoefs) in one_body_sum_kernel()
1383 if (tid < numCoefs) in one_body_ratio_kernel()
1508 if (tid < numCoefs) in one_body_ratio_grad_kernel()
1660 if (tid < numCoefs) in one_body_grad_lapl_kernel()
1817 if (tid < numCoefs) in one_body_NLratio_kernel()
[all …]
H A DBsplineJastrowCudaPBC.cu601 if (tid < numCoefs) in two_body_sum_PBC_kernel()
762 if (tid < numCoefs) in two_body_ratio_PBC_kernel()
903 if (tid < numCoefs) in two_body_ratio_grad_PBC_kernel()
1016 if (tid < numCoefs) in two_body_ratio_grad_PBC_kernel_fast()
1556 if (tid < numCoefs) in two_body_grad_lapl_PBC_kernel()
1647 if (tid < numCoefs) in two_body_grad_lapl_PBC_kernel_fast()
1851 if (tid < numCoefs) in two_body_grad_PBC_kernel()
1943 if (tid < numCoefs) in two_body_grad_PBC_kernel_fast()
2454 if (tid < numCoefs) in one_body_sum_PBC_kernel()
2619 if (tid < numCoefs) in one_body_ratio_PBC_kernel()
[all …]
/dports/science/qmcpack/qmcpack-3.11.0/src/QMCWaveFunctions/Jastrow/
H A DBsplineFunctor.h96 int numCoefs = NumParams + 4; in resize() local
97 int numKnots = numCoefs - 2; in resize()
101 SplineCoefs.resize(numCoefs); in resize()
102 SplineDerivs.resize(numCoefs); in resize()
107 int numCoefs = NumParams + 4; in reset() local
108 int numKnots = numCoefs - 2; in reset()
/dports/math/gismo/gismo-21.12.0/plugins/gsAxel/
H A DgsGeometryData.h125 int numCoefs() const;
H A DgsGeometryData.hpp95 int gsGeometryData<axlObj>::numCoefs(void) const in numCoefs() function in gsGeometryData
/dports/games/residualvm/residualvm-0.3.1/audio/decoders/
H A Dwma.h206 int offset, int numCoefs, int blockLen, int frameLenBits, int coefNbBits);
H A Dwma.cpp1333 int offset, int numCoefs, int blockLen, int frameLenBits, int coefNbBits) { in decodeRunLevel() argument
1340 for (; offset < numCoefs; offset++) { in decodeRunLevel()
1393 if (offset > numCoefs) { in decodeRunLevel()
/dports/games/scummvm/scummvm-2.5.1/audio/decoders/
H A Dwma.h208 int offset, int numCoefs, int blockLen, int frameLenBits, int coefNbBits);
H A Dwma.cpp1333 int offset, int numCoefs, int blockLen, int frameLenBits, int coefNbBits) { in decodeRunLevel() argument
1340 for (; offset < numCoefs; offset++) { in decodeRunLevel()
1393 if (offset > numCoefs) { in decodeRunLevel()
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavcodec/
H A Datrac3.c62 int numCoefs; member
468 pComponent[component_count].numCoefs = coded_values; in decodeTonalComponents()
595 for (i=0 ; i<pComponent[cnt].numCoefs ; i++) in addTonalComponents()
/dports/math/gismo/gismo-21.12.0/src/gsNurbs/
H A DgsBSpline.h346 …inline int numCoefs() const { return this->m_coefs.rows() - this->basis().numCrossingFunctions(); } in numCoefs() function