Home
last modified time | relevance | path

Searched refs:REAL_MODE_FORMAT (Results 1 – 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/gcc/
HDreal.h168 #define REAL_MODE_FORMAT(MODE) \ macro
178 ((REAL_MODE_FORMAT(MODE))->pnan < (REAL_MODE_FORMAT (MODE))->p)
HDc-cppbuiltin.c99 fmt = REAL_MODE_FORMAT (TYPE_MODE (type)); in builtin_define_float_constants()
281 fmt = REAL_MODE_FORMAT (TYPE_MODE (type)); in builtin_define_decimal_float_constants()
HDreal.c2178 fmt = REAL_MODE_FORMAT (mode); in real_nan()
2270 fmt = REAL_MODE_FORMAT (mode); in real_maxval()
2473 fmt = REAL_MODE_FORMAT (mode); in real_convert()
2507 fmt = REAL_MODE_FORMAT (mode); in exact_real_truncate()
2550 fmt = REAL_MODE_FORMAT (mode); in real_to_target()
2574 fmt = REAL_MODE_FORMAT (mode); in real_from_target()
2589 fmt = REAL_MODE_FORMAT (mode); in significand_size()
HDdfp.c432 const struct real_format *fmt = REAL_MODE_FORMAT (mode); in decimal_real_convert()
HDoptabs.c2427 fmt = REAL_MODE_FORMAT (mode); in expand_absneg_bit()
3124 fmt = REAL_MODE_FORMAT (mode); in expand_copysign()
HDbuiltins.c5320 fmt = REAL_MODE_FORMAT (fmode); in expand_builtin_signbit()
HDChangeLog-20035673 * config/ia64/ia64.c (ia64_override_options): Set REAL_MODE_FORMAT
5676 * config/vax/vax.c (override_optionms): Set REAL_MODE_FORMAT for
6067 and TFmode, in real_format_for_mode and REAL_MODE_FORMAT.
6527 * real.h (REAL_MODE_FORMAT): New macro.
6532 * config/vax/vax.c: Use REAL_MODE_FORMAT instead of referring
HDChangeLog-20052980 (REAL_MODE_FORMAT): Update for to handle float, decimal float.
HDChangeLog-200416739 set REAL_MODE_FORMAT for TFmode.
/freebsd-11-stable/contrib/gcc/config/mips/
HDmips.c4947 REAL_MODE_FORMAT (TFmode) = &MIPS_TFMODE_FORMAT; in override_options()
/freebsd-11-stable/contrib/gcc/config/rs6000/
HDrs6000.c1459 REAL_MODE_FORMAT (TFmode) = &ibm_extended_format; in rs6000_override_options()