Searched refs:decimal_integer_string (Results 1 – 2 of 2) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | real.c | 116 static void decimal_integer_string (char *, const REAL_VALUE_TYPE *, 2201 decimal_integer_string (char *str, const REAL_VALUE_TYPE *r_orig, in decimal_integer_string() function 2251 decimal_integer_string (str, r, sizeof (str) - 1); in decimal_from_integer()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | real.c | 105 static void decimal_integer_string (char *, const REAL_VALUE_TYPE *, 2277 decimal_integer_string (char *str, const REAL_VALUE_TYPE *r_orig, in decimal_integer_string() function 2327 decimal_integer_string (str, r, sizeof (str) - 1); in decimal_from_integer()
|