/third_party/musl/src/complex/ |
D | cexp.c | 42 EXTRACT_WORDS(hy, ly, y); in cexp() 48 EXTRACT_WORDS(hx, lx, x); in cexp()
|
D | csinh.c | 49 EXTRACT_WORDS(hx, lx, x); in csinh() 50 EXTRACT_WORDS(hy, ly, y); in csinh()
|
D | ccosh.c | 49 EXTRACT_WORDS(hx, lx, x); in ccosh() 50 EXTRACT_WORDS(hy, ly, y); in ccosh()
|
D | ctanh.c | 77 EXTRACT_WORDS(hx, lx, x); in ctanh()
|
/third_party/musl/porting/liteos_a/kernel/src/math/ |
D | atan2.c | 53 EXTRACT_WORDS(ix, lx, x); in atan2() 54 EXTRACT_WORDS(iy, ly, y); in atan2()
|
D | jn.c | 47 EXTRACT_WORDS(ix, lx, x); in jn() 221 EXTRACT_WORDS(ix, lx, x); in yn()
|
D | sqrt.c | 90 EXTRACT_WORDS(ix0, ix1, x); in sqrt()
|
D | j0.c | 164 EXTRACT_WORDS(ix, lx, x); in y0()
|
/third_party/musl/src/math/ |
D | atan2.c | 53 EXTRACT_WORDS(ix, lx, x); in atan2() 54 EXTRACT_WORDS(iy, ly, y); in atan2()
|
D | jn.c | 47 EXTRACT_WORDS(ix, lx, x); in jn() 221 EXTRACT_WORDS(ix, lx, x); in yn()
|
D | sqrt.c | 90 EXTRACT_WORDS(ix0, ix1, x); in sqrt()
|
D | j1.c | 157 EXTRACT_WORDS(ix, lx, x); in y1()
|
D | j0.c | 164 EXTRACT_WORDS(ix, lx, x); in y0()
|
/third_party/flutter/skia/third_party/externals/sdl/src/libm/ |
D | e_atan2.c | 56 EXTRACT_WORDS(hx,lx,x); in __ieee754_atan2() 58 EXTRACT_WORDS(hy,ly,y); in __ieee754_atan2()
|
D | e_pow.c | 116 EXTRACT_WORDS(hx, lx, x); 117 EXTRACT_WORDS(hy, ly, y); 293 EXTRACT_WORDS(j, i, z);
|
D | s_scalbn.c | 48 EXTRACT_WORDS(hx, lx, x);
|
D | s_floor.c | 46 EXTRACT_WORDS(i0, i1, x);
|
D | e_log.c | 107 EXTRACT_WORDS(hx, lx, x);
|
D | e_sqrt.c | 111 EXTRACT_WORDS(ix0, ix1, x);
|
D | math_private.h | 93 #define EXTRACT_WORDS(ix0,ix1,d) \ macro
|
/third_party/musl/porting/liteos_m/kernel/src/math/ |
D | sqrt.c | 90 EXTRACT_WORDS(ix0, ix1, x); in sqrt()
|
/third_party/musl/porting/uniproton/kernel/src/internal/ |
D | libm.h | 196 #define EXTRACT_WORDS(hi,lo,d) \ macro
|
/third_party/musl/porting/liteos_a/kernel/src/internal/ |
D | libm.h | 195 #define EXTRACT_WORDS(hi,lo,d) \ macro
|
/third_party/musl/porting/liteos_m/kernel/src/internal/ |
D | libm.h | 196 #define EXTRACT_WORDS(hi,lo,d) \ macro
|
/third_party/musl/src/internal/ |
D | libm.h | 195 #define EXTRACT_WORDS(hi,lo,d) \ macro
|