Home
last modified time | relevance | path

Searched refs:EXTRACT_WORDS (Results 1 – 25 of 26) sorted by relevance

12

/third_party/musl/src/complex/
Dcexp.c42 EXTRACT_WORDS(hy, ly, y); in cexp()
48 EXTRACT_WORDS(hx, lx, x); in cexp()
Dcsinh.c49 EXTRACT_WORDS(hx, lx, x); in csinh()
50 EXTRACT_WORDS(hy, ly, y); in csinh()
Dccosh.c49 EXTRACT_WORDS(hx, lx, x); in ccosh()
50 EXTRACT_WORDS(hy, ly, y); in ccosh()
Dctanh.c77 EXTRACT_WORDS(hx, lx, x); in ctanh()
/third_party/musl/porting/liteos_a/kernel/src/math/
Datan2.c53 EXTRACT_WORDS(ix, lx, x); in atan2()
54 EXTRACT_WORDS(iy, ly, y); in atan2()
Djn.c47 EXTRACT_WORDS(ix, lx, x); in jn()
221 EXTRACT_WORDS(ix, lx, x); in yn()
Dsqrt.c90 EXTRACT_WORDS(ix0, ix1, x); in sqrt()
Dj0.c164 EXTRACT_WORDS(ix, lx, x); in y0()
/third_party/musl/src/math/
Datan2.c53 EXTRACT_WORDS(ix, lx, x); in atan2()
54 EXTRACT_WORDS(iy, ly, y); in atan2()
Djn.c47 EXTRACT_WORDS(ix, lx, x); in jn()
221 EXTRACT_WORDS(ix, lx, x); in yn()
Dsqrt.c90 EXTRACT_WORDS(ix0, ix1, x); in sqrt()
Dj1.c157 EXTRACT_WORDS(ix, lx, x); in y1()
Dj0.c164 EXTRACT_WORDS(ix, lx, x); in y0()
/third_party/flutter/skia/third_party/externals/sdl/src/libm/
De_atan2.c56 EXTRACT_WORDS(hx,lx,x); in __ieee754_atan2()
58 EXTRACT_WORDS(hy,ly,y); in __ieee754_atan2()
De_pow.c116 EXTRACT_WORDS(hx, lx, x);
117 EXTRACT_WORDS(hy, ly, y);
293 EXTRACT_WORDS(j, i, z);
Ds_scalbn.c48 EXTRACT_WORDS(hx, lx, x);
Ds_floor.c46 EXTRACT_WORDS(i0, i1, x);
De_log.c107 EXTRACT_WORDS(hx, lx, x);
De_sqrt.c111 EXTRACT_WORDS(ix0, ix1, x);
Dmath_private.h93 #define EXTRACT_WORDS(ix0,ix1,d) \ macro
/third_party/musl/porting/liteos_m/kernel/src/math/
Dsqrt.c90 EXTRACT_WORDS(ix0, ix1, x); in sqrt()
/third_party/musl/porting/uniproton/kernel/src/internal/
Dlibm.h196 #define EXTRACT_WORDS(hi,lo,d) \ macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dlibm.h195 #define EXTRACT_WORDS(hi,lo,d) \ macro
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dlibm.h196 #define EXTRACT_WORDS(hi,lo,d) \ macro
/third_party/musl/src/internal/
Dlibm.h195 #define EXTRACT_WORDS(hi,lo,d) \ macro

12