Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Ddfp.h36 void decimal_real_from_string (REAL_VALUE_TYPE *, const char *);
H A Ddfp.c92 decimal_real_from_string (REAL_VALUE_TYPE *r, const char *s) in decimal_real_from_string() function
333 decimal_real_from_string (to, string); in decimal_from_binary()
713 decimal_real_from_string (r, max); in decimal_real_maxval()
H A Dreal.c2015 decimal_real_from_string (r, s); in real_from_string3()