Searched refs:float80_type (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/gcc/config/ia64/
H A Dia64.c9113 tree float80_type;
9122 float80_type = make_node (REAL_TYPE);
9123 TYPE_PRECISION (float80_type) = 80;
9124 layout_type (float80_type);
9125 (*lang_hooks.types.register_builtin_type) (float80_type, "__float80");
9091 tree float80_type; local
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c15738 tree float80_type;
15749 float80_type = make_node (REAL_TYPE);
15750 TYPE_PRECISION (float80_type) = 80;
15751 layout_type (float80_type);
15752 (*lang_hooks.types.register_builtin_type) (float80_type, "__float80");
15707 tree float80_type; local

Completed in 125 milliseconds