Home
last modified time | relevance | path

Searched refs:floatn_nx_types (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-cppbuiltin.cc1264 sprintf (prefix, "FLT%d%s", floatn_nx_types[i].n, in c_cpp_builtins()
1265 floatn_nx_types[i].extended ? "X" : ""); in c_cpp_builtins()
1266 sprintf (csuffix, "F%d%s", floatn_nx_types[i].n, in c_cpp_builtins()
1267 floatn_nx_types[i].extended ? "x" : ""); in c_cpp_builtins()
1388 sprintf (suffix, "f%d%s", floatn_nx_types[i].n, in c_cpp_builtins()
1389 floatn_nx_types[i].extended ? "x" : ""); in c_cpp_builtins()
1391 sprintf (float_h_prefix, "FLT%d%s", floatn_nx_types[i].n, in c_cpp_builtins()
1392 floatn_nx_types[i].extended ? "X" : ""); in c_cpp_builtins()
H A Dc-lex.cc993 if (floatn_nx_types[i].n == (int) n in interpret_float()
994 && floatn_nx_types[i].extended == extended) in interpret_float()
H A Dc-pretty-print.cc1116 pp_decimal_int (pp, floatn_nx_types[i].n); in pp_c_floating_constant()
1117 if (floatn_nx_types[i].extended) in pp_c_floating_constant()
H A Dc-common.cc4479 sprintf (buf, "complex _Float%d%s", floatn_nx_types[i].n, in c_common_nodes_and_builtins()
4480 floatn_nx_types[i].extended ? "x" : ""); in c_common_nodes_and_builtins()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-cppbuiltin.c1174 sprintf (prefix, "FLT%d%s", floatn_nx_types[i].n, in c_cpp_builtins()
1175 floatn_nx_types[i].extended ? "X" : ""); in c_cpp_builtins()
1176 sprintf (csuffix, "F%d%s", floatn_nx_types[i].n, in c_cpp_builtins()
1177 floatn_nx_types[i].extended ? "x" : ""); in c_cpp_builtins()
1288 sprintf (suffix, "f%d%s", floatn_nx_types[i].n, in c_cpp_builtins()
1289 floatn_nx_types[i].extended ? "x" : ""); in c_cpp_builtins()
H A Dc-lex.c925 if (floatn_nx_types[i].n == (int) n in interpret_float()
926 && floatn_nx_types[i].extended == extended) in interpret_float()
H A Dc-pretty-print.c1054 pp_decimal_int (pp, floatn_nx_types[i].n); in pp_c_floating_constant()
1055 if (floatn_nx_types[i].extended) in pp_c_floating_constant()
H A Dc-common.c4232 sprintf (buf, "complex _Float%d%s", floatn_nx_types[i].n, in c_common_nodes_and_builtins()
4233 floatn_nx_types[i].extended ? "x" : ""); in c_common_nodes_and_builtins()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c10562 floatn_nx_types[specs->floatn_nx_idx].n, in declspecs_add_type()
10563 (floatn_nx_types[specs->floatn_nx_idx].extended in declspecs_add_type()
10623 floatn_nx_types[specs->floatn_nx_idx].n, in declspecs_add_type()
10624 (floatn_nx_types[specs->floatn_nx_idx].extended in declspecs_add_type()
10675 floatn_nx_types[specs->floatn_nx_idx].n, in declspecs_add_type()
10676 (floatn_nx_types[specs->floatn_nx_idx].extended in declspecs_add_type()
10727 floatn_nx_types[specs->floatn_nx_idx].n, in declspecs_add_type()
10728 (floatn_nx_types[specs->floatn_nx_idx].extended in declspecs_add_type()
10839 floatn_nx_types[specs->floatn_nx_idx].n, in declspecs_add_type()
10840 (floatn_nx_types[specs->floatn_nx_idx].extended in declspecs_add_type()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.cc10961 floatn_nx_types[specs->floatn_nx_idx].n, in declspecs_add_type()
10962 (floatn_nx_types[specs->floatn_nx_idx].extended in declspecs_add_type()
11022 floatn_nx_types[specs->floatn_nx_idx].n, in declspecs_add_type()
11023 (floatn_nx_types[specs->floatn_nx_idx].extended in declspecs_add_type()
11074 floatn_nx_types[specs->floatn_nx_idx].n, in declspecs_add_type()
11075 (floatn_nx_types[specs->floatn_nx_idx].extended in declspecs_add_type()
11126 floatn_nx_types[specs->floatn_nx_idx].n, in declspecs_add_type()
11127 (floatn_nx_types[specs->floatn_nx_idx].extended in declspecs_add_type()
11238 floatn_nx_types[specs->floatn_nx_idx].n, in declspecs_add_type()
11239 (floatn_nx_types[specs->floatn_nx_idx].extended in declspecs_add_type()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-core.h2323 extern const floatn_type_info floatn_nx_types[NUM_FLOATN_NX_TYPES];
H A Dtree.cc9253 const floatn_type_info floatn_nx_types[NUM_FLOATN_NX_TYPES] = variable
9466 int n = floatn_nx_types[i].n; in build_common_tree_nodes()
9467 bool extended = floatn_nx_types[i].extended; in build_common_tree_nodes()
H A DChangeLog-201615030 (floatn_nx_types): New variable declaration.
15034 * tree.c (floatn_nx_types): New variable.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-core.h2248 extern const floatn_type_info floatn_nx_types[NUM_FLOATN_NX_TYPES];
H A Dtree.c10163 const floatn_type_info floatn_nx_types[NUM_FLOATN_NX_TYPES] = variable
10376 int n = floatn_nx_types[i].n; in build_common_tree_nodes()
10377 bool extended = floatn_nx_types[i].extended; in build_common_tree_nodes()