Searched refs:real_from_string3 (Results 1 – 8 of 8) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | real.h | 279 extern void real_from_string3 (REAL_VALUE_TYPE *, const char *, enum machine_mode);
|
H A D | dfp.c | 352 real_from_string3 (to, string, mode); in decimal_to_binary()
|
H A D | real.c | 2138 real_from_string3 (REAL_VALUE_TYPE *r, const char *s, enum machine_mode mode) in real_from_string3() function
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | real.h | 320 extern void real_from_string3 (REAL_VALUE_TYPE *, const char *, format_helper);
|
H A D | dfp.c | 348 real_from_string3 (to, string, fmt); in decimal_to_binary()
|
H A D | real.c | 2168 real_from_string3 (REAL_VALUE_TYPE *r, const char *s, format_helper fmt) in real_from_string3() function
|
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/ |
H A D | c-lex.c | 776 real_from_string3 (&real, copy, TYPE_MODE (const_type)); in interpret_float()
|
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/ |
H A D | c-lex.c | 937 real_from_string3 (&real, copy, TYPE_MODE (const_type)); in interpret_float()
|