Searched refs:decimal_integer_string (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | real.cc | 105 static void decimal_integer_string (char *, const REAL_VALUE_TYPE *, 2280 decimal_integer_string (char *str, const REAL_VALUE_TYPE *r_orig, in decimal_integer_string() function 2330 decimal_integer_string (str, r, sizeof (str) - 1); in decimal_from_integer()
|
H A D | ChangeLog-2009 | 9192 * real.c decimal_from_integer, decimal_integer_string): New.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | real.c | 105 static void decimal_integer_string (char *, const REAL_VALUE_TYPE *, 2280 decimal_integer_string (char *str, const REAL_VALUE_TYPE *r_orig, in decimal_integer_string() function 2330 decimal_integer_string (str, r, sizeof (str) - 1); in decimal_from_integer()
|