Home
last modified time | relevance | path

Searched refs:GET_HIGH_WORD (Results 1 – 16 of 16) sorted by relevance

/lk-master/external/lib/libm/
A Ds_copysign.c29 GET_HIGH_WORD(hx,x); in copysign()
30 GET_HIGH_WORD(hy,y); in copysign()
A De_rem_pio2.c62 GET_HIGH_WORD(hx,x); /* high word of x */ in __ieee754_rem_pio2()
144 GET_HIGH_WORD(high,y[0]); in __ieee754_rem_pio2()
152 GET_HIGH_WORD(high,y[0]); in __ieee754_rem_pio2()
A Ds_fabs.c28 GET_HIGH_WORD(high,x); in fabs()
A Ds_round.c41 GET_HIGH_WORD(hx, x); in round()
A Ds_tan.c60 GET_HIGH_WORD(ix,x); in tan()
A Ds_cos.c61 GET_HIGH_WORD(ix,x); in cos()
A Ds_sin.c61 GET_HIGH_WORD(ix,x); in sin()
A Ds_scalbn.c41 GET_HIGH_WORD(hx,x); in scalbn()
A Dk_tan.c84 GET_HIGH_WORD(hx,x); in __kernel_tan()
A Ds_atan.c79 GET_HIGH_WORD(hx,x); in atan()
A De_exp.c111 GET_HIGH_WORD(hx,x); in __ieee754_exp()
A De_asin.c75 GET_HIGH_WORD(hx,x); in __ieee754_asin()
A De_log.c103 GET_HIGH_WORD(hx,x); in __ieee754_log()
A De_acos.c66 GET_HIGH_WORD(hx,x); in __ieee754_acos()
A De_pow.c209 {ax *= two53; n -= 53; GET_HIGH_WORD(ix,ax); } in __ieee754_pow()
299 GET_HIGH_WORD(j,z); in __ieee754_pow()
A Dmath_private.h101 #define GET_HIGH_WORD(i,d) \ macro

Completed in 12 milliseconds