| /src/external/gpl3/gcc/dist/gcc/ |
| real.h | 216 class format_helper class 219 format_helper (const real_format *format) : m_format (format) {} function in class:format_helper 220 template<typename T> format_helper (const T &); 232 inline format_helper::format_helper (const T &m) function in class:format_helper 318 extern void real_convert (REAL_VALUE_TYPE *, format_helper, 322 extern bool exact_real_truncate (format_helper, const REAL_VALUE_TYPE *); 344 extern void real_from_string3 (REAL_VALUE_TYPE *, const char *, format_helper); 346 extern long real_to_target (long *, const REAL_VALUE_TYPE *, format_helper); 349 format_helper); [all...] |
| real.cc | 1360 exact_real_inverse (format_helper fmt, REAL_VALUE_TYPE *r) 2199 real_from_string2 (const char *s, format_helper fmt) 2213 real_from_string3 (REAL_VALUE_TYPE *r, const char *s, format_helper fmt) 2228 real_from_integer (REAL_VALUE_TYPE *r, format_helper fmt, 2560 format_helper fmt) 2681 real_2expN (REAL_VALUE_TYPE *r, int n, format_helper fmt) 2830 real_convert (REAL_VALUE_TYPE *r, format_helper fmt, 2854 real_value_truncate (format_helper fmt, REAL_VALUE_TYPE a) 2864 exact_real_truncate (format_helper fmt, const REAL_VALUE_TYPE *a) 2887 format_helper fmt [all...] |
| fold-const-call.cc | 472 void (*fn) (real_value *, format_helper,
|
| match.pd | 6533 format_helper fmt (REAL_MODE_FORMAT (TYPE_MODE (TREE_TYPE (@0)))); 6563 format_helper fmt (REAL_MODE_FORMAT (TYPE_MODE (TREE_TYPE (@1))));
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| real.h | 216 class format_helper class 219 format_helper (const real_format *format) : m_format (format) {} function in class:format_helper 220 template<typename T> format_helper (const T &); 232 inline format_helper::format_helper (const T &m) function in class:format_helper 301 extern void real_convert (REAL_VALUE_TYPE *, format_helper, 305 extern bool exact_real_truncate (format_helper, const REAL_VALUE_TYPE *); 327 extern void real_from_string3 (REAL_VALUE_TYPE *, const char *, format_helper); 329 extern long real_to_target (long *, const REAL_VALUE_TYPE *, format_helper); 332 format_helper); [all...] |
| real.cc | 1326 exact_real_inverse (format_helper fmt, REAL_VALUE_TYPE *r) 2161 real_from_string2 (const char *s, format_helper fmt) 2175 real_from_string3 (REAL_VALUE_TYPE *r, const char *s, format_helper fmt) 2190 real_from_integer (REAL_VALUE_TYPE *r, format_helper fmt, 2506 format_helper fmt) 2627 real_2expN (REAL_VALUE_TYPE *r, int n, format_helper fmt) 2776 real_convert (REAL_VALUE_TYPE *r, format_helper fmt, 2800 real_value_truncate (format_helper fmt, REAL_VALUE_TYPE a) 2810 exact_real_truncate (format_helper fmt, const REAL_VALUE_TYPE *a) 2833 format_helper fmt [all...] |
| fold-const-call.cc | 476 void (*fn) (real_value *, format_helper,
|
| match.pd | 5111 format_helper fmt (REAL_MODE_FORMAT (TYPE_MODE (TREE_TYPE (@0)))); 5141 format_helper fmt (REAL_MODE_FORMAT (TYPE_MODE (TREE_TYPE (@1))));
|