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

/seL4-test-master/projects/musllibc/src/math/
H A Dpowf.c51 float y1,t1,t2,r,s,sn,t,u,v,w; local
120 sn = 1.0f; /* sign of result */
125 sn = -1.0f;
132 return hy < 0 ? sn*huge*huge : sn*tiny*tiny;
134 return hy > 0 ? sn*huge*huge : sn*tiny*tiny;
216 return sn*huge*huge; /* overflow */
219 return sn*huge*huge; /* overflow */
221 return sn*tin
[all...]

Completed in 25 milliseconds