Searched refs:float128_type (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.c9887 tree float128_type = make_node (REAL_TYPE);
9889 TYPE_PRECISION (float128_type) = 128;
9890 layout_type (float128_type);
9891 (*lang_hooks.types.register_builtin_type) (float128_type, "__float128");
9894 ftype = build_function_type (float128_type, void_list_node);
9903 ftype = build_function_type_list (float128_type,
9904 float128_type,
9911 ftype = build_function_type_list (float128_type,
9912 float128_type,
9913 float128_type,
9864 tree float128_type = make_node (REAL_TYPE); local
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/ia64/
H A Dia64.c8469 tree float128_type = make_node (REAL_TYPE);
8470 TYPE_PRECISION (float128_type) = 128;
8471 layout_type (float128_type);
8472 (*lang_hooks.types.register_builtin_type) (float128_type, "__float128");
8446 tree float128_type = make_node (REAL_TYPE); local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/i386/
H A Di386.c14637 tree float128_type;
14655 float128_type = make_node (REAL_TYPE);
14656 TYPE_PRECISION (float128_type) = 128;
14657 layout_type (float128_type);
14658 (*lang_hooks.types.register_builtin_type) (float128_type, "__float128");
14606 tree float128_type; local

Completed in 137 milliseconds