Home
last modified time | relevance | path

Searched refs:comp_type (Results 1 – 25 of 1261) sorted by relevance

12345678910>>...51

/dports/games/py-mnemosyne/Mnemosyne-2.7.3/mnemosyne/libmnemosyne/
H A Dcomponent_manager.py28 comp_type = component.component_type
41 if comp_type == "card_type":
43 elif comp_type == "render_chain":
45 elif comp_type == "study_mode":
47 elif comp_type == "language":
51 comp_type = component.component_type
82 def all(self, comp_type, used_for=None): argument
95 return self.components[used_for][comp_type]
126 def current(self, comp_type, used_for=None): argument
133 all = self.all(comp_type, used_for)
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ada/gcc-interface/
H A Dcuintp.c108 if (TREE_CODE (comp_type) != REAL_TYPE in UI_To_gnu()
109 && TYPE_PRECISION (comp_type) in UI_To_gnu()
112 comp_type = long_integer_type_node; in UI_To_gnu()
113 gcc_assert (TYPE_PRECISION (comp_type) > 16); in UI_To_gnu()
116 gnu_base = build_cst_from_int (comp_type, Base); in UI_To_gnu()
121 gnu_ret = fold_build2 (MINUS_EXPR, comp_type, in UI_To_gnu()
122 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
124 build_cst_from_int (comp_type, in UI_To_gnu()
128 gnu_ret = fold_build2 (PLUS_EXPR, comp_type, in UI_To_gnu()
129 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
[all …]
/dports/science/hdf/hdf-4.2.15/mfhdf/hrepack/
H A Dhrepack_sds.c34 int comp_type,
40 int comp_type,
226 comp_type = comp_type_in; in copy_sds()
387 switch(comp_type) in copy_sds()
422 comp_type, in copy_sds()
533 switch(comp_type) in copy_sds()
850 comp_type, in copy_sds()
1019 comp_type, in get_print_info()
1037 int comp_type, in print_info() argument
1046 if (comp_type>0) in print_info()
[all …]
H A Dhrepack_gr.c132 chunk_def_in.comp.comp_type=comp_type_in; in copy_gr()
176 comp_type = comp_type_in; in copy_gr()
231 chunk_def.comp.comp_type=comp_type_in; in copy_gr()
283 &comp_type, /* compression type OUT */ in copy_gr()
322 comp_type=comp_type_in; in copy_gr()
344 if (comp_type>0) in copy_gr()
346 pr_comp_type=comp_type; in copy_gr()
352 pr_comp_type=chunk_def.comp.comp_type; in copy_gr()
448 comp_type=COMP_CODE_NONE; in copy_gr()
455 switch(comp_type) in copy_gr()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/gcc-interface/
H A Dcuintp.c79 tree comp_type in UI_To_gnu() local
100 if (!SCALAR_FLOAT_TYPE_P (comp_type) && TYPE_PRECISION (comp_type) < 32) in UI_To_gnu()
101 comp_type = gnat_type_for_size (32, 0); in UI_To_gnu()
103 gnu_base = build_cst_from_int (comp_type, Base); in UI_To_gnu()
105 gnu_ret = build_cst_from_int (comp_type, First); in UI_To_gnu()
108 gnu_ret = fold_build2 (MINUS_EXPR, comp_type, in UI_To_gnu()
109 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
111 build_cst_from_int (comp_type, in UI_To_gnu()
115 gnu_ret = fold_build2 (PLUS_EXPR, comp_type, in UI_To_gnu()
116 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/gcc-interface/
H A Dcuintp.c79 tree comp_type in UI_To_gnu() local
100 if (!SCALAR_FLOAT_TYPE_P (comp_type) && TYPE_PRECISION (comp_type) < 32) in UI_To_gnu()
101 comp_type = gnat_type_for_size (32, 0); in UI_To_gnu()
103 gnu_base = build_cst_from_int (comp_type, Base); in UI_To_gnu()
105 gnu_ret = build_cst_from_int (comp_type, First); in UI_To_gnu()
108 gnu_ret = fold_build2 (MINUS_EXPR, comp_type, in UI_To_gnu()
109 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
111 build_cst_from_int (comp_type, in UI_To_gnu()
115 gnu_ret = fold_build2 (PLUS_EXPR, comp_type, in UI_To_gnu()
116 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/ada/gcc-interface/
H A Dcuintp.c88 tree comp_type = biased_type_p ? get_base_type (type) : type; in UI_To_gnu() local
106 if (!SCALAR_FLOAT_TYPE_P (comp_type) && TYPE_PRECISION (comp_type) < 32) in UI_To_gnu()
107 comp_type = gnat_type_for_size (32, 0); in UI_To_gnu()
109 gnu_base = build_cst_from_int (comp_type, Base); in UI_To_gnu()
111 gnu_ret = build_cst_from_int (comp_type, First); in UI_To_gnu()
114 gnu_ret = fold_build2 (MINUS_EXPR, comp_type, in UI_To_gnu()
115 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
117 build_cst_from_int (comp_type, in UI_To_gnu()
121 gnu_ret = fold_build2 (PLUS_EXPR, comp_type, in UI_To_gnu()
122 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/gcc-interface/
H A Dcuintp.c79 tree comp_type in UI_To_gnu() local
100 if (!SCALAR_FLOAT_TYPE_P (comp_type) && TYPE_PRECISION (comp_type) < 32) in UI_To_gnu()
101 comp_type = gnat_type_for_size (32, 0); in UI_To_gnu()
103 gnu_base = build_cst_from_int (comp_type, Base); in UI_To_gnu()
105 gnu_ret = build_cst_from_int (comp_type, First); in UI_To_gnu()
108 gnu_ret = fold_build2 (MINUS_EXPR, comp_type, in UI_To_gnu()
109 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
111 build_cst_from_int (comp_type, in UI_To_gnu()
115 gnu_ret = fold_build2 (PLUS_EXPR, comp_type, in UI_To_gnu()
116 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ada/gcc-interface/
H A Dcuintp.c75 tree comp_type in UI_To_gnu() local
96 if (!SCALAR_FLOAT_TYPE_P (comp_type) && TYPE_PRECISION (comp_type) < 32) in UI_To_gnu()
97 comp_type = gnat_type_for_size (32, 0); in UI_To_gnu()
99 gnu_base = build_cst_from_int (comp_type, Base); in UI_To_gnu()
101 gnu_ret = build_cst_from_int (comp_type, First); in UI_To_gnu()
104 gnu_ret = fold_build2 (MINUS_EXPR, comp_type, in UI_To_gnu()
105 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
107 build_cst_from_int (comp_type, in UI_To_gnu()
111 gnu_ret = fold_build2 (PLUS_EXPR, comp_type, in UI_To_gnu()
112 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/gcc-interface/
H A Dcuintp.c79 tree comp_type in UI_To_gnu() local
100 if (!SCALAR_FLOAT_TYPE_P (comp_type) && TYPE_PRECISION (comp_type) < 32) in UI_To_gnu()
101 comp_type = gnat_type_for_size (32, 0); in UI_To_gnu()
103 gnu_base = build_cst_from_int (comp_type, Base); in UI_To_gnu()
105 gnu_ret = build_cst_from_int (comp_type, First); in UI_To_gnu()
108 gnu_ret = fold_build2 (MINUS_EXPR, comp_type, in UI_To_gnu()
109 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
111 build_cst_from_int (comp_type, in UI_To_gnu()
115 gnu_ret = fold_build2 (PLUS_EXPR, comp_type, in UI_To_gnu()
116 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/gcc-interface/
H A Dcuintp.c79 tree comp_type in UI_To_gnu() local
100 if (!SCALAR_FLOAT_TYPE_P (comp_type) && TYPE_PRECISION (comp_type) < 32) in UI_To_gnu()
101 comp_type = gnat_type_for_size (32, 0); in UI_To_gnu()
103 gnu_base = build_cst_from_int (comp_type, Base); in UI_To_gnu()
105 gnu_ret = build_cst_from_int (comp_type, First); in UI_To_gnu()
108 gnu_ret = fold_build2 (MINUS_EXPR, comp_type, in UI_To_gnu()
109 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
111 build_cst_from_int (comp_type, in UI_To_gnu()
115 gnu_ret = fold_build2 (PLUS_EXPR, comp_type, in UI_To_gnu()
116 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/gcc-interface/
H A Dcuintp.c79 tree comp_type in UI_To_gnu() local
100 if (!SCALAR_FLOAT_TYPE_P (comp_type) && TYPE_PRECISION (comp_type) < 32) in UI_To_gnu()
101 comp_type = gnat_type_for_size (32, 0); in UI_To_gnu()
103 gnu_base = build_cst_from_int (comp_type, Base); in UI_To_gnu()
105 gnu_ret = build_cst_from_int (comp_type, First); in UI_To_gnu()
108 gnu_ret = fold_build2 (MINUS_EXPR, comp_type, in UI_To_gnu()
109 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
111 build_cst_from_int (comp_type, in UI_To_gnu()
115 gnu_ret = fold_build2 (PLUS_EXPR, comp_type, in UI_To_gnu()
116 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/ada/gcc-interface/
H A Dcuintp.c79 tree comp_type in UI_To_gnu() local
100 if (!SCALAR_FLOAT_TYPE_P (comp_type) && TYPE_PRECISION (comp_type) < 32) in UI_To_gnu()
101 comp_type = gnat_type_for_size (32, 0); in UI_To_gnu()
103 gnu_base = build_cst_from_int (comp_type, Base); in UI_To_gnu()
105 gnu_ret = build_cst_from_int (comp_type, First); in UI_To_gnu()
108 gnu_ret = fold_build2 (MINUS_EXPR, comp_type, in UI_To_gnu()
109 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
111 build_cst_from_int (comp_type, in UI_To_gnu()
115 gnu_ret = fold_build2 (PLUS_EXPR, comp_type, in UI_To_gnu()
116 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/gcc-interface/
H A Dcuintp.c79 tree comp_type in UI_To_gnu() local
100 if (!SCALAR_FLOAT_TYPE_P (comp_type) && TYPE_PRECISION (comp_type) < 32) in UI_To_gnu()
101 comp_type = gnat_type_for_size (32, 0); in UI_To_gnu()
103 gnu_base = build_cst_from_int (comp_type, Base); in UI_To_gnu()
105 gnu_ret = build_cst_from_int (comp_type, First); in UI_To_gnu()
108 gnu_ret = fold_build2 (MINUS_EXPR, comp_type, in UI_To_gnu()
109 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
111 build_cst_from_int (comp_type, in UI_To_gnu()
115 gnu_ret = fold_build2 (PLUS_EXPR, comp_type, in UI_To_gnu()
116 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/gcc-interface/
H A Dcuintp.c79 tree comp_type in UI_To_gnu() local
100 if (!SCALAR_FLOAT_TYPE_P (comp_type) && TYPE_PRECISION (comp_type) < 32) in UI_To_gnu()
101 comp_type = gnat_type_for_size (32, 0); in UI_To_gnu()
103 gnu_base = build_cst_from_int (comp_type, Base); in UI_To_gnu()
105 gnu_ret = build_cst_from_int (comp_type, First); in UI_To_gnu()
108 gnu_ret = fold_build2 (MINUS_EXPR, comp_type, in UI_To_gnu()
109 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
111 build_cst_from_int (comp_type, in UI_To_gnu()
115 gnu_ret = fold_build2 (PLUS_EXPR, comp_type, in UI_To_gnu()
116 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/gcc-interface/
H A Dcuintp.c79 tree comp_type in UI_To_gnu() local
100 if (!SCALAR_FLOAT_TYPE_P (comp_type) && TYPE_PRECISION (comp_type) < 32) in UI_To_gnu()
101 comp_type = gnat_type_for_size (32, 0); in UI_To_gnu()
103 gnu_base = build_cst_from_int (comp_type, Base); in UI_To_gnu()
105 gnu_ret = build_cst_from_int (comp_type, First); in UI_To_gnu()
108 gnu_ret = fold_build2 (MINUS_EXPR, comp_type, in UI_To_gnu()
109 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
111 build_cst_from_int (comp_type, in UI_To_gnu()
115 gnu_ret = fold_build2 (PLUS_EXPR, comp_type, in UI_To_gnu()
116 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
[all …]
/dports/science/hdf/hdf-4.2.15/mfhdf/test/
H A Dtcomp.c65 int32 comp_type; /* Compression flag */ in test_various_comps() local
100 comp_type = COMP_CODE_DEFLATE; in test_various_comps()
102 status = SDsetcompress (sds_id, comp_type, &c_info); in test_various_comps()
119 comp_type = COMP_CODE_SKPHUFF; in test_various_comps()
138 comp_type = COMP_CODE_SZIP; in test_various_comps()
220 status = SDgetcompinfo(newsds, &comp_type, &cinfo); in test_compressed_data()
226 status = SDgetcomptype(newsds, &comp_type); in test_compressed_data()
277 status = SDgetcomptype(newsds2, &comp_type); in test_compressed_data()
626 status = SDgetcomptype(newsds2, &comp_type); in test_compressed_data()
711 status = SDgetcomptype(newsds2, &comp_type); in test_compressed_data()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ada/gcc-interface/
H A Dcuintp.c79 tree comp_type in UI_To_gnu() local
100 if (!SCALAR_FLOAT_TYPE_P (comp_type) && TYPE_PRECISION (comp_type) < 32) in UI_To_gnu()
101 comp_type = gnat_type_for_size (32, 0); in UI_To_gnu()
103 gnu_base = build_cst_from_int (comp_type, Base); in UI_To_gnu()
105 gnu_ret = build_cst_from_int (comp_type, First); in UI_To_gnu()
108 gnu_ret = fold_build2 (MINUS_EXPR, comp_type, in UI_To_gnu()
109 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
111 build_cst_from_int (comp_type, in UI_To_gnu()
115 gnu_ret = fold_build2 (PLUS_EXPR, comp_type, in UI_To_gnu()
116 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ada/gcc-interface/
H A Dcuintp.c79 tree comp_type in UI_To_gnu() local
100 if (!SCALAR_FLOAT_TYPE_P (comp_type) && TYPE_PRECISION (comp_type) < 32) in UI_To_gnu()
101 comp_type = gnat_type_for_size (32, 0); in UI_To_gnu()
103 gnu_base = build_cst_from_int (comp_type, Base); in UI_To_gnu()
105 gnu_ret = build_cst_from_int (comp_type, First); in UI_To_gnu()
108 gnu_ret = fold_build2 (MINUS_EXPR, comp_type, in UI_To_gnu()
109 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
111 build_cst_from_int (comp_type, in UI_To_gnu()
115 gnu_ret = fold_build2 (PLUS_EXPR, comp_type, in UI_To_gnu()
116 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/ada/gcc-interface/
H A Dcuintp.c79 tree comp_type in UI_To_gnu() local
100 if (!SCALAR_FLOAT_TYPE_P (comp_type) && TYPE_PRECISION (comp_type) < 32) in UI_To_gnu()
101 comp_type = gnat_type_for_size (32, 0); in UI_To_gnu()
103 gnu_base = build_cst_from_int (comp_type, Base); in UI_To_gnu()
105 gnu_ret = build_cst_from_int (comp_type, First); in UI_To_gnu()
108 gnu_ret = fold_build2 (MINUS_EXPR, comp_type, in UI_To_gnu()
109 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
111 build_cst_from_int (comp_type, in UI_To_gnu()
115 gnu_ret = fold_build2 (PLUS_EXPR, comp_type, in UI_To_gnu()
116 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ada/gcc-interface/
H A Dcuintp.c79 tree comp_type in UI_To_gnu() local
100 if (!SCALAR_FLOAT_TYPE_P (comp_type) && TYPE_PRECISION (comp_type) < 32) in UI_To_gnu()
101 comp_type = gnat_type_for_size (32, 0); in UI_To_gnu()
103 gnu_base = build_cst_from_int (comp_type, Base); in UI_To_gnu()
105 gnu_ret = build_cst_from_int (comp_type, First); in UI_To_gnu()
108 gnu_ret = fold_build2 (MINUS_EXPR, comp_type, in UI_To_gnu()
109 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
111 build_cst_from_int (comp_type, in UI_To_gnu()
115 gnu_ret = fold_build2 (PLUS_EXPR, comp_type, in UI_To_gnu()
116 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ada/gcc-interface/
H A Dcuintp.c79 tree comp_type in UI_To_gnu() local
100 if (!SCALAR_FLOAT_TYPE_P (comp_type) && TYPE_PRECISION (comp_type) < 32) in UI_To_gnu()
101 comp_type = gnat_type_for_size (32, 0); in UI_To_gnu()
103 gnu_base = build_cst_from_int (comp_type, Base); in UI_To_gnu()
105 gnu_ret = build_cst_from_int (comp_type, First); in UI_To_gnu()
108 gnu_ret = fold_build2 (MINUS_EXPR, comp_type, in UI_To_gnu()
109 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
111 build_cst_from_int (comp_type, in UI_To_gnu()
115 gnu_ret = fold_build2 (PLUS_EXPR, comp_type, in UI_To_gnu()
116 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/ada/gcc-interface/
H A Dcuintp.c79 tree comp_type in UI_To_gnu() local
100 if (!SCALAR_FLOAT_TYPE_P (comp_type) && TYPE_PRECISION (comp_type) < 32) in UI_To_gnu()
101 comp_type = gnat_type_for_size (32, 0); in UI_To_gnu()
103 gnu_base = build_cst_from_int (comp_type, Base); in UI_To_gnu()
105 gnu_ret = build_cst_from_int (comp_type, First); in UI_To_gnu()
108 gnu_ret = fold_build2 (MINUS_EXPR, comp_type, in UI_To_gnu()
109 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
111 build_cst_from_int (comp_type, in UI_To_gnu()
115 gnu_ret = fold_build2 (PLUS_EXPR, comp_type, in UI_To_gnu()
116 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ada/gcc-interface/
H A Dcuintp.c79 tree comp_type in UI_To_gnu() local
100 if (!SCALAR_FLOAT_TYPE_P (comp_type) && TYPE_PRECISION (comp_type) < 32) in UI_To_gnu()
101 comp_type = gnat_type_for_size (32, 0); in UI_To_gnu()
103 gnu_base = build_cst_from_int (comp_type, Base); in UI_To_gnu()
105 gnu_ret = build_cst_from_int (comp_type, First); in UI_To_gnu()
108 gnu_ret = fold_build2 (MINUS_EXPR, comp_type, in UI_To_gnu()
109 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
111 build_cst_from_int (comp_type, in UI_To_gnu()
115 gnu_ret = fold_build2 (PLUS_EXPR, comp_type, in UI_To_gnu()
116 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ada/gcc-interface/
H A Dcuintp.c79 tree comp_type in UI_To_gnu() local
100 if (!SCALAR_FLOAT_TYPE_P (comp_type) && TYPE_PRECISION (comp_type) < 32) in UI_To_gnu()
101 comp_type = gnat_type_for_size (32, 0); in UI_To_gnu()
103 gnu_base = build_cst_from_int (comp_type, Base); in UI_To_gnu()
105 gnu_ret = build_cst_from_int (comp_type, First); in UI_To_gnu()
108 gnu_ret = fold_build2 (MINUS_EXPR, comp_type, in UI_To_gnu()
109 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
111 build_cst_from_int (comp_type, in UI_To_gnu()
115 gnu_ret = fold_build2 (PLUS_EXPR, comp_type, in UI_To_gnu()
116 fold_build2 (MULT_EXPR, comp_type, in UI_To_gnu()
[all …]

12345678910>>...51