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

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dia64.c9869 tree float80_type;
9878 float80_type = make_node (REAL_TYPE);
9879 TYPE_PRECISION (float80_type) = 80;
9880 layout_type (float80_type);
9881 (*lang_hooks.types.register_builtin_type) (float80_type, "__float80");
9846 tree float80_type; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/ia64/
H A Dia64.c8452 tree float80_type;
8461 float80_type = make_node (REAL_TYPE);
8462 TYPE_PRECISION (float80_type) = 80;
8463 layout_type (float80_type);
8464 (*lang_hooks.types.register_builtin_type) (float80_type, "__float80");
8429 tree float80_type; local
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/i386/
H A Di386.c14636 tree float80_type;
14647 float80_type = make_node (REAL_TYPE);
14648 TYPE_PRECISION (float80_type) = 80;
14649 layout_type (float80_type);
14650 (*lang_hooks.types.register_builtin_type) (float80_type, "__float80");
14605 tree float80_type; local

Completed in 184 milliseconds