Searched refs:EXTRACT_WORDS (Results 1 – 10 of 10) sorted by relevance
| /third_party/ulib/musl/third_party/complex/ |
| A D | cexp.c | 40 EXTRACT_WORDS(hy, ly, y); in cexp() 46 EXTRACT_WORDS(hx, lx, x); in cexp()
|
| A D | csinh.c | 48 EXTRACT_WORDS(hx, lx, x); in csinh() 49 EXTRACT_WORDS(hy, ly, y); in csinh()
|
| A D | ccosh.c | 48 EXTRACT_WORDS(hx, lx, x); in ccosh() 49 EXTRACT_WORDS(hy, ly, y); in ccosh()
|
| A D | ctanh.c | 76 EXTRACT_WORDS(hx, lx, x); in ctanh()
|
| /third_party/ulib/musl/third_party/math/ |
| A D | atan2.c | 51 EXTRACT_WORDS(ix, lx, x); in atan2() 52 EXTRACT_WORDS(iy, ly, y); in atan2()
|
| A D | pow.c | 107 EXTRACT_WORDS(hx, lx, x); in pow() 108 EXTRACT_WORDS(hy, ly, y); in pow() 293 EXTRACT_WORDS(j, i, z); in pow()
|
| A D | jn.c | 46 EXTRACT_WORDS(ix, lx, x); in jn() 226 EXTRACT_WORDS(ix, lx, x); in yn()
|
| A D | j1.c | 152 EXTRACT_WORDS(ix, lx, x); in y1()
|
| A D | j0.c | 158 EXTRACT_WORDS(ix, lx, x); in y0()
|
| /third_party/ulib/musl/third_party/include/ |
| A D | libm.h | 89 #define EXTRACT_WORDS(hi, lo, d) \ macro
|
Completed in 16 milliseconds