| /third_party/ulib/musl/src/math/ |
| A D | rintf.c | 12 static const float_t toint = 1 / EPS; 21 float_t y; in rintf()
|
| A D | roundf.c | 10 static const float_t toint = 1 / EPS; 18 float_t y; in roundf()
|
| A D | scalbnf.c | 9 float_t y = x; in scalbnf()
|
| A D | atanhf.c | 10 float_t y; in atanhf()
|
| A D | hypotf.c | 9 float_t z; in hypotf()
|
| /third_party/ulib/musl/include/ |
| A D | math.h | 105 __ISREL_DEF(lessf, <, float_t) 108 __ISREL_DEF(lessequalf, <=, float_t) 111 __ISREL_DEF(lessgreaterf, !=, float_t) 114 __ISREL_DEF(greaterf, >, float_t) 117 __ISREL_DEF(greaterequalf, >=, float_t)
|
| /third_party/ulib/musl/third_party/math/ |
| A D | asinf.c | 25 float_t p, q; in R()
|
| A D | expf.c | 29 float_t hi, lo, c, xx, y; in expf()
|
| A D | atanf.c | 37 float_t w, s1, s2, z; in atanf()
|
| A D | acosf.c | 24 float_t p, q; in R()
|
| A D | logf.c | 32 float_t hfsq, f, s, z, R, w, t1, t2, dk; in logf()
|
| A D | erff.c | 87 float_t s, P, Q; in erfc1() 96 float_t s, R, S; in erfc2()
|
| A D | j0f.c | 202 float_t z, r, s; in pzerof() 309 float_t s, r, z; in qzerof()
|
| A D | j1f.c | 199 float_t z, r, s; in ponef() 306 float_t s, r, z; in qonef()
|
| A D | log2f.c | 32 float_t hfsq, f, s, z, R, w, t1, t2, hi, lo; in log2f()
|
| A D | log10f.c | 34 float_t hfsq, f, s, z, R, w, t1, t2, dk, hi, lo; in log10f()
|
| A D | log1pf.c | 28 float_t hfsq, f, c, s, z, R, w, t1, t2, dk; in log1pf()
|
| A D | cbrtl.c | 35 float_t ft; in cbrtl()
|
| A D | sincosf.c | 28 float_t s, c; in sincosf()
|
| A D | expm1f.c | 31 float_t y, hi, lo, c, t, e, hxs, hfx, r1, twopk; in expm1f()
|
| /third_party/ulib/musl/include/bits/ |
| A D | alltypes.h | 204 typedef long double float_t; typedef 215 typedef float float_t; typedef
|
| /third_party/ulib/musl/ |
| A D | WHATSNEW | 404 - provide define float_t and double_t in math.h 914 - wrong float_t definition on x86_64 1643 - explicit use of float_t/double_t avoids compiler float spill bugs
|