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

  /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...]
  /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...]

Completed in 59 milliseconds