Home
last modified time | relevance | path

Searched refs:GET_FLOAT_WORD (Results 1 – 25 of 59) sorted by relevance

123

/openbsd/src/lib/libm/src/
De_powf.c60 GET_FLOAT_WORD(hx,x); in powf()
61 GET_FLOAT_WORD(hy,y); in powf()
137 GET_FLOAT_WORD(is,t1); in powf()
145 {ax *= two24; n -= 24; GET_FLOAT_WORD(ix,ax); } in powf()
160 GET_FLOAT_WORD(is,s_h); in powf()
172 GET_FLOAT_WORD(is,t_h); in powf()
180 GET_FLOAT_WORD(is,p_h); in powf()
188 GET_FLOAT_WORD(is,t1); in powf()
198 GET_FLOAT_WORD(is,y); in powf()
203 GET_FLOAT_WORD(j,z); in powf()
[all …]
Ds_modff.c26 GET_FLOAT_WORD(i0,x); in modff()
37 GET_FLOAT_WORD(ix,x); in modff()
50 GET_FLOAT_WORD(ix,x); in modff()
Ds_cbrtf.c41 GET_FLOAT_WORD(hx,x); in cbrtf()
52 t*=x; GET_FLOAT_WORD(high,t); SET_FLOAT_WORD(t,high/3+B2); in cbrtf()
64 GET_FLOAT_WORD(high,t); in cbrtf()
De_remainderf.c28 GET_FLOAT_WORD(hx,x); in remainderf()
29 GET_FLOAT_WORD(hp,p); in remainderf()
57 GET_FLOAT_WORD(hx,x); in remainderf()
Ds_expm1f.c41 GET_FLOAT_WORD(hx,x); in expm1f()
101 GET_FLOAT_WORD(i,y); in expm1f()
110 GET_FLOAT_WORD(i,y); in expm1f()
117 GET_FLOAT_WORD(i,y); in expm1f()
De_atan2f.c33 GET_FLOAT_WORD(hx,x); in atan2f()
35 GET_FLOAT_WORD(hy,y); in atan2f()
85 GET_FLOAT_WORD(zh,z); in atan2f()
De_expf.c45 GET_FLOAT_WORD(hx,x); in expf()
83 GET_FLOAT_WORD(hy,y); in expf()
88 GET_FLOAT_WORD(hy,y); in expf()
Dk_tanf.c44 GET_FLOAT_WORD(hx,x); in __kernel_tanf()
81 GET_FLOAT_WORD(i,z); in __kernel_tanf()
85 GET_FLOAT_WORD(i,t); in __kernel_tanf()
De_jnf.c35 GET_FLOAT_WORD(hx,x); in jnf()
165 GET_FLOAT_WORD(hx,x); in ynf()
183 GET_FLOAT_WORD(ib,b); in ynf()
187 GET_FLOAT_WORD(ib,b); in ynf()
Ds_copysignf.c29 GET_FLOAT_WORD(ix,x); in copysignf()
30 GET_FLOAT_WORD(iy,y); in copysignf()
Ds_log1pf.c39 GET_FLOAT_WORD(hx,x); in log1pf()
62 GET_FLOAT_WORD(hu,u); in log1pf()
69 GET_FLOAT_WORD(hu,u); in log1pf()
Ds_remquof.c32 GET_FLOAT_WORD(hx,x); in remquof()
33 GET_FLOAT_WORD(hy,y); in remquof()
113 GET_FLOAT_WORD(hx,x); in remquof()
Ds_frexpf.c26 GET_FLOAT_WORD(hx,x); in frexpf()
32 GET_FLOAT_WORD(hx,x); in frexpf()
De_log10f.c33 GET_FLOAT_WORD(hx,x); in log10f()
41 GET_FLOAT_WORD(hx,x); in log10f()
De_rem_pio2f.c93 GET_FLOAT_WORD(hx,x); in __ieee754_rem_pio2f()
134 GET_FLOAT_WORD(high,y[0]); in __ieee754_rem_pio2f()
142 GET_FLOAT_WORD(high,y[0]); in __ieee754_rem_pio2f()
Ds_nextafterf.c24 GET_FLOAT_WORD(hx,x); in nextafterf()
25 GET_FLOAT_WORD(hy,y); in nextafterf()
De_j1f.c45 GET_FLOAT_WORD(hx,x); in j1f()
103 GET_FLOAT_WORD(hx,x); in y1f()
227 GET_FLOAT_WORD(ix,x); in ponef()
324 GET_FLOAT_WORD(ix,x); in qonef()
Ds_scalbnf.c29 GET_FLOAT_WORD(ix,x); in scalbnf()
34 GET_FLOAT_WORD(ix,x); in scalbnf()
Ds_lroundf.c53 GET_FLOAT_WORD(i0, x); in LROUNDNAME()
71 GET_FLOAT_WORD(i0, x); in LROUNDNAME()
Ds_rintf.c32 GET_FLOAT_WORD(i0,x); in rintf()
44 GET_FLOAT_WORD(i0,t); in rintf()
De_j0f.c44 GET_FLOAT_WORD(hx,x); in j0f()
106 GET_FLOAT_WORD(hx,x); in y0f()
232 GET_FLOAT_WORD(ix,x); in pzerof()
328 GET_FLOAT_WORD(ix,x); in qzerof()
Ds_exp2f.c100 GET_FLOAT_WORD(hx, x); in exp2f()
119 GET_FLOAT_WORD(i0, t); in exp2f()
Ds_erff.c99 GET_FLOAT_WORD(hx,x); in erff()
141 GET_FLOAT_WORD(ix,x); in erff()
152 GET_FLOAT_WORD(hx,x); in erfcf()
199 GET_FLOAT_WORD(ix,x); in erfcf()
De_log2f.c38 GET_FLOAT_WORD(ix,x); in log2f()
46 GET_FLOAT_WORD(ix,x); in log2f()
De_fmodf.c32 GET_FLOAT_WORD(hx,x); in fmodf()
33 GET_FLOAT_WORD(hy,y); in fmodf()

123