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

/seL4-test-master/projects/musllibc/src/math/
H A Dpow.c67 huge = 1.0e300, variable
196 /* |y| is huge */
200 return hy < 0 ? huge*huge : tiny*tiny;
202 return hy > 0 ? huge*huge : tiny*tiny;
206 return hy < 0 ? s*huge*huge : s*tiny*tiny;
208 return hy > 0 ? s*huge*huge
[all...]
H A Dpowf.c23 huge = 1.0e30, variable
128 /* |y| is huge */
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; /* overflo
[all...]
H A Dpowl.c187 static const long double huge = 0x1p10000L; variable
371 return huge * huge; /* overflow */
484 return huge * huge; /* overflow */
/seL4-test-master/projects/musllibc/src/complex/
H A Dccoshf.c33 static const float huge = 0x1p127; variable
66 h = huge * x;
H A Dcsinh.c39 static const double huge = 0x1p1023; variable
73 h = huge * x;
H A Dcsinhf.c33 static const float huge = 0x1p127; variable
66 h = huge * x;
H A Dccosh.c39 static const double huge = 0x1p1023; variable
73 h = huge * x;

Completed in 35 milliseconds