Home
last modified time | relevance | path

Searched refs:ths (Results 1 – 25 of 2235) sorted by relevance

12345678910>>...90

/dports/math/nfft/nfft-3.5.2/kernel/solver/
H A Dsolver.c102 Y(cp_w_complex)(ths->mv->f, ths->w, ths->r_iter, ths->mv->M_total); in X()
157 Y(cp_w_complex)(ths->mv->f, ths->w, ths->r_iter, ths->mv->M_total); in solver_loop_one_step_landweber_complex()
190 ths->dot_v_iter = Y(dot_w_complex)(ths->v_iter,ths->w,ths->mv->M_total); in solver_loop_one_step_steepest_descent_complex()
216 Y(cp_w_complex)(ths->mv->f, ths->w, ths->r_iter, ths->mv->M_total); in solver_loop_one_step_steepest_descent_complex()
271 Y(cp_w_complex)(ths->mv->f, ths->w, ths->r_iter, ths->mv->M_total); in solver_loop_one_step_cgnr_complex()
330 Y(cp_w_complex)(ths->mv->f, ths->w, ths->r_iter, ths->mv->M_total); in solver_loop_one_step_cgne_complex()
453 Y(cp_w_double)(ths->mv->f, ths->w, ths->r_iter, ths->mv->M_total); in X()
508 Y(cp_w_double)(ths->mv->f, ths->w, ths->r_iter, ths->mv->M_total); in solver_loop_one_step_landweber_double()
567 Y(cp_w_double)(ths->mv->f, ths->w, ths->r_iter, ths->mv->M_total); in solver_loop_one_step_steepest_descent_double()
622 Y(cp_w_double)(ths->mv->f, ths->w, ths->r_iter, ths->mv->M_total); in solver_loop_one_step_cgnr_double()
[all …]
/dports/math/nfft/nfft-3.5.2/kernel/nnfft/
H A Dnnfft.c71 omega+=ths->v[l*ths->d+t] * ths->x[j*ths->d+t] * ths->N[t]; \
91 c = ths->v[j*ths->d+act_dim] * ths->n[act_dim]; in MACRO_nndft()
299 ths->x[j*ths->d+t]= ths->x[j*ths->d+t] / ((double)ths->sigma[t]); in nnfft_trafo()
311 ths->x[j*ths->d+t]= ths->x[j*ths->d+t] * ((double)ths->sigma[t]); in nnfft_trafo()
327 ths->x[j*ths->d+t]= ths->x[j*ths->d+t] / ((double)ths->sigma[t]); in nnfft_adjoint()
338 ths->x[j*ths->d+t]= ths->x[j*ths->d+t] * ((double)ths->sigma[t]); in nnfft_adjoint()
405 ths->x[j*ths->d+t]= ths->x[j*ths->d+t] / ((double)ths->sigma[t]); in nnfft_precompute_psi()
413 ths->x[j*ths->d+t]= ths->x[j*ths->d+t] * ((double)ths->sigma[t]); in nnfft_precompute_psi()
441 ths->x[j*ths->d+t]= ths->x[j*ths->d+t] / ((double)ths->sigma[t]); in nnfft_precompute_full_psi()
451 ths->x[j*ths->d+t]= ths->x[j*ths->d+t] * ((double)ths->sigma[t]); in nnfft_precompute_full_psi()
[all …]
/dports/math/nfft/nfft-3.5.2/kernel/nsfft/
H A Dnsfft.c54 omega = ((double)(k0 - ths->N[0]/2)) * ths->x[ths->d * j + 0]; in short_nfft_trafo_2d()
72 omega = ((double)(k0 - ths->N[0]/2)) * ths->x[ths->d * j + 0]; in short_nfft_adjoint_2d()
99 plan_1d->f_hat = ths->f_hat + (k0*ths->N[1]+k1)*ths->N[2]; in short_nfft_trafo_3d_1()
105 omega = ((double)(k0 - ths->N[0]/2)) * ths->x[ths->d * j + 0] in short_nfft_trafo_3d_1()
106 + ((double)(k1 - ths->N[1]/2)) * ths->x[ths->d * j + 1]; in short_nfft_trafo_3d_1()
125 omega = ((double)(k0 - ths->N[0]/2)) * ths->x[ths->d * j + 0] in short_nfft_adjoint_3d_1()
130 plan_1d->f_hat = ths->f_hat + (k0*ths->N[1]+k1)*ths->N[2]; in short_nfft_adjoint_3d_1()
153 plan_2d->f_hat = ths->f_hat + k0*ths->N[1]*ths->N[2]; in short_nfft_trafo_3d_2()
159 omega = ((double)(k0 - ths->N[0]/2)) * ths->x[ths->d * j + 0]; in short_nfft_trafo_3d_2()
180 omega = ((double)(k0 - ths->N[0]/2)) * ths->x[ths->d * j + 0]; in short_nfft_adjoint_3d_2()
[all …]
/dports/textproc/aspell-ispell/aspell-0.60.8/lib/
H A Dspeller-c.cpp41 delete ths; in delete_aspell_speller()
51 return ths->err_ ? ths->err_->mesg : ""; in aspell_speller_error_message()
56 return ths->err_; in aspell_speller_error()
73 ths->to_internal_->convert(word, word_size, ths->temp_str_0); in aspell_speller_check()
85 ths->to_internal_->convert(word, word_size, ths->temp_str_0); in aspell_speller_check_wide()
99 ths->to_internal_->convert(word, word_size, ths->temp_str_0); in aspell_speller_add_to_personal()
111 ths->to_internal_->convert(word, word_size, ths->temp_str_0); in aspell_speller_add_to_personal_wide()
125 ths->to_internal_->convert(word, word_size, ths->temp_str_0); in aspell_speller_add_to_session()
137 ths->to_internal_->convert(word, word_size, ths->temp_str_0); in aspell_speller_add_to_session_wide()
230 ths->to_internal_->convert(mis, mis_size, ths->temp_str_0); in aspell_speller_store_replacement()
[all …]
H A Dconfig-c.cpp25 return ths->at_end(); in aspell_key_info_enumeration_at_end()
30 return ths->next(); in aspell_key_info_enumeration_next()
35 delete ths; in delete_aspell_key_info_enumeration()
40 return ths->clone(); in aspell_key_info_enumeration_clone()
45 ths->assign(other); in aspell_key_info_enumeration_assign()
55 delete ths; in delete_aspell_config()
60 return ths->clone(); in aspell_config_clone()
65 ths->assign(other); in aspell_config_assign()
75 return ths->err_ ? ths->err_->mesg : ""; in aspell_config_error_message()
80 return ths->err_; in aspell_config_error()
[all …]
H A Dinfo-c.cpp28 return ths->empty(); in aspell_module_info_list_empty()
33 return ths->size(); in aspell_module_info_list_size()
48 return ths->empty(); in aspell_dict_info_list_empty()
53 return ths->size(); in aspell_dict_info_list_size()
68 return ths->next(); in aspell_module_info_enumeration_next()
73 delete ths; in delete_aspell_module_info_enumeration()
78 return ths->clone(); in aspell_module_info_enumeration_clone()
83 ths->assign(other); in aspell_module_info_enumeration_assign()
93 return ths->next(); in aspell_dict_info_enumeration_next()
98 delete ths; in delete_aspell_dict_info_enumeration()
[all …]
H A Dstring_enumeration-c.cpp18 delete ths; in delete_aspell_string_enumeration()
23 return ths->clone(); in aspell_string_enumeration_clone()
28 ths->assign(other); in aspell_string_enumeration_assign()
33 return ths->at_end(); in aspell_string_enumeration_at_end()
38 const char * s = ths->next(); in aspell_string_enumeration_next()
42 ths->temp_str.clear(); in aspell_string_enumeration_next()
43 ths->from_internal_->convert(s,-1,ths->temp_str); in aspell_string_enumeration_next()
44 ths->from_internal_->append_null(ths->temp_str); in aspell_string_enumeration_next()
59 ths->temp_str.clear(); in aspell_string_enumeration_next_wide()
60 ths->from_internal_->convert(s,-1,ths->temp_str); in aspell_string_enumeration_next_wide()
[all …]
H A Dstring_map-c.cpp25 return ths->add(to_add); in aspell_string_map_add()
30 return ths->remove(to_rem); in aspell_string_map_remove()
35 ths->clear(); in aspell_string_map_clear()
40 return ths; in aspell_string_map_to_mutable_container()
45 delete ths; in delete_aspell_string_map()
50 return ths->clone(); in aspell_string_map_clone()
55 ths->assign(other); in aspell_string_map_assign()
60 return ths->empty(); in aspell_string_map_empty()
65 return ths->size(); in aspell_string_map_size()
70 return ths->elements(); in aspell_string_map_elements()
[all …]
/dports/textproc/aspell/aspell-0.60.8/lib/
H A Dspeller-c.cpp41 delete ths; in delete_aspell_speller()
51 return ths->err_ ? ths->err_->mesg : ""; in aspell_speller_error_message()
56 return ths->err_; in aspell_speller_error()
73 ths->to_internal_->convert(word, word_size, ths->temp_str_0); in aspell_speller_check()
85 ths->to_internal_->convert(word, word_size, ths->temp_str_0); in aspell_speller_check_wide()
99 ths->to_internal_->convert(word, word_size, ths->temp_str_0); in aspell_speller_add_to_personal()
111 ths->to_internal_->convert(word, word_size, ths->temp_str_0); in aspell_speller_add_to_personal_wide()
125 ths->to_internal_->convert(word, word_size, ths->temp_str_0); in aspell_speller_add_to_session()
137 ths->to_internal_->convert(word, word_size, ths->temp_str_0); in aspell_speller_add_to_session_wide()
230 ths->to_internal_->convert(mis, mis_size, ths->temp_str_0); in aspell_speller_store_replacement()
[all …]
H A Dconfig-c.cpp25 return ths->at_end(); in aspell_key_info_enumeration_at_end()
30 return ths->next(); in aspell_key_info_enumeration_next()
35 delete ths; in delete_aspell_key_info_enumeration()
40 return ths->clone(); in aspell_key_info_enumeration_clone()
45 ths->assign(other); in aspell_key_info_enumeration_assign()
55 delete ths; in delete_aspell_config()
60 return ths->clone(); in aspell_config_clone()
65 ths->assign(other); in aspell_config_assign()
75 return ths->err_ ? ths->err_->mesg : ""; in aspell_config_error_message()
80 return ths->err_; in aspell_config_error()
[all …]
H A Dinfo-c.cpp28 return ths->empty(); in aspell_module_info_list_empty()
33 return ths->size(); in aspell_module_info_list_size()
48 return ths->empty(); in aspell_dict_info_list_empty()
53 return ths->size(); in aspell_dict_info_list_size()
68 return ths->next(); in aspell_module_info_enumeration_next()
73 delete ths; in delete_aspell_module_info_enumeration()
78 return ths->clone(); in aspell_module_info_enumeration_clone()
83 ths->assign(other); in aspell_module_info_enumeration_assign()
93 return ths->next(); in aspell_dict_info_enumeration_next()
98 delete ths; in delete_aspell_dict_info_enumeration()
[all …]
H A Dstring_enumeration-c.cpp18 delete ths; in delete_aspell_string_enumeration()
23 return ths->clone(); in aspell_string_enumeration_clone()
28 ths->assign(other); in aspell_string_enumeration_assign()
33 return ths->at_end(); in aspell_string_enumeration_at_end()
38 const char * s = ths->next(); in aspell_string_enumeration_next()
42 ths->temp_str.clear(); in aspell_string_enumeration_next()
43 ths->from_internal_->convert(s,-1,ths->temp_str); in aspell_string_enumeration_next()
44 ths->from_internal_->append_null(ths->temp_str); in aspell_string_enumeration_next()
59 ths->temp_str.clear(); in aspell_string_enumeration_next_wide()
60 ths->from_internal_->convert(s,-1,ths->temp_str); in aspell_string_enumeration_next_wide()
[all …]
H A Dstring_map-c.cpp25 return ths->add(to_add); in aspell_string_map_add()
30 return ths->remove(to_rem); in aspell_string_map_remove()
35 ths->clear(); in aspell_string_map_clear()
40 return ths; in aspell_string_map_to_mutable_container()
45 delete ths; in delete_aspell_string_map()
50 return ths->clone(); in aspell_string_map_clone()
55 ths->assign(other); in aspell_string_map_assign()
60 return ths->empty(); in aspell_string_map_empty()
65 return ths->size(); in aspell_string_map_size()
70 return ths->elements(); in aspell_string_map_elements()
[all …]
/dports/math/nfft/nfft-3.5.2/kernel/nfct/
H A Dnfct.c453 if ((l[(ths->d-1)] == 0) || (l[(ths->d-1)] == NN(ths->n[(ths->d-1)]))) \
709 ths->g_hat = ths->g1;
710 ths->g = ths->g2;
751 ths->g = ths->g1; in X()
835ths->psi[2 * (j*ths->d + t)] = (PHI((2 * NN(ths->n[t])),(ths->x[j * ths->d + t] - ((R)u) / (2 * NN… in X()
836ths->psi[2 * (j*ths->d + t) + 1] = EXP(K(2.0) * ( (2 * NN(ths->n[t])) * ths->x[j * ths->d + t] - u… in X()
935 ths->N_total = intprod(ths->N, OFFSET, ths->d); in init_help()
936 ths->n_total = intprod(ths->n, 0, ths->d); in init_help()
941 ths->sigma[t] = ((R)NN(ths->n[t])) / ths->N[t]; in init_help()
992 ths->g2 = ths->g1; in init_help()
[all …]
/dports/math/nfft/nfft-3.5.2/kernel/nfst/
H A Dnfst.c452 if ((l[(ths->d-1)] == 0) || (l[(ths->d-1)] == NN(ths->n[(ths->d-1)]))) \
708 ths->g_hat = ths->g1;
709 ths->g = ths->g2;
750 ths->g = ths->g1; in X()
834ths->psi[2 * (j*ths->d + t)] = (PHI((2 * NN(ths->n[t])),(ths->x[j * ths->d + t] - ((R)u) / (2 * NN… in X()
835ths->psi[2 * (j*ths->d + t) + 1] = EXP(K(2.0) * ( (2 * NN(ths->n[t])) * ths->x[j * ths->d + t] - u… in X()
934 ths->N_total = intprod(ths->N, OFFSET, ths->d); in init_help()
935 ths->n_total = intprod(ths->n, 0, ths->d); in init_help()
940 ths->sigma[t] = ((R)NN(ths->n[t])) / ths->N[t]; in init_help()
991 ths->g2 = ths->g1; in init_help()
[all …]
/dports/math/nfft/nfft-3.5.2/applications/fastsum/
H A Dfastsum.c553 ths->p, ths->eps_I, ths->k, ths->kernel_param, ths->flags); in SearchBox()
568 ths->Ad, ths->p, ths->eps_I, ths->k, ths->kernel_param, ths->flags); in SearchBox()
587 ths->Ad, ths->p, ths->eps_I, ths->k, ths->kernel_param, in SearchBox()
728 ths->Add[k] = regkern3(ths->k, ths->eps_I * (R) k / (R)(ths->Ad), ths->p, in fastsum_precompute_kernel()
762 ths->b[j] = regkern3(ths->k, SQRT(CREAL(ths->b[j])), ths->p, ths->kernel_param, in fastsum_precompute_kernel()
805 ths->Ad = 4 * (ths->p) * (ths->p); in fastsum_init_guru_kernel()
852 ths->Ad = 2 * (ths->p) * (ths->p); in fastsum_init_guru_kernel()
1076 r += (ths->y[j * ths->d + t] - ths->x[k * ths->d + t]) in fastsum_exact()
1105 BuildTree(ths->d, 0, ths->x, ths->alpha, ths->permutation_x_alpha, ths->N_total); in fastsum_precompute_source_nodes()
1248 ths->f[j] += SearchBox(ths->y + ths->d * j, ths); in fastsum_trafo()
[all …]
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/samples/source/common/
H A DQEScanner.cpp289 return MatchChar ( ths, &ths->fQuoteChar ); in MatchCloseQuote()
317 ths->fAttrName.erase ( ths->fAttrName.begin(), ths->fAttrName.end() ); in CaptureAttrName()
434 ths->fPacketStart = ths->fBufferOffset + ((ths->fBufferPtr - 1) - ths->fBufferOrigin); in RecordStart()
665 ths->fEncodingAttr = ths->fAttrValue; in RecordHeadAttr()
699 ths->fAttrName.erase ( ths->fAttrName.begin(), ths->fAttrName.end() ); in RecordHeadAttr()
700 ths->fAttrValue.erase ( ths->fAttrValue.begin(), ths->fAttrValue.end() ); in RecordHeadAttr()
762 ths->fAttrName.erase ( ths->fAttrName.begin(), ths->fAttrName.end() ); in RecordTailAttr()
763 ths->fAttrValue.erase ( ths->fAttrValue.begin(), ths->fAttrValue.end() ); in RecordTailAttr()
785 …const SInt64 currLength = (ths->fBufferOffset + (ths->fBufferPtr - ths->fBufferOrigin)) - ths->fPa… in CheckPacketEnd()
794 ths->fPosition = (ths->fPosition / ths->fBytesPerChar) * ths->fBytesPerChar; in CheckPacketEnd()
[all …]
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/samples/source/
H A DXMPScanner.cpp294 return MatchChar ( ths, &ths->fQuoteChar ); in MatchCloseQuote()
322 ths->fAttrName.erase ( ths->fAttrName.begin(), ths->fAttrName.end() ); in CaptureAttrName()
439 ths->fPacketStart = ths->fBufferOffset + ((ths->fBufferPtr - 1) - ths->fBufferOrigin); in RecordStart()
670 ths->fEncodingAttr = ths->fAttrValue; in RecordHeadAttr()
704 ths->fAttrName.erase ( ths->fAttrName.begin(), ths->fAttrName.end() ); in RecordHeadAttr()
705 ths->fAttrValue.erase ( ths->fAttrValue.begin(), ths->fAttrValue.end() ); in RecordHeadAttr()
767 ths->fAttrName.erase ( ths->fAttrName.begin(), ths->fAttrName.end() ); in RecordTailAttr()
768 ths->fAttrValue.erase ( ths->fAttrValue.begin(), ths->fAttrValue.end() ); in RecordTailAttr()
790 …const XMP_Int64 currLen64 = (ths->fBufferOffset + (ths->fBufferPtr - ths->fBufferOrigin)) - ths->f… in CheckPacketEnd()
801 ths->fPosition = (ths->fPosition / ths->fBytesPerChar) * ths->fBytesPerChar; in CheckPacketEnd()
[all …]
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/source/XMPFiles/FormatSupport/
H A DXMPScanner.cpp296 return MatchChar ( ths, &ths->fQuoteChar ); in MatchCloseQuote()
324 ths->fAttrName.erase ( ths->fAttrName.begin(), ths->fAttrName.end() ); in CaptureAttrName()
441 ths->fPacketStart = ths->fBufferOffset + ((ths->fBufferPtr - 1) - ths->fBufferOrigin); in RecordStart()
672 ths->fEncodingAttr = ths->fAttrValue; in RecordHeadAttr()
706 ths->fAttrName.erase ( ths->fAttrName.begin(), ths->fAttrName.end() ); in RecordHeadAttr()
707 ths->fAttrValue.erase ( ths->fAttrValue.begin(), ths->fAttrValue.end() ); in RecordHeadAttr()
769 ths->fAttrName.erase ( ths->fAttrName.begin(), ths->fAttrName.end() ); in RecordTailAttr()
770 ths->fAttrValue.erase ( ths->fAttrValue.begin(), ths->fAttrValue.end() ); in RecordTailAttr()
792 …const XMP_Int64 currLen64 = (ths->fBufferOffset + (ths->fBufferPtr - ths->fBufferOrigin)) - ths->f… in CheckPacketEnd()
803 ths->fPosition = (ths->fPosition / ths->fBytesPerChar) * ths->fBytesPerChar; in CheckPacketEnd()
[all …]
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FormatSupport/
H A DXMPScanner.cpp290 return MatchChar ( ths, &ths->fQuoteChar ); in MatchCloseQuote()
317 ths->fAttrName.erase ( ths->fAttrName.begin(), ths->fAttrName.end() ); in CaptureAttrName()
432 ths->fPacketStart = ths->fBufferOffset + ((ths->fBufferPtr - 1) - ths->fBufferOrigin); in RecordStart()
661 ths->fEncodingAttr = ths->fAttrValue; in RecordHeadAttr()
695 ths->fAttrName.erase ( ths->fAttrName.begin(), ths->fAttrName.end() ); in RecordHeadAttr()
696 ths->fAttrValue.erase ( ths->fAttrValue.begin(), ths->fAttrValue.end() ); in RecordHeadAttr()
756 ths->fAttrName.erase ( ths->fAttrName.begin(), ths->fAttrName.end() ); in RecordTailAttr()
757 ths->fAttrValue.erase ( ths->fAttrValue.begin(), ths->fAttrValue.end() ); in RecordTailAttr()
777 …const XMP_Int64 currLen64 = (ths->fBufferOffset + (ths->fBufferPtr - ths->fBufferOrigin)) - ths->f… in CheckPacketEnd()
788 ths->fPosition = (ths->fPosition / ths->fBytesPerChar) * ths->fBytesPerChar; in CheckPacketEnd()
[all …]
/dports/textproc/aspell-ispell/aspell-0.60.8/interfaces/cc/
H A Daspell.h104 void delete_aspell_config(struct AspellConfig * ths);
346 void delete_aspell_speller(struct AspellSpeller * ths);
362 #define aspell_speller_check_w(ths, word, word_size)\ argument
407 #define aspell_speller_suggest_w(ths, word, word_size)\ argument
425 void delete_aspell_filter(struct AspellFilter * ths);
546 #define aspell_string_enumeration_next_w(type, ths) \ argument
707 void aspell_string_map_clear(struct AspellStringMap * ths);
787 #define aspell_speller_check(ths, word, word_size)\ argument
788 aspell_speller_check_wide(ths, word, word_size, -1)
793 #define aspell_speller_suggest(ths, word, word_size)\ argument
[all …]
/dports/textproc/aspell/aspell-0.60.8/interfaces/cc/
H A Daspell.h104 void delete_aspell_config(struct AspellConfig * ths);
346 void delete_aspell_speller(struct AspellSpeller * ths);
362 #define aspell_speller_check_w(ths, word, word_size)\ argument
407 #define aspell_speller_suggest_w(ths, word, word_size)\ argument
425 void delete_aspell_filter(struct AspellFilter * ths);
546 #define aspell_string_enumeration_next_w(type, ths) \ argument
707 void aspell_string_map_clear(struct AspellStringMap * ths);
787 #define aspell_speller_check(ths, word, word_size)\ argument
788 aspell_speller_check_wide(ths, word, word_size, -1)
793 #define aspell_speller_suggest(ths, word, word_size)\ argument
[all …]
/dports/math/nfft/nfft-3.5.2/kernel/mri/
H A Dmri.c76 for(l=-ths->n[0]/2;l<=ths->n[0]/2;l++) { in mri_inh_2d1d_trafo()
125 for(l=-ths->n[0]/2;l<=ths->n[0]/2;l++) { in mri_inh_2d1d_adjoint()
162 ths->N_total = ths->plan.N_total; in mri_inh_2d1d_init_guru()
163 ths->M_total = ths->plan.M_total; in mri_inh_2d1d_init_guru()
164 ths->f = ths->plan.f; in mri_inh_2d1d_init_guru()
165 ths->f_hat = ths->plan.f_hat; in mri_inh_2d1d_init_guru()
179 ths->plan.f = ths->f; in mri_inh_2d1d_finalize()
180 ths->plan.f_hat = ths->f_hat; in mri_inh_2d1d_finalize()
200 for(l=-ths->n[0]/2;l<ths->n[0]/2;l++) in mri_inh_3d_trafo()
257 ths->M_total = ths->plan.M_total; in mri_inh_3d_init_guru()
[all …]
/dports/math/nfft/nfft-3.5.2/kernel/nfft/
H A Dnfft.c122 sort0(ths->d, ths->n, ths->m, ths->M_total, ths->x, ths->index_x); in sort()
645 ths->f[j] += phi_prod[ths->d] * ths->g[ll_plain[ths->d]]; \
650 ths->g[ll_plain[ths->d]] += phi_prod[ths->d] * ths->f[j]; \
1987 ths->M_total, ths->d, ths->n, ths->m, ths->flags, ths->index_x);
2777 if((ths->N[0] <= ths->m) || (ths->n[0] <= 2*ths->m+2)) in X()
2845 if((ths->N[0] <= ths->m) || (ths->n[0] <= 2*ths->m+2)) in X()
3810 …if((ths->N[0] <= ths->m) || (ths->N[1] <= ths->m) || (ths->n[0] <= 2*ths->m+2) || (ths->n[1] <= 2* in X()
3910 …if((ths->N[0] <= ths->m) || (ths->N[1] <= ths->m) || (ths->n[0] <= 2*ths->m+2) || (ths->n[1] <= 2* in X()
5389 …(ths->N[0] <= ths->m) || (ths->N[1] <= ths->m) || (ths->N[2] <= ths->m) || (ths->n[0] <= 2*ths->m+… in X()
5526 …(ths->N[0] <= ths->m) || (ths->N[1] <= ths->m) || (ths->N[2] <= ths->m) || (ths->n[0] <= 2*ths->m+… in X()
[all …]
/dports/math/nfft/nfft-3.5.2/applications/fastgauss/
H A Dfastgauss.c.in111 ths->f[j] += ths->alpha[k] * ths->pre_cexp[l];
115 ths->f[j] += ths->alpha[k]
117 -ths->sigma * (ths->y[j] - ths->x[k])
199 ths->nplan1->f = ths->alpha;
201 ths->nplan2->f = ths->f;
205 fplan = FFTW(plan_dft_1d)(ths->n, ths->b, ths->b, FFTW_FORWARD,
211 / ((NFFT_R) (ths->n * ths->n))) / ((NFFT_R)(ths->n));
225 / (ths->p * ths->p * ths->sigma));
272 -ths->sigma * (ths->y[j] - ths->x[k]) * (ths->y[j] - ths->x[k]));
276 ths->nplan1->x[j] = ths->x[j] / ths->p;
[all …]

12345678910>>...90