Home
last modified time | relevance | path

Searched refs:get_max_float (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-target.cc85 get_max_float (fmt, buf, sizeof (buf), false); in define_float_constants()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dreal.h528 extern void get_max_float (const struct real_format *, char *, size_t, bool);
H A Dbuiltins.c9568 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 Dreal.c5388 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 Dreal.h527 extern void get_max_float (const struct real_format *, char *, size_t, bool);
H A Dbuiltins.cc8764 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 Dreal.cc5390 get_max_float (const struct real_format *fmt, char *buf, size_t len, in get_max_float() function
H A DChangeLog-20195043 * real.c (get_max_float): Add norm_max argument.
5044 * real.h (get_max_float): Update prototype.
5046 get_max_float.
H A DChangeLog-200714580 * real.c (get_max_float): ... to here.
14581 * real.h (get_max_float): New.
H A DChangeLog-20087045 match get_max_float for IBM long double format.
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-target.cc81 get_max_float (fmt, buf, sizeof (buf), false); in define_float_constants()
H A DChangeLog-20199 get_max_float.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-cppbuiltin.c262 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 Dc-cppbuiltin.cc263 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 DChangeLog2693 NORM_MAX constants. Update call to get_max_float.