Searched defs:tail (Results 1 – 6 of 6) sorted by relevance
/picolibc-latest/newlib/libm/common/ |
D | exp2.c | 104 double_t kd, r, r2, scale, tail, tmp; in exp2() local
|
D | exp.c | 106 double_t kd, z, r, r2, scale, tail, tmp; in exp() local
|
D | pow.c | 60 log_inline (uint64_t ix, double_t *tail) in log_inline() 205 double_t kd, z, r, r2, scale, tail, tmp; in exp_inline() local
|
/picolibc-latest/newlib/libm/test/ |
D | convert.c | 51 char *tail; in test_strtod() local 77 char *tail; in test_strtof() local 109 char *tail; in test_strtold() local
|
/picolibc-latest/test/ |
D | printf_scanf.c | 254 …onst char *test_name, float_type a, const char *buf, const char *head, int zeros, const char *tail) in check_float()
|
/picolibc-latest/newlib/libc/posix/ |
D | engine.c | 358 char *tail; /* string unmatched by rest of RE */ in dissect() local
|