Searched refs:get_max_float (Results 1 – 15 of 15) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-target.cc | 85 get_max_float (fmt, buf, sizeof (buf), false); in define_float_constants()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | real.h | 528 extern void get_max_float (const struct real_format *, char *, size_t, bool);
|
H A D | builtins.c | 9568 get_max_float (REAL_MODE_FORMAT (mode), buf, sizeof (buf), false); in fold_builtin_interclass_mathfn() 9592 get_max_float (REAL_MODE_FORMAT (mode), buf, sizeof (buf), false); in fold_builtin_interclass_mathfn() 9631 get_max_float (REAL_MODE_FORMAT (mode), buf, sizeof (buf), false); in fold_builtin_interclass_mathfn()
|
H A D | real.c | 5388 get_max_float (const struct real_format *fmt, char *buf, size_t len, in get_max_float() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | real.h | 527 extern void get_max_float (const struct real_format *, char *, size_t, bool);
|
H A D | builtins.cc | 8764 get_max_float (REAL_MODE_FORMAT (mode), buf, sizeof (buf), false); in fold_builtin_interclass_mathfn() 8788 get_max_float (REAL_MODE_FORMAT (mode), buf, sizeof (buf), false); in fold_builtin_interclass_mathfn() 8827 get_max_float (REAL_MODE_FORMAT (mode), buf, sizeof (buf), false); in fold_builtin_interclass_mathfn()
|
H A D | real.cc | 5390 get_max_float (const struct real_format *fmt, char *buf, size_t len, in get_max_float() function
|
H A D | ChangeLog-2019 | 5043 * real.c (get_max_float): Add norm_max argument. 5044 * real.h (get_max_float): Update prototype. 5046 get_max_float.
|
H A D | ChangeLog-2007 | 14580 * real.c (get_max_float): ... to here. 14581 * real.h (get_max_float): New.
|
H A D | ChangeLog-2008 | 7045 match get_max_float for IBM long double format.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-target.cc | 81 get_max_float (fmt, buf, sizeof (buf), false); in define_float_constants()
|
H A D | ChangeLog-2019 | 9 get_max_float.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-cppbuiltin.c | 262 get_max_float (fmt, buf, sizeof (buf), false); in builtin_define_float_constants() 267 get_max_float (fmt, buf, sizeof (buf), true); in builtin_define_float_constants()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-cppbuiltin.cc | 263 get_max_float (fmt, buf, sizeof (buf), false); in builtin_define_float_constants() 268 get_max_float (fmt, buf, sizeof (buf), true); in builtin_define_float_constants()
|
H A D | ChangeLog | 2693 NORM_MAX constants. Update call to get_max_float.
|