Searched refs:float_t (Results 1 - 18 of 18) sorted by relevance

/haiku/src/system/libroot/posix/musl/math/
H A Drintf.c12 static const float_t toint = 1/EPS;
19 float_t y;
H A Droundf.c10 static const float_t toint = 1/EPS;
16 float_t y;
H A Datanhf.c8 float_t y;
H A Dscalbnf.c7 float_t y = x;
H A Dasinf.c29 float_t p, q;
H A Dacosf.c28 float_t p, q;
H A Datanf.c43 float_t w,s1,s2,z;
H A Dhypotf.c7 float_t z;
H A Dcbrtl.c34 float_t ft;
H A Dlog10f.c33 float_t hfsq,f,s,z,R,w,t1,t2,dk,hi,lo;
H A Dlog1pf.c27 float_t hfsq,f,c,s,z,R,w,t1,t2,dk;
H A Dsincosf.c30 float_t s, c;
H A Dexpm1f.c33 float_t y,hi,lo,c,t,e,hxs,hfx,r1,twopk;
H A Derff.c89 float_t s,P,Q;
99 float_t s,R,S;
H A Dj0f.c205 float_t z,r,s;
301 float_t s,r,z;
H A Dj1f.c201 float_t z,r,s;
297 float_t s,r,z;
H A Dpowf.c150 float_t x2 = x * x;
/haiku/headers/posix/
H A Dmath.h17 typedef double float_t; typedef
20 typedef long double float_t; typedef
23 typedef float float_t; typedef

Completed in 71 milliseconds