/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/ |
H A D | d-target.cc | 86 real_from_string (&T::max.rv (), buf); in define_float_constants() 90 real_from_string (&T::min_normal.rv (), buf); in define_float_constants() 106 real_from_string (&T::epsilon.rv (), buf); in define_float_constants()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/ |
H A D | d-target.cc | 82 real_from_string (&f.max.rv (), buf); in define_float_constants() 86 real_from_string (&f.min_normal.rv (), buf); in define_float_constants() 99 real_from_string (&f.epsilon.rv (), buf); in define_float_constants()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | realmpfr.c | 101 real_from_string (r, buf); in real_from_mpfr()
|
H A D | dfp.c | 602 real_from_string (&to, string); in decimal_real_to_integer() 629 real_from_string (&to, string); in decimal_real_to_integer()
|
H A D | real.h | 326 extern int real_from_string (REAL_VALUE_TYPE *, const char *);
|
H A D | fixed-value.c | 72 real_from_string (&min_value, "0.0"); in check_real_for_fixed_mode() 121 real_from_string (&real_value, str); in fixed_from_string()
|
H A D | real.c | 1863 real_from_string (&r, str); in real_to_decimal_for_mode() 1960 real_from_string (REAL_VALUE_TYPE *r, const char *str) in real_from_string() function 2161 real_from_string (&r, s); in real_from_string2() 2176 real_from_string (r, s); in real_from_string3()
|
H A D | builtins.c | 9569 real_from_string (&r, buf); in fold_builtin_interclass_mathfn() 9593 real_from_string (&r, buf); in fold_builtin_interclass_mathfn() 9632 real_from_string (&rmax, buf); in fold_builtin_interclass_mathfn() 9634 real_from_string (&rmin, buf); in fold_builtin_interclass_mathfn() 9814 real_from_string (&r, buf); in fold_builtin_fpclassify()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | realmpfr.cc | 101 real_from_string (r, buf); in real_from_mpfr()
|
H A D | dfp.cc | 602 real_from_string (&to, string); in decimal_real_to_integer() 629 real_from_string (&to, string); in decimal_real_to_integer()
|
H A D | real.h | 325 extern int real_from_string (REAL_VALUE_TYPE *, const char *);
|
H A D | fixed-value.cc | 72 real_from_string (&min_value, "0.0"); in check_real_for_fixed_mode() 121 real_from_string (&real_value, str); in fixed_from_string()
|
H A D | real.cc | 1863 real_from_string (&r, str); in real_to_decimal_for_mode() 1960 real_from_string (REAL_VALUE_TYPE *r, const char *str) in real_from_string() function 2161 real_from_string (&r, s); in real_from_string2() 2176 real_from_string (r, s); in real_from_string3()
|
H A D | builtins.cc | 8765 real_from_string (&r, buf); in fold_builtin_interclass_mathfn() 8789 real_from_string (&r, buf); in fold_builtin_interclass_mathfn() 8828 real_from_string (&rmax, buf); in fold_builtin_interclass_mathfn() 8830 real_from_string (&rmin, buf); in fold_builtin_interclass_mathfn() 9013 real_from_string (&r, buf); in fold_builtin_fpclassify()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-const.cc | 243 real_from_string (&real, "SNaN"); in gfc_conv_mpfr_to_tree()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-const.c | 243 real_from_string (&real, "SNaN"); in gfc_conv_mpfr_to_tree()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-cppbuiltin.c | 1653 real_from_string (&real, lazy_hex_fp_values[num].hex_str); in lazy_hex_fp_value() 1716 real_from_string (&real, hex_str); in builtin_define_with_hex_fp_value()
|
H A D | c-lex.c | 1028 int oflow = real_from_string (&realvoidmode, copy); in interpret_float()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-cppbuiltin.cc | 1779 real_from_string (&real, lazy_hex_fp_values[num].hex_str); in lazy_hex_fp_value() 1842 real_from_string (&real, hex_str); in builtin_define_with_hex_fp_value()
|
H A D | c-lex.cc | 1096 int oflow = real_from_string (&realvoidmode, copy); in interpret_float()
|
/netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
H A D | paranoia.cc | 279 real_from_string (&f, s); in from_str()
|
/netbsd-src/external/gpl3/gcc/dist/contrib/ |
H A D | paranoia.cc | 279 real_from_string (&f, s); in from_str()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/ia64/ |
H A D | ia64.cc | 11318 real_from_string (&rv, "0.5"); in ia64_dconst_0_5() 11332 real_from_string (&rv, "0.375"); in ia64_dconst_0_375()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/ia64/ |
H A D | ia64.c | 11318 real_from_string (&rv, "0.5"); in ia64_dconst_0_5() 11332 real_from_string (&rv, "0.375"); in ia64_dconst_0_375()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/ |
H A D | gcn.c | 742 real_from_string (&dconst1over2pi, in init_ext_gcn_constants()
|