Searched refs:f (Results 1 – 1 of 1) sorted by relevance
/soft-fp/ |
A D | testit.c | 237 float build_float(const char *s, const char *e, const char *f) in build_float() argument 243 u.bits.frac = strtoul(f, 0, 16); in build_float() 248 double build_double(const char *s, const char *e, const char *f) in build_double() argument 256 size_t len = strlen(f)+1; in build_double() 257 char *dup = memcpy(alloca(len), f, len); in build_double() 265 u.bits.frac = strtoul(f, 0, 16); in build_double()
|
Completed in 5 milliseconds