Home
last modified time | relevance | path

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

12

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

Completed in 8 milliseconds

12