Home
last modified time | relevance | path

Searched refs:real_from_string3 (Results 1 – 8 of 8) sorted by relevance

/dflybsd-src/contrib/gcc-4.7/gcc/
H A Dreal.h279 extern void real_from_string3 (REAL_VALUE_TYPE *, const char *, enum machine_mode);
H A Ddfp.c352 real_from_string3 (to, string, mode); in decimal_to_binary()
H A Dreal.c2138 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 Dreal.h320 extern void real_from_string3 (REAL_VALUE_TYPE *, const char *, format_helper);
H A Ddfp.c348 real_from_string3 (to, string, fmt); in decimal_to_binary()
H A Dreal.c2168 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 Dc-lex.c776 real_from_string3 (&real, copy, TYPE_MODE (const_type)); in interpret_float()
/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-lex.c937 real_from_string3 (&real, copy, TYPE_MODE (const_type)); in interpret_float()