Home
last modified time | relevance | path

Searched defs:ths (Results 1 – 25 of 724) sorted by relevance

12345678910>>...29

/dports/textproc/aspell-ispell/aspell-0.60.8/lib/
H A Dinfo-c.cpp26 extern "C" int aspell_module_info_list_empty(const ModuleInfoList * ths) in aspell_module_info_list_empty()
31 extern "C" unsigned int aspell_module_info_list_size(const ModuleInfoList * ths) in aspell_module_info_list_size()
36 extern "C" ModuleInfoEnumeration * aspell_module_info_list_elements(const ModuleInfoList * ths) in aspell_module_info_list_elements()
46 extern "C" int aspell_dict_info_list_empty(const DictInfoList * ths) in aspell_dict_info_list_empty()
51 extern "C" unsigned int aspell_dict_info_list_size(const DictInfoList * ths) in aspell_dict_info_list_size()
56 extern "C" DictInfoEnumeration * aspell_dict_info_list_elements(const DictInfoList * ths) in aspell_dict_info_list_elements()
61 extern "C" int aspell_module_info_enumeration_at_end(const ModuleInfoEnumeration * ths) in aspell_module_info_enumeration_at_end()
71 extern "C" void delete_aspell_module_info_enumeration(ModuleInfoEnumeration * ths) in delete_aspell_module_info_enumeration()
86 extern "C" int aspell_dict_info_enumeration_at_end(const DictInfoEnumeration * ths) in aspell_dict_info_enumeration_at_end()
91 extern "C" const DictInfo * aspell_dict_info_enumeration_next(DictInfoEnumeration * ths) in aspell_dict_info_enumeration_next()
[all …]
H A Dconfig-c.cpp33 extern "C" void delete_aspell_key_info_enumeration(KeyInfoEnumeration * ths) in delete_aspell_key_info_enumeration()
53 extern "C" void delete_aspell_config(Config * ths) in delete_aspell_config()
58 extern "C" Config * aspell_config_clone(const Config * ths) in aspell_config_clone()
63 extern "C" void aspell_config_assign(Config * ths, const Config * other) in aspell_config_assign()
68 extern "C" unsigned int aspell_config_error_number(const Config * ths) in aspell_config_error_number()
73 extern "C" const char * aspell_config_error_message(const Config * ths) in aspell_config_error_message()
78 extern "C" const Error * aspell_config_error(const Config * ths) in aspell_config_error()
110 extern "C" StringPairEnumeration * aspell_config_elements(Config * ths) in aspell_config_elements()
123 extern "C" int aspell_config_remove(Config * ths, const char * key) in aspell_config_remove()
131 extern "C" int aspell_config_have(const Config * ths, const char * key) in aspell_config_have()
[all …]
H A Dstring_map-c.cpp23 extern "C" int aspell_string_map_add(StringMap * ths, const char * to_add) in aspell_string_map_add()
28 extern "C" int aspell_string_map_remove(StringMap * ths, const char * to_rem) in aspell_string_map_remove()
33 extern "C" void aspell_string_map_clear(StringMap * ths) in aspell_string_map_clear()
38 extern "C" MutableContainer * aspell_string_map_to_mutable_container(StringMap * ths) in aspell_string_map_to_mutable_container()
43 extern "C" void delete_aspell_string_map(StringMap * ths) in delete_aspell_string_map()
48 extern "C" StringMap * aspell_string_map_clone(const StringMap * ths) in aspell_string_map_clone()
53 extern "C" void aspell_string_map_assign(StringMap * ths, const StringMap * other) in aspell_string_map_assign()
58 extern "C" int aspell_string_map_empty(const StringMap * ths) in aspell_string_map_empty()
63 extern "C" unsigned int aspell_string_map_size(const StringMap * ths) in aspell_string_map_size()
68 extern "C" StringPairEnumeration * aspell_string_map_elements(const StringMap * ths) in aspell_string_map_elements()
[all …]
H A Dstring_list-c.cpp23 extern "C" int aspell_string_list_empty(const StringList * ths) in aspell_string_list_empty()
28 extern "C" unsigned int aspell_string_list_size(const StringList * ths) in aspell_string_list_size()
33 extern "C" StringEnumeration * aspell_string_list_elements(const StringList * ths) in aspell_string_list_elements()
38 extern "C" int aspell_string_list_add(StringList * ths, const char * to_add) in aspell_string_list_add()
43 extern "C" int aspell_string_list_remove(StringList * ths, const char * to_rem) in aspell_string_list_remove()
48 extern "C" void aspell_string_list_clear(StringList * ths) in aspell_string_list_clear()
53 extern "C" MutableContainer * aspell_string_list_to_mutable_container(StringList * ths) in aspell_string_list_to_mutable_container()
58 extern "C" void delete_aspell_string_list(StringList * ths) in delete_aspell_string_list()
63 extern "C" StringList * aspell_string_list_clone(const StringList * ths) in aspell_string_list_clone()
68 extern "C" void aspell_string_list_assign(StringList * ths, const StringList * other) in aspell_string_list_assign()
H A Ddocument_checker-c.cpp20 extern "C" void delete_aspell_document_checker(DocumentChecker * ths) in delete_aspell_document_checker()
25 extern "C" unsigned int aspell_document_checker_error_number(const DocumentChecker * ths) in aspell_document_checker_error_number()
30 extern "C" const char * aspell_document_checker_error_message(const DocumentChecker * ths) in aspell_document_checker_error_message()
35 extern "C" const Error * aspell_document_checker_error(const DocumentChecker * ths) in aspell_document_checker_error()
55 extern "C" void aspell_document_checker_reset(DocumentChecker * ths) in aspell_document_checker_reset()
60 extern "C" void aspell_document_checker_process(DocumentChecker * ths, const char * str, int str_si… in aspell_document_checker_process()
65 extern "C" void aspell_document_checker_process_wide(DocumentChecker * ths, const void * str, int s… in aspell_document_checker_process_wide()
70 extern "C" Token aspell_document_checker_next_misspelling(DocumentChecker * ths) in aspell_document_checker_next_misspelling()
75 extern "C" Token aspell_document_checker_next_misspelling_adj(DocumentChecker * ths, int type_width) in aspell_document_checker_next_misspelling_adj()
83 extern "C" Filter * aspell_document_checker_filter(DocumentChecker * ths) in aspell_document_checker_filter()
H A Dspeller-c.cpp39 extern "C" void delete_aspell_speller(Speller * ths) in delete_aspell_speller()
44 extern "C" unsigned int aspell_speller_error_number(const Speller * ths) in aspell_speller_error_number()
49 extern "C" const char * aspell_speller_error_message(const Speller * ths) in aspell_speller_error_message()
54 extern "C" const Error * aspell_speller_error(const Speller * ths) in aspell_speller_error()
59 extern "C" Config * aspell_speller_config(Speller * ths) in aspell_speller_config()
64 extern "C" int aspell_speller_check(Speller * ths, const char * word, int word_size) in aspell_speller_check()
145 extern "C" const WordList * aspell_speller_personal_word_list(Speller * ths) in aspell_speller_personal_word_list()
155 extern "C" const WordList * aspell_speller_session_word_list(Speller * ths) in aspell_speller_session_word_list()
165 extern "C" const WordList * aspell_speller_main_word_list(Speller * ths) in aspell_speller_main_word_list()
175 extern "C" int aspell_speller_save_all_word_lists(Speller * ths) in aspell_speller_save_all_word_lists()
[all …]
H A Dstring_enumeration-c.cpp16 extern "C" void delete_aspell_string_enumeration(StringEnumeration * ths) in delete_aspell_string_enumeration()
21 extern "C" StringEnumeration * aspell_string_enumeration_clone(const StringEnumeration * ths) in aspell_string_enumeration_clone()
26 extern "C" void aspell_string_enumeration_assign(StringEnumeration * ths, const StringEnumeration *… in aspell_string_enumeration_assign()
31 extern "C" int aspell_string_enumeration_at_end(const StringEnumeration * ths) in aspell_string_enumeration_at_end()
36 extern "C" const char * aspell_string_enumeration_next(StringEnumeration * ths) in aspell_string_enumeration_next()
49 extern "C" const void * aspell_string_enumeration_next_wide(StringEnumeration * ths, int type_width) in aspell_string_enumeration_next_wide()
H A Dstring_pair_enumeration-c.cpp16 extern "C" int aspell_string_pair_enumeration_at_end(const StringPairEnumeration * ths) in aspell_string_pair_enumeration_at_end()
21 extern "C" StringPair aspell_string_pair_enumeration_next(StringPairEnumeration * ths) in aspell_string_pair_enumeration_next()
26 extern "C" void delete_aspell_string_pair_enumeration(StringPairEnumeration * ths) in delete_aspell_string_pair_enumeration()
31 …"C" StringPairEnumeration * aspell_string_pair_enumeration_clone(const StringPairEnumeration * ths) in aspell_string_pair_enumeration_clone()
36 extern "C" void aspell_string_pair_enumeration_assign(StringPairEnumeration * ths, const StringPair… in aspell_string_pair_enumeration_assign()
H A Dcan_have_error-c.cpp17 extern "C" unsigned int aspell_error_number(const CanHaveError * ths) in aspell_error_number()
22 extern "C" const char * aspell_error_message(const CanHaveError * ths) in aspell_error_message()
27 extern "C" const Error * aspell_error(const CanHaveError * ths) in aspell_error()
32 extern "C" void delete_aspell_can_have_error(CanHaveError * ths) in delete_aspell_can_have_error()
H A Dmutable_container-c.cpp16 extern "C" int aspell_mutable_container_add(MutableContainer * ths, const char * to_add) in aspell_mutable_container_add()
21 extern "C" int aspell_mutable_container_remove(MutableContainer * ths, const char * to_rem) in aspell_mutable_container_remove()
26 extern "C" void aspell_mutable_container_clear(MutableContainer * ths) in aspell_mutable_container_clear()
31 extern "C" MutableContainer * aspell_mutable_container_to_mutable_container(MutableContainer * ths) in aspell_mutable_container_to_mutable_container()
H A Dfilter-c.cpp18 extern "C" void delete_aspell_filter(Filter * ths) in delete_aspell_filter()
23 extern "C" unsigned int aspell_filter_error_number(const Filter * ths) in aspell_filter_error_number()
28 extern "C" const char * aspell_filter_error_message(const Filter * ths) in aspell_filter_error_message()
33 extern "C" const Error * aspell_filter_error(const Filter * ths) in aspell_filter_error()
/dports/textproc/aspell/aspell-0.60.8/lib/
H A Dinfo-c.cpp26 extern "C" int aspell_module_info_list_empty(const ModuleInfoList * ths) in aspell_module_info_list_empty()
31 extern "C" unsigned int aspell_module_info_list_size(const ModuleInfoList * ths) in aspell_module_info_list_size()
36 extern "C" ModuleInfoEnumeration * aspell_module_info_list_elements(const ModuleInfoList * ths) in aspell_module_info_list_elements()
46 extern "C" int aspell_dict_info_list_empty(const DictInfoList * ths) in aspell_dict_info_list_empty()
51 extern "C" unsigned int aspell_dict_info_list_size(const DictInfoList * ths) in aspell_dict_info_list_size()
56 extern "C" DictInfoEnumeration * aspell_dict_info_list_elements(const DictInfoList * ths) in aspell_dict_info_list_elements()
61 extern "C" int aspell_module_info_enumeration_at_end(const ModuleInfoEnumeration * ths) in aspell_module_info_enumeration_at_end()
71 extern "C" void delete_aspell_module_info_enumeration(ModuleInfoEnumeration * ths) in delete_aspell_module_info_enumeration()
86 extern "C" int aspell_dict_info_enumeration_at_end(const DictInfoEnumeration * ths) in aspell_dict_info_enumeration_at_end()
91 extern "C" const DictInfo * aspell_dict_info_enumeration_next(DictInfoEnumeration * ths) in aspell_dict_info_enumeration_next()
[all …]
H A Dconfig-c.cpp33 extern "C" void delete_aspell_key_info_enumeration(KeyInfoEnumeration * ths) in delete_aspell_key_info_enumeration()
53 extern "C" void delete_aspell_config(Config * ths) in delete_aspell_config()
58 extern "C" Config * aspell_config_clone(const Config * ths) in aspell_config_clone()
63 extern "C" void aspell_config_assign(Config * ths, const Config * other) in aspell_config_assign()
68 extern "C" unsigned int aspell_config_error_number(const Config * ths) in aspell_config_error_number()
73 extern "C" const char * aspell_config_error_message(const Config * ths) in aspell_config_error_message()
78 extern "C" const Error * aspell_config_error(const Config * ths) in aspell_config_error()
110 extern "C" StringPairEnumeration * aspell_config_elements(Config * ths) in aspell_config_elements()
123 extern "C" int aspell_config_remove(Config * ths, const char * key) in aspell_config_remove()
131 extern "C" int aspell_config_have(const Config * ths, const char * key) in aspell_config_have()
[all …]
H A Dstring_map-c.cpp23 extern "C" int aspell_string_map_add(StringMap * ths, const char * to_add) in aspell_string_map_add()
28 extern "C" int aspell_string_map_remove(StringMap * ths, const char * to_rem) in aspell_string_map_remove()
33 extern "C" void aspell_string_map_clear(StringMap * ths) in aspell_string_map_clear()
38 extern "C" MutableContainer * aspell_string_map_to_mutable_container(StringMap * ths) in aspell_string_map_to_mutable_container()
43 extern "C" void delete_aspell_string_map(StringMap * ths) in delete_aspell_string_map()
48 extern "C" StringMap * aspell_string_map_clone(const StringMap * ths) in aspell_string_map_clone()
53 extern "C" void aspell_string_map_assign(StringMap * ths, const StringMap * other) in aspell_string_map_assign()
58 extern "C" int aspell_string_map_empty(const StringMap * ths) in aspell_string_map_empty()
63 extern "C" unsigned int aspell_string_map_size(const StringMap * ths) in aspell_string_map_size()
68 extern "C" StringPairEnumeration * aspell_string_map_elements(const StringMap * ths) in aspell_string_map_elements()
[all …]
H A Dstring_list-c.cpp23 extern "C" int aspell_string_list_empty(const StringList * ths) in aspell_string_list_empty()
28 extern "C" unsigned int aspell_string_list_size(const StringList * ths) in aspell_string_list_size()
33 extern "C" StringEnumeration * aspell_string_list_elements(const StringList * ths) in aspell_string_list_elements()
38 extern "C" int aspell_string_list_add(StringList * ths, const char * to_add) in aspell_string_list_add()
43 extern "C" int aspell_string_list_remove(StringList * ths, const char * to_rem) in aspell_string_list_remove()
48 extern "C" void aspell_string_list_clear(StringList * ths) in aspell_string_list_clear()
53 extern "C" MutableContainer * aspell_string_list_to_mutable_container(StringList * ths) in aspell_string_list_to_mutable_container()
58 extern "C" void delete_aspell_string_list(StringList * ths) in delete_aspell_string_list()
63 extern "C" StringList * aspell_string_list_clone(const StringList * ths) in aspell_string_list_clone()
68 extern "C" void aspell_string_list_assign(StringList * ths, const StringList * other) in aspell_string_list_assign()
H A Ddocument_checker-c.cpp20 extern "C" void delete_aspell_document_checker(DocumentChecker * ths) in delete_aspell_document_checker()
25 extern "C" unsigned int aspell_document_checker_error_number(const DocumentChecker * ths) in aspell_document_checker_error_number()
30 extern "C" const char * aspell_document_checker_error_message(const DocumentChecker * ths) in aspell_document_checker_error_message()
35 extern "C" const Error * aspell_document_checker_error(const DocumentChecker * ths) in aspell_document_checker_error()
55 extern "C" void aspell_document_checker_reset(DocumentChecker * ths) in aspell_document_checker_reset()
60 extern "C" void aspell_document_checker_process(DocumentChecker * ths, const char * str, int str_si… in aspell_document_checker_process()
65 extern "C" void aspell_document_checker_process_wide(DocumentChecker * ths, const void * str, int s… in aspell_document_checker_process_wide()
70 extern "C" Token aspell_document_checker_next_misspelling(DocumentChecker * ths) in aspell_document_checker_next_misspelling()
75 extern "C" Token aspell_document_checker_next_misspelling_adj(DocumentChecker * ths, int type_width) in aspell_document_checker_next_misspelling_adj()
83 extern "C" Filter * aspell_document_checker_filter(DocumentChecker * ths) in aspell_document_checker_filter()
H A Dspeller-c.cpp39 extern "C" void delete_aspell_speller(Speller * ths) in delete_aspell_speller()
44 extern "C" unsigned int aspell_speller_error_number(const Speller * ths) in aspell_speller_error_number()
49 extern "C" const char * aspell_speller_error_message(const Speller * ths) in aspell_speller_error_message()
54 extern "C" const Error * aspell_speller_error(const Speller * ths) in aspell_speller_error()
59 extern "C" Config * aspell_speller_config(Speller * ths) in aspell_speller_config()
64 extern "C" int aspell_speller_check(Speller * ths, const char * word, int word_size) in aspell_speller_check()
145 extern "C" const WordList * aspell_speller_personal_word_list(Speller * ths) in aspell_speller_personal_word_list()
155 extern "C" const WordList * aspell_speller_session_word_list(Speller * ths) in aspell_speller_session_word_list()
165 extern "C" const WordList * aspell_speller_main_word_list(Speller * ths) in aspell_speller_main_word_list()
175 extern "C" int aspell_speller_save_all_word_lists(Speller * ths) in aspell_speller_save_all_word_lists()
[all …]
H A Dstring_enumeration-c.cpp16 extern "C" void delete_aspell_string_enumeration(StringEnumeration * ths) in delete_aspell_string_enumeration()
21 extern "C" StringEnumeration * aspell_string_enumeration_clone(const StringEnumeration * ths) in aspell_string_enumeration_clone()
26 extern "C" void aspell_string_enumeration_assign(StringEnumeration * ths, const StringEnumeration *… in aspell_string_enumeration_assign()
31 extern "C" int aspell_string_enumeration_at_end(const StringEnumeration * ths) in aspell_string_enumeration_at_end()
36 extern "C" const char * aspell_string_enumeration_next(StringEnumeration * ths) in aspell_string_enumeration_next()
49 extern "C" const void * aspell_string_enumeration_next_wide(StringEnumeration * ths, int type_width) in aspell_string_enumeration_next_wide()
H A Dstring_pair_enumeration-c.cpp16 extern "C" int aspell_string_pair_enumeration_at_end(const StringPairEnumeration * ths) in aspell_string_pair_enumeration_at_end()
21 extern "C" StringPair aspell_string_pair_enumeration_next(StringPairEnumeration * ths) in aspell_string_pair_enumeration_next()
26 extern "C" void delete_aspell_string_pair_enumeration(StringPairEnumeration * ths) in delete_aspell_string_pair_enumeration()
31 …"C" StringPairEnumeration * aspell_string_pair_enumeration_clone(const StringPairEnumeration * ths) in aspell_string_pair_enumeration_clone()
36 extern "C" void aspell_string_pair_enumeration_assign(StringPairEnumeration * ths, const StringPair… in aspell_string_pair_enumeration_assign()
H A Dcan_have_error-c.cpp17 extern "C" unsigned int aspell_error_number(const CanHaveError * ths) in aspell_error_number()
22 extern "C" const char * aspell_error_message(const CanHaveError * ths) in aspell_error_message()
27 extern "C" const Error * aspell_error(const CanHaveError * ths) in aspell_error()
32 extern "C" void delete_aspell_can_have_error(CanHaveError * ths) in delete_aspell_can_have_error()
H A Dmutable_container-c.cpp16 extern "C" int aspell_mutable_container_add(MutableContainer * ths, const char * to_add) in aspell_mutable_container_add()
21 extern "C" int aspell_mutable_container_remove(MutableContainer * ths, const char * to_rem) in aspell_mutable_container_remove()
26 extern "C" void aspell_mutable_container_clear(MutableContainer * ths) in aspell_mutable_container_clear()
31 extern "C" MutableContainer * aspell_mutable_container_to_mutable_container(MutableContainer * ths) in aspell_mutable_container_to_mutable_container()
H A Dfilter-c.cpp18 extern "C" void delete_aspell_filter(Filter * ths) in delete_aspell_filter()
23 extern "C" unsigned int aspell_filter_error_number(const Filter * ths) in aspell_filter_error_number()
28 extern "C" const char * aspell_filter_error_message(const Filter * ths) in aspell_filter_error_message()
33 extern "C" const Error * aspell_filter_error(const Filter * ths) in aspell_filter_error()
/dports/math/nfft/nfft-3.5.2/kernel/nsfft/
H A Dnsfft.c760 static void nsdft_trafo_2d(nsfft_plan *ths) in nsdft_trafo_2d()
784 static void nsdft_trafo_3d(nsfft_plan *ths) in nsdft_trafo_3d()
812 void nsfft_trafo_direct(nsfft_plan *ths) in nsfft_trafo_direct()
820 static void nsdft_adjoint_2d(nsfft_plan *ths) in nsdft_adjoint_2d()
844 static void nsdft_adjoint_3d(nsfft_plan *ths) in nsdft_adjoint_3d()
872 void nsfft_adjoint_direct(nsfft_plan *ths) in nsfft_adjoint_direct()
880 static void nsfft_trafo_2d(nsfft_plan *ths) in nsfft_trafo_2d()
1112 static void nsfft_trafo_3d(nsfft_plan *ths) in nsfft_trafo_3d()
1541 void nsfft_trafo(nsfft_plan *ths) in nsfft_trafo()
1549 void nsfft_adjoint(nsfft_plan *ths) in nsfft_adjoint()
[all …]
/dports/math/nfft/nfft-3.5.2/kernel/solver/
H A Dsolver.c128 static void solver_loop_one_step_landweber_complex(X(plan_complex)* ths) in solver_loop_one_step_landweber_complex()
177 static void solver_loop_one_step_steepest_descent_complex(X(plan_complex) *ths) in solver_loop_one_step_steepest_descent_complex()
232 static void solver_loop_one_step_cgnr_complex(X(plan_complex) *ths) in solver_loop_one_step_cgnr_complex()
295 static void solver_loop_one_step_cgne_complex(X(plan_complex) *ths) in solver_loop_one_step_cgne_complex()
479 static void solver_loop_one_step_landweber_double(X(plan_double)* ths) in solver_loop_one_step_landweber_double()
528 static void solver_loop_one_step_steepest_descent_double(X(plan_double) *ths) in solver_loop_one_step_steepest_descent_double()
583 static void solver_loop_one_step_cgnr_double(X(plan_double) *ths) in solver_loop_one_step_cgnr_double()
646 static void solver_loop_one_step_cgne_double(X(plan_double) *ths) in solver_loop_one_step_cgne_double()
/dports/math/nfft/nfft-3.5.2/kernel/mri/
H A Dmri.c45 static void window_funct_init(window_funct_plan* ths, int m, int n, double sigma) { in window_funct_init()
62 window_funct_plan *ths = (window_funct_plan*) nfft_malloc(sizeof(window_funct_plan)); in mri_inh_2d1d_trafo() local
109 window_funct_plan *ths = (window_funct_plan*) nfft_malloc(sizeof(window_funct_plan)); in mri_inh_2d1d_adjoint() local
156 void mri_inh_2d1d_init_guru(mri_inh_2d1d_plan *ths, int *N, int M, int *n, in mri_inh_2d1d_init_guru()
174 void mri_inh_2d1d_finalize(mri_inh_2d1d_plan *ths) { in mri_inh_2d1d_finalize()
191 window_funct_plan *ths = (window_funct_plan*) nfft_malloc(sizeof(window_funct_plan)); in mri_inh_3d_trafo() local
223 window_funct_plan *ths = (window_funct_plan*) nfft_malloc(sizeof(window_funct_plan)); in mri_inh_3d_adjoint() local
251 void mri_inh_3d_init_guru(mri_inh_3d_plan *ths, int *N, int M, int *n, in mri_inh_3d_init_guru()
266 void mri_inh_3d_finalize(mri_inh_3d_plan *ths) { in mri_inh_3d_finalize()

12345678910>>...29