Home
last modified time | relevance | path

Searched refs:Is1DPossible (Results 1 – 6 of 6) sorted by relevance

/dports/science/gromacs/gromacs-2021.4/src/external/clFFT/src/library/
H A Dplan.h608 static bool Is1DPossible(size_t length, size_t large1DThreshold) in Is1DPossible() function
H A Dtransform.cpp129 if ( Is1DPossible(fftPlan->length[0], Large1DThreshold) ) in clfftEnqueueTransform()
H A Dplan.cpp635 if ( !Is1DPossible(fftPlan->length[0], Large1DThreshold) ) in clfftBakePlan()
764 if (Is1DPossible(supported[i], Large1DThreshold)) in clfftBakePlan()
/dports/math/clfft/clFFT-2.12.2/src/library/
H A Dplan.h608 static bool Is1DPossible(size_t length, size_t large1DThreshold) in Is1DPossible() function
H A Dtransform.cpp129 if ( Is1DPossible(fftPlan->length[0], Large1DThreshold) ) in clfftEnqueueTransform()
H A Dplan.cpp635 if ( !Is1DPossible(fftPlan->length[0], Large1DThreshold) ) in clfftBakePlan()
764 if (Is1DPossible(supported[i], Large1DThreshold)) in clfftBakePlan()