Home
last modified time | relevance | path

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

/dports/graphics/opencv/opencv-4.5.3/modules/core/test/ocl/
H A Dtest_dft.cpp68 int dft_flags, depth, cn, dft_type; in PARAM_TEST_CASE() local
78 dft_type = GET_PARAM(1); in PARAM_TEST_CASE()
82 switch (dft_type) in PARAM_TEST_CASE()
117 if (dft_type == R2C && is1d && (dft_flags & cv::DFT_INVERSE) == 0) in OCL_TEST_P()
/dports/graphics/opencv/opencv-4.5.3/modules/core/perf/opencl/
H A Dperf_dxt.cpp74 const int dft_type = get<0>(params); variable
79 switch (dft_type)
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/cudaarithm/src/
H A Darithm.cpp313 cufftType dft_type; member in __anonb22119890411::DFTImpl
326 dft_type(!is_complex_input ? CUFFT_R2C : (is_complex_output ? CUFFT_C2C : CUFFT_C2R)) in DFTImpl()
344 … cufftSafeCall( cufftPlan1d(&plan, dft_size_opt.width, dft_type, dft_size_opt.height) ); in DFTImpl()
346 … cufftSafeCall( cufftPlan2d(&plan, dft_size_opt.height, dft_size_opt.width, dft_type) ); in DFTImpl()
/dports/science/py-qcengine/qcengine-0.21.0/qcengine/programs/
H A Dmolpro.py203 dft_type = "RKS"
206 dft_type = "UKS"
/dports/science/quantum-espresso/q-e-qe-6.7.0/Modules/
H A Dqes_types_module.f901314 TYPE :: dft_type type
1328 END TYPE dft_type
1356 TYPE(dft_type) :: dft
1399 TYPE(dft_type) :: dft
H A Dqexsd_copy.f90318 USE qes_types_module, ONLY : dft_type
321 TYPE ( dft_type ),INTENT(in) :: dft_obj
H A Dqes_init_module.f90262 TYPE(dft_type),INTENT(IN) :: dft
415 TYPE(dft_type),INTENT(IN) :: dft
906 TYPE(dft_type), INTENT(OUT) :: obj
H A Dqexsd_init.f90372 TYPE (dft_type),INTENT(INOUT) :: obj
H A Dqes_reset_module.f90530 TYPE(dft_type),INTENT(INOUT) :: obj
H A Dqes_write_module.f90669 TYPE(dft_type),INTENT(IN) :: obj
H A Dqes_bcast_module.f90644 TYPE(dft_type), INTENT(INOUT) :: obj
H A Dqes_read_module.f902869 TYPE(dft_type), INTENT(OUT) :: obj
/dports/math/kfr/kfr-4.2.1/include/kfr/dft/
H A Dfft.hpp99 enum class dft_type enum