Home
last modified time | relevance | path

Searched refs:cdft (Results 101 – 125 of 378) sorted by relevance

12345678910>>...16

/dports/science/cp2k-data/cp2k-7.1.0/tests/QS/regtest-cdft-diag/
H A DHe2-mixed-cdft-diag-1.inp2 @SET WFN_FILE_1 He2-cdft-diag-1-1_0.wfn
3 @SET WFN_FILE_2 He2-cdft-diag-2-1_0.wfn
4 @SET PROJECT_NAME He2-mixed-cdft-diag-1
H A DHe2-mixed-cdft-diag-5.inp2 @SET WFN_FILE_1 He2-cdft-diag-1-1_0.wfn
3 @SET WFN_FILE_2 He2-cdft-diag-2-1_0.wfn
4 @SET PROJECT_NAME He2-mixed-cdft-diag-5
H A DHe2-mixed-cdft-diag-6.inp2 @SET WFN_FILE_1 He2-cdft-diag-1-1_0.wfn
3 @SET WFN_FILE_2 He2-cdft-diag-2-1_0.wfn
4 @SET PROJECT_NAME He2-mixed-cdft-diag-6
H A DHe2-mixed-cdft-diag-7.inp2 @SET WFN_FILE_1 He2-cdft-diag-1-1_0.wfn
3 @SET WFN_FILE_2 He2-cdft-diag-2-1_0.wfn
4 @SET PROJECT_NAME He2-mixed-cdft-diag-7
H A DHe2-mixed-cdft-alphabeta-diag-1.inp2 @SET WFN_FILE_1 He2-cdft-alphabeta-diag-1-1_0.wfn
3 @SET WFN_FILE_2 He2-cdft-alphabeta-diag-2-1_0.wfn
4 @SET PROJECT_NAME He2-mixed-cdft-alphabeta-diag-1
/dports/math/scilab/scilab-6.1.1/scilab/modules/statistics/tests/unit_tests/
H A DNaNTests.dia.ref132 // cdft
133 [res, res2] = cdft("PQ", nan, nan);
134 cdft: Warning: using non integer values for argument #3 may lead to incorrect results.
137 res = cdft("T", nan, nan, nan);
138 cdft: Warning: using non integer values for argument #2 may lead to incorrect results.
140 res = cdft("Df", nan, nan, nan);
H A DNaNTests.tst128 // cdft
129 [res, res2] = cdft("PQ", nan, nan);
132 res = cdft("T", nan, nan, nan);
134 res = cdft("Df", nan, nan, nan);
H A DInfTests.dia.ref84 // cdft
85 [res, res2] = cdft("PQ", inf, 1);
88 [res, res2] = cdft("PQ", -inf, 1);
/dports/devel/libdsp/libdsp-src-5.0.2/libDSP-5.0.2/dsp/
H A DTransformS.hh167 void cdft (long, long, float *, long *, float *);
168 void cdft (long, long, double *, long *, double *);
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/tests/QS/regtest-cdft-diag/
H A DHe2-mixed-cdft-alphabeta-diag-1.inp2 @SET WFN_FILE_1 He2-cdft-alphabeta-diag-1-1_0.wfn
3 @SET WFN_FILE_2 He2-cdft-alphabeta-diag-2-1_0.wfn
4 @SET PROJECT_NAME He2-mixed-cdft-alphabeta-diag-1
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/tests/QS/regtest-cdft-4-3/
H A DHeH-cdft-md-broyden-5-1.inp2 @SET WFN_FILE HeH-cdft-newton-fd1-1_0.wfn
3 @SET PROJECT_NAME HeH-cdft-md-broyden-5-1
H A DHeH-cdft-md-broyden-5-5.inp2 @SET WFN_FILE HeH-cdft-newton-fd1-1_0.wfn
3 @SET PROJECT_NAME HeH-cdft-md-broyden-5-5
H A DHeH-cdft-md-newton-1-1.inp2 @SET WFN_FILE HeH-cdft-newton-fd1-1_0.wfn
3 @SET PROJECT_NAME HeH-cdft-md-newton-1-1
/dports/science/cp2k-data/cp2k-7.1.0/tests/QS/regtest-cdft-4-3/
H A DHeH-cdft-md-broyden-5-1.inp2 @SET WFN_FILE HeH-cdft-newton-fd1-1_0.wfn
3 @SET PROJECT_NAME HeH-cdft-md-broyden-5-1
H A DHeH-cdft-md-newton-1-1.inp2 @SET WFN_FILE HeH-cdft-newton-fd1-1_0.wfn
3 @SET PROJECT_NAME HeH-cdft-md-newton-1-1
H A DHeH-cdft-md-broyden-5-5.inp2 @SET WFN_FILE HeH-cdft-newton-fd1-1_0.wfn
3 @SET PROJECT_NAME HeH-cdft-md-broyden-5-5
/dports/math/p5-Math-FFT/Math-FFT-1.36/t/
H A Dfft.t25 my @subs = qw(cdft rdft ddct ddst dfct dfst);
150 $coeff = $fft->cdft();
162 $coeff = $fft->cdft();
170 $coeff = $clone->cdft();
/dports/audio/libbpm/libbpm-0.3/bpmdsp/
H A Ddiscrete_fourier_transforms.c11 void cdft(int, int, double *, int *, double *);
208 cdft( 2*z->ns, 1, _fft_data, _fft_work_area, _fft_sc_table ); in complexfft()
211 cdft( 2*z->ns, -1, _fft_data, _fft_work_area, _fft_sc_table ); in complexfft()
/dports/science/py-pyscf/pyscf-2.0.1/pyscf/pbc/dft/
H A Dcdft.py37 def cdft(mf,cell,offset,orbital,basis=None): function
146 mf = cdft(mf,mf.cell,offset,orbital,basis=a)
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dqs_energy_types.F44 cdft, & component
173 qs_energy%cdft = 0.0_dp
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dqs_energy_types.F43 cdft, & component
170 qs_energy%cdft = 0.0_dp
/dports/cad/basicdsp/basicdsp-1.01/
H A Dfft4g.h2 void cdft(int, int, float *, int *, float *);
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/math/reporting/performance/
H A Dtable_helper.hpp72 extern void cdft(int*, double*, double*, double*, double*, int*, double*);
263 cdft(&what, &p, &q, &x, &param, &status, &bound); in dcdflib_t_cdf()
272 cdft(&what, &p, &q, &x, &param, &status, &bound); in dcdflib_t_quantile()
/dports/devel/hyperscan/boost_1_75_0/libs/math/reporting/performance/
H A Dtable_helper.hpp72 extern void cdft(int*, double*, double*, double*, double*, int*, double*);
263 cdft(&what, &p, &q, &x, &param, &status, &bound); in dcdflib_t_cdf()
272 cdft(&what, &p, &q, &x, &param, &status, &bound); in dcdflib_t_quantile()
/dports/japanese/timidity++-slang/TiMidity++-2.15.0/utils/
H A Dfft4g.h8 extern void cdft(int, int, float *, int *, float *);

12345678910>>...16