Home
last modified time | relevance | path

Searched refs:__HI (Results 1 – 25 of 27) sorted by relevance

12

/third_party/jerryscript/jerry-libm/
Dtrig.c483 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()
Dcopysign.c39 ret.as_int.hi = (__HI (x) & 0x7fffffff) | (__HI (y) & 0x80000000); in copysign()
Dlog10.c77 hx = __HI (x); /* high word of x */ in log10()
96 hx = __HI (x); /* high word of x */ in log10()
Dscalbn.c45 hx = __HI (x); in scalbn()
55 hx = __HI (x); in scalbn()
Dnextafter.c38 hx = __HI (x); /* high word of x */ in nextafter()
40 hy = __HI (y); /* high word of y */ in nextafter()
Djerry-libm-internal.h50 #define __HI(x) *(1 + (const int *) &x) macro
62 #define __HI(x) *(const int *) &x macro
Datan2.c71 hx = __HI (x); in atan2()
74 hy = __HI (y); in atan2()
Dlog2.c60 hx = __HI (x); /* high word of x */ in log2()
76 hx = __HI (x); /* high word of x */ in log2()
Dlog.c100 hx = __HI (x); /* high word of x */ in log()
116 hx = __HI (x); /* high word of x */ in log()
Dfmod.c44 hx = __HI (x); /* high word of x */ in fmod()
46 hy = __HI (y); /* high word of y */ in fmod()
Dfinite.c39 hx = __HI (x); in finite()
Disnan.c39 hx = (__HI (x) & 0x7fffffff); in isnan()
Dacosh.c52 hx = __HI (x); in acosh()
Dtanh.c68 jx = __HI (x); in tanh()
Dasinh.c50 hx = __HI (x); in asinh()
Dcosh.c64 ix = __HI (x); in cosh()
Dsinh.c60 jx = __HI (x); in sinh()
Dceil.c48 i0 = __HI (x); in ceil()
Dfloor.c48 i0 = __HI (x); in floor()
Dpow.c130 hx = __HI (x); in pow()
132 hy = __HI (y); in pow()
Dexp.c127 hx = __HI (x); /* high word of x */ in exp()
Datan.c88 hx = __HI (x); in atan()
Dsqrt.c111 ix0 = __HI (x); /* high word of x */ in sqrt()
Dasin.c84 hx = __HI (x); in asin()
Dlog1p.c112 hx = __HI (x); in log1p()

12