HomeSort by relevance Sort by last modified time
    Searched refs:REAL_VALUE_TYPE (Results 1 - 4 of 4) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
real.h 60 /* Various headers condition prototypes on #ifdef REAL_VALUE_TYPE, so it
63 #define REAL_VALUE_TYPE struct real_value
65 /* We store a REAL_VALUE_TYPE into an rtx, and we do this by putting it in
76 [sizeof(REAL_VALUE_TYPE) <= REAL_WIDTH*sizeof(HOST_WIDE_INT) ? 1 : -1];
79 are necessary to overlay a REAL_VALUE_TYPE on them. This could be
80 as many as four (32-bit HOST_WIDE_INT, 128-bit REAL_VALUE_TYPE).
117 const REAL_VALUE_TYPE *);
118 void (*decode) (const struct real_format *, REAL_VALUE_TYPE *,
224 extern bool real_arithmetic (REAL_VALUE_TYPE *, int, const REAL_VALUE_TYPE *,
    [all...]
realmpfr.h 31 /* Convert between MPFR and REAL_VALUE_TYPE. The caller is
34 extern void real_from_mpfr (REAL_VALUE_TYPE *, mpfr_srcptr, tree, mp_rnd_t);
35 extern void mpfr_from_real (mpfr_ptr, const REAL_VALUE_TYPE *, mp_rnd_t);
fixed-value.h 85 const REAL_VALUE_TYPE *, bool);
88 extern void real_convert_from_fixed (REAL_VALUE_TYPE *, enum machine_mode,
output.h 270 extern void assemble_real (REAL_VALUE_TYPE, enum machine_mode, unsigned);

Completed in 171 milliseconds