Home
last modified time | relevance | path

Searched refs:half_complex (Results 1 – 5 of 5) sorted by relevance

/dports/graphics/vips/vips-8.12.0/libvips/freqfilt/
H A Dfwfft.c105 double *half_complex; in rfwfft1() local
130 if( !(half_complex = VIPS_ARRAY( fwfft, in rfwfft1()
134 planner_scratch, (fftw_complex *) half_complex, in rfwfft1()
142 (double *) t[1]->data, (fftw_complex *) half_complex ); in rfwfft1()
160 p = half_complex; in rfwfft1()
170 p = half_complex + ((in->Xsize + 1) / 2 - 1) * 2; in rfwfft1()
183 p = half_complex + y * half_width * 2; in rfwfft1()
195 p = half_complex + 2 * in rfwfft1()
H A Dinvfft.c144 double *half_complex; in rinvfft1() local
159 if( !(half_complex = VIPS_ARRAY( invfft, in rinvfft1()
162 q = half_complex; in rinvfft1()
199 (fftw_complex *) half_complex, (double *) (*out)->data ); in rinvfft1()
/dports/science/bagel/bagel-1.2.2/src/scf/dhf/
H A Ddfock.cc188 list<shared_ptr<RelDFHalf>> half_complex; in make_half_complex() local
191 half_complex.insert(half_complex.end(), dat.begin(), dat.end()); in make_half_complex()
195 half_complex.insert(half_complex.end(), dat.begin(), dat.end()); in make_half_complex()
198 return half_complex; in make_half_complex()
217 list<shared_ptr<RelDFHalf>> half_complex = make_half_complex(dfdists, coeff); in driver() local
223 for (auto& i : half_complex) in driver()
230 for (auto& i : half_complex) { in driver()
236 half_complex.clear(); in driver()
H A Ddiracgrad.cc165 …list<shared_ptr<RelDFHalf>> half_complex = DFock::make_half_complex(dfdists, coeff->slice_copy(0, … in compute() local
168 for (auto& i : half_complex) { in compute()
172 half_complex.clear(); in compute()
/dports/science/bagel/bagel-1.2.2/src/ci/zfci/
H A Dreljop.cc67 list<shared_ptr<RelDFHalf>> half_complex = DFock::make_half_complex(dfdists, coeff); in compute_half() local
71 for (auto& i : half_complex) { in compute_half()
77 half_complex.clear(); in compute_half()