HomeSort by: relevance | last modified time | path
    Searched defs:REAL_VALUE_TYPE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
real.h 65 /* Various headers condition prototypes on #ifdef REAL_VALUE_TYPE, so it
68 #define REAL_VALUE_TYPE struct real_value
70 /* We store a REAL_VALUE_TYPE into an rtx, and we do this by putting it in
81 [sizeof (REAL_VALUE_TYPE) <= REAL_WIDTH * sizeof (HOST_WIDE_INT) ? 1 : -1];
84 are necessary to overlay a REAL_VALUE_TYPE on them. This could be
85 as many as four (32-bit HOST_WIDE_INT, 128-bit REAL_VALUE_TYPE).
122 const REAL_VALUE_TYPE *);
123 void (*decode) (const struct real_format *, REAL_VALUE_TYPE *,
271 extern bool real_arithmetic (REAL_VALUE_TYPE *, int, const REAL_VALUE_TYPE *,
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
real.h 65 /* Various headers condition prototypes on #ifdef REAL_VALUE_TYPE, so it
68 #define REAL_VALUE_TYPE struct real_value
70 /* We store a REAL_VALUE_TYPE into an rtx, and we do this by putting it in
81 [sizeof (REAL_VALUE_TYPE) <= REAL_WIDTH * sizeof (HOST_WIDE_INT) ? 1 : -1];
84 are necessary to overlay a REAL_VALUE_TYPE on them. This could be
85 as many as four (32-bit HOST_WIDE_INT, 128-bit REAL_VALUE_TYPE).
122 const REAL_VALUE_TYPE *);
123 void (*decode) (const struct real_format *, REAL_VALUE_TYPE *,
271 extern bool real_arithmetic (REAL_VALUE_TYPE *, int, const REAL_VALUE_TYPE *,
    [all...]

Completed in 61 milliseconds