Home
last modified time | relevance | path

Searched refs:float_t (Results 1 – 22 of 22) sorted by relevance

/third_party/ulib/musl/src/math/
A Drintf.c12 static const float_t toint = 1 / EPS;
21 float_t y; in rintf()
A Droundf.c10 static const float_t toint = 1 / EPS;
18 float_t y; in roundf()
A Dscalbnf.c9 float_t y = x; in scalbnf()
A Datanhf.c10 float_t y; in atanhf()
A Dhypotf.c9 float_t z; in hypotf()
/third_party/ulib/musl/include/
A Dmath.h105 __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 Dasinf.c25 float_t p, q; in R()
A Dexpf.c29 float_t hi, lo, c, xx, y; in expf()
A Datanf.c37 float_t w, s1, s2, z; in atanf()
A Dacosf.c24 float_t p, q; in R()
A Dlogf.c32 float_t hfsq, f, s, z, R, w, t1, t2, dk; in logf()
A Derff.c87 float_t s, P, Q; in erfc1()
96 float_t s, R, S; in erfc2()
A Dj0f.c202 float_t z, r, s; in pzerof()
309 float_t s, r, z; in qzerof()
A Dj1f.c199 float_t z, r, s; in ponef()
306 float_t s, r, z; in qonef()
A Dlog2f.c32 float_t hfsq, f, s, z, R, w, t1, t2, hi, lo; in log2f()
A Dlog10f.c34 float_t hfsq, f, s, z, R, w, t1, t2, dk, hi, lo; in log10f()
A Dlog1pf.c28 float_t hfsq, f, c, s, z, R, w, t1, t2, dk; in log1pf()
A Dcbrtl.c35 float_t ft; in cbrtl()
A Dsincosf.c28 float_t s, c; in sincosf()
A Dexpm1f.c31 float_t y, hi, lo, c, t, e, hxs, hfx, r1, twopk; in expm1f()
/third_party/ulib/musl/include/bits/
A Dalltypes.h204 typedef long double float_t; typedef
215 typedef float float_t; typedef
/third_party/ulib/musl/
A DWHATSNEW404 - 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

Completed in 38 milliseconds