Home
last modified time | relevance | path

Searched refs:DOUBLE_TYPE_SIZE (Results 1 – 14 of 14) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
H A Ddefaults.h530 #ifndef DOUBLE_TYPE_SIZE
531 #define DOUBLE_TYPE_SIZE (BITS_PER_WORD * 2) macro
H A Dtarghooks.c409 if (precision == DOUBLE_TYPE_SIZE) in default_scalar_mode_supported_p()
H A Dsdbout.c551 if (precision == DOUBLE_TYPE_SIZE) in plain_type_1()
H A Demit-rtl.c5644 if (GET_MODE_BITSIZE (mode) == DOUBLE_TYPE_SIZE in init_emit_once()
H A Dtree.c9348 TYPE_PRECISION (double_type_node) = DOUBLE_TYPE_SIZE; in build_common_tree_nodes()
/dragonfly/contrib/gcc-8.0/gcc/
H A Ddefaults.h510 #ifndef DOUBLE_TYPE_SIZE
511 #define DOUBLE_TYPE_SIZE (BITS_PER_WORD * 2) macro
H A Dtarghooks.c431 if (precision == DOUBLE_TYPE_SIZE) in default_scalar_mode_supported_p()
H A Demit-rtl.c6248 double_mode = float_mode_for_size (DOUBLE_TYPE_SIZE).require (); in init_emit_once()
H A Dtree.c9942 TYPE_PRECISION (double_type_node) = DOUBLE_TYPE_SIZE; in build_common_tree_nodes()
/dragonfly/contrib/gcc-4.7/gcc/config/i386/
H A Di386.h665 #define DOUBLE_TYPE_SIZE 64 macro
/dragonfly/contrib/gcc-8.0/gcc/config/i386/
H A Di386.h756 #define DOUBLE_TYPE_SIZE 64 macro
/dragonfly/contrib/gcc-4.7/gcc/doc/
H A Dtm.texi1506 @defmac DOUBLE_TYPE_SIZE
1574 Define this macro if neither @code{DOUBLE_TYPE_SIZE} nor
1577 anyway. If you don't define this and either @code{DOUBLE_TYPE_SIZE}
1615 @code{DOUBLE_TYPE_SIZE} or
H A Dtm.texi.in1484 @defmac DOUBLE_TYPE_SIZE
1552 Define this macro if neither @code{DOUBLE_TYPE_SIZE} nor
1555 anyway. If you don't define this and either @code{DOUBLE_TYPE_SIZE}
1593 @code{DOUBLE_TYPE_SIZE} or
H A Drtl.texi1302 @code{FLOAT_TYPE_SIZE} and @code{DOUBLE_TYPE_SIZE}.