Home
last modified time | relevance | path

Searched refs:real_from_string (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Ddfp.c571 real_from_string (&to, string); in decimal_real_to_integer()
598 real_from_string (&to, string); in decimal_real_to_integer2()
H A Dreal.h225 extern void real_from_string (REAL_VALUE_TYPE *, const char *);
H A Dc-cppbuiltin.c710 real_from_string (&real, hex_str); in builtin_define_with_hex_fp_value()
H A Dreal.c1797 real_from_string (REAL_VALUE_TYPE *r, const char *str) in real_from_string() function
2002 real_from_string (&r, s); in real_from_string2()
2017 real_from_string (r, s); in real_from_string3()
H A Demit-rtl.c5211 real_from_string (&dconstpi, in init_emit_once()
5213 real_from_string (&dconste, in init_emit_once()
H A DChangeLog-20025583 (real_to_decimal, real_from_string): Use it.
6054 * real.c (real_from_string): Apply sign last. Tidy exponent handling.
6938 real_to_hexadecimal, real_from_string, real_from_integer,
H A DChangeLog-20069184 * real.c (real_from_string): If the mantissa is zero, don't bother
H A DChangeLog-20059870 * real.c (real_from_string): Also set last bit if there is a
9971 * real.c (real_from_string): Set last bit if there is a nonzero
H A DChangeLog-200442367 * real.c (real_from_string): Look for 'X' as well as 'x' in
/freebsd-12.1/contrib/gcc/config/i386/
H A Di386.c4905 real_from_string (&ext_80387_constants_table[i], cst[i]); in init_ext_80387_constants()