Searched refs:hx (Results 26 - 29 of 29) sorted by relevance

12

/seL4-camkes-master/projects/musllibc/src/math/
H A Dhypot.c26 double_t hx, lx, hy, ly, z; local
64 sq(&hx, &lx, x);
66 return z*sqrt(ly+lx+hy+hx);
H A Dhypotl.c29 long double hx, lx, hy, ly, z; local
62 sq(&hx, &lx, x);
64 return z*sqrtl(ly+lx+hy+hx);
H A Dpow.c97 int32_t hx,hy,ix,iy; local
100 EXTRACT_WORDS(hx, lx, x);
102 ix = hx & 0x7fffffff;
109 if (hx == 0x3ff00000 && lx == 0)
122 if (hx < 0) {
166 if (hx >= 0) /* x >= +0 */
178 if (hx < 0) {
189 if (hx < 0) {
H A Dpowf.c53 int32_t hx,hy,ix,iy,is; local
55 GET_FLOAT_WORD(hx, x);
57 ix = hx & 0x7fffffff;
64 if (hx == 0x3f800000)
76 if (hx < 0) {
101 if (hx >= 0) /* x >= +0 */
111 if (hx < 0) {
121 if (hx < 0) {

Completed in 31 milliseconds

12