Searched refs:__HI (Results 1 – 25 of 27) sorted by relevance
12
483 hx = __HI (x); /* high word of x */ in __ieee754_rem_pio2()541 i = j - (((__HI (y[0])) >> 20) & 0x7ff); in __ieee754_rem_pio2()549 i = j - (((__HI (y[0])) >> 20) & 0x7ff); in __ieee754_rem_pio2()646 ix = __HI (x) & 0x7fffffff; /* high word of x */ in __kernel_sin()715 ix = __HI (x) & 0x7fffffff; /* ix = |x|'s high word */ in __kernel_cos()803 hx = __HI (x); /* high word of x */ in __kernel_tan()927 ix = __HI (x); in sin()984 ix = __HI (x); in cos()1040 ix = __HI (x); in tan()
39 ret.as_int.hi = (__HI (x) & 0x7fffffff) | (__HI (y) & 0x80000000); in copysign()
77 hx = __HI (x); /* high word of x */ in log10()96 hx = __HI (x); /* high word of x */ in log10()
45 hx = __HI (x); in scalbn()55 hx = __HI (x); in scalbn()
38 hx = __HI (x); /* high word of x */ in nextafter()40 hy = __HI (y); /* high word of y */ in nextafter()
50 #define __HI(x) *(1 + (const int *) &x) macro62 #define __HI(x) *(const int *) &x macro
71 hx = __HI (x); in atan2()74 hy = __HI (y); in atan2()
60 hx = __HI (x); /* high word of x */ in log2()76 hx = __HI (x); /* high word of x */ in log2()
100 hx = __HI (x); /* high word of x */ in log()116 hx = __HI (x); /* high word of x */ in log()
44 hx = __HI (x); /* high word of x */ in fmod()46 hy = __HI (y); /* high word of y */ in fmod()
39 hx = __HI (x); in finite()
39 hx = (__HI (x) & 0x7fffffff); in isnan()
52 hx = __HI (x); in acosh()
68 jx = __HI (x); in tanh()
50 hx = __HI (x); in asinh()
64 ix = __HI (x); in cosh()
60 jx = __HI (x); in sinh()
48 i0 = __HI (x); in ceil()
48 i0 = __HI (x); in floor()
130 hx = __HI (x); in pow()132 hy = __HI (y); in pow()
127 hx = __HI (x); /* high word of x */ in exp()
88 hx = __HI (x); in atan()
111 ix0 = __HI (x); /* high word of x */ in sqrt()
84 hx = __HI (x); in asin()
112 hx = __HI (x); in log1p()