Searched refs:decimal_real_from_string (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | dfp.h | 35 void decimal_real_from_string (REAL_VALUE_TYPE *, const char *);
|
H A D | dfp.cc | 70 decimal_real_from_string (REAL_VALUE_TYPE *r, const char *s) in decimal_real_from_string() function 366 decimal_real_from_string (to, string); in decimal_from_binary() 740 decimal_real_from_string (r, max); in decimal_real_maxval()
|
H A D | ubsan.cc | 1895 decimal_real_from_string (&maxval, buf); in ubsan_instrument_float_cast() 1909 decimal_real_from_string (&minval, buf); in ubsan_instrument_float_cast()
|
H A D | real.cc | 2174 decimal_real_from_string (r, s); in real_from_string3() 2331 decimal_real_from_string (r, str); in decimal_from_integer()
|
H A D | tree.cc | 2396 decimal_real_from_string (&d, "1"); in build_real() 2398 decimal_real_from_string (&d, "2"); in build_real() 2400 decimal_real_from_string (&d, "-1"); in build_real() 2402 decimal_real_from_string (&d, "0.5"); in build_real()
|
H A D | ChangeLog-2007 | 14052 * dfp.c (decimal_real_from_string, decimal_to_decnumber,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | dfp.h | 35 void decimal_real_from_string (REAL_VALUE_TYPE *, const char *);
|
H A D | dfp.c | 70 decimal_real_from_string (REAL_VALUE_TYPE *r, const char *s) in decimal_real_from_string() function 366 decimal_real_from_string (to, string); in decimal_from_binary() 740 decimal_real_from_string (r, max); in decimal_real_maxval()
|
H A D | ubsan.c | 1873 decimal_real_from_string (&maxval, buf); in ubsan_instrument_float_cast() 1887 decimal_real_from_string (&minval, buf); in ubsan_instrument_float_cast()
|
H A D | real.c | 2174 decimal_real_from_string (r, s); in real_from_string3() 2331 decimal_real_from_string (r, str); in decimal_from_integer()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/ |
H A D | s390.md | 5041 decimal_real_from_string (&cmp, "9223372036854775808.0"); /* 2^63 */ 5042 decimal_real_from_string (&sub, "18446744073709551616.0"); /* 2^64 */ 5084 decimal_real_from_string (&cmp, "9223372036854775808.0"); /* 2^63 */ 5085 decimal_real_from_string (&sub, "18446744073709551616.0"); /* 2^64 */
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/ |
H A D | s390.md | 5148 decimal_real_from_string (&cmp, "9223372036854775808.0"); /* 2^63 */ 5149 decimal_real_from_string (&sub, "18446744073709551616.0"); /* 2^64 */ 5191 decimal_real_from_string (&cmp, "9223372036854775808.0"); /* 2^63 */ 5192 decimal_real_from_string (&sub, "18446744073709551616.0"); /* 2^64 */
|