Home
last modified time | relevance | path

Searched refs:decimal_real_from_string (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddfp.h35 void decimal_real_from_string (REAL_VALUE_TYPE *, const char *);
H A Ddfp.cc70 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 Dubsan.cc1895 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 Dreal.cc2174 decimal_real_from_string (r, s); in real_from_string3()
2331 decimal_real_from_string (r, str); in decimal_from_integer()
H A Dtree.cc2396 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 DChangeLog-200714052 * dfp.c (decimal_real_from_string, decimal_to_decnumber,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddfp.h35 void decimal_real_from_string (REAL_VALUE_TYPE *, const char *);
H A Ddfp.c70 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 Dubsan.c1873 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 Dreal.c2174 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 Ds390.md5041 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 Ds390.md5148 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 */