Searched refs:s (Results 1 – 1 of 1) sorted by relevance
237 float build_float(const char *s, const char *e, const char *f) in build_float() argument241 u.bits.sign = strtoul(s, 0, 16); in build_float()248 double build_double(const char *s, const char *e, const char *f) in build_double() argument252 u.bits.sign = strtoul(s, 0, 16); in build_double()
Completed in 4 milliseconds