Searched refs:creall (Results 1 – 24 of 24) sorted by relevance
/third_party/musl/src/complex/ |
D | creall.c | 3 long double (creall)(long double complex z) 5 return creall(z);
|
D | catanhl.c | 11 z = catanl(CMPLXL(-cimagl(z), creall(z))); in catanhl() 12 return CMPLXL(cimagl(z), -creall(z)); in catanhl()
|
D | csinl.c | 11 z = csinhl(CMPLXL(-cimagl(z), creall(z))); in csinl() 12 return CMPLXL(cimagl(z), -creall(z)); in csinl()
|
D | ctanl.c | 11 z = ctanhl(CMPLXL(-cimagl(z), creall(z))); in ctanl() 12 return CMPLXL(cimagl(z), -creall(z)); in ctanl()
|
D | casinhl.c | 11 z = casinl(CMPLXL(-cimagl(z), creall(z))); in casinhl() 12 return CMPLXL(cimagl(z), -creall(z)); in casinhl()
|
D | cacoshl.c | 14 if (zineg) return CMPLXL(cimagl(z), -creall(z)); in cacoshl() 15 else return CMPLXL(-cimagl(z), creall(z)); in cacoshl()
|
D | casinl.c | 15 x = creall(z); in casinl() 19 return CMPLXL(cimagl(r), -creall(r)); in casinl()
|
D | conjl.c | 5 return CMPLXL(creall(z), -cimagl(z)); in conjl()
|
D | cabsl.c | 11 return hypotl(creall(z), cimagl(z)); in cabsl()
|
D | cargl.c | 11 return atan2l(cimagl(z), creall(z)); in cargl()
|
D | ccosl.c | 11 return ccoshl(CMPLXL(-cimagl(z), creall(z))); in ccosl()
|
D | cacosl.c | 14 return CMPLXL(PI_2 - creall(z), -cimagl(z)); in cacosl()
|
D | cprojl.c | 11 if (isinf(creall(z)) || isinf(cimagl(z))) in cprojl()
|
D | catanl.c | 97 x = creall(z); in catanl()
|
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
D | complex_test.cpp | 514 EXPECT_EQ(2.0, creall(2.0L + 3.0LI)); 755 EXPECT_TRUE(isnan(creall(tan_result))); 767 EXPECT_TRUE(isnan(creall(tan_result))); 780 EXPECT_TRUE(isnan(creall(tan_result)));
|
/third_party/musl/ndk_musl_include/ |
D | complex.h | 102 long double creall(long double complex); 110 #define creall(x) ((long double)(x)) macro
|
/third_party/musl/include/ |
D | complex.h | 102 long double creall(long double complex); 110 #define creall(x) ((long double)(x)) macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | complex.h | 102 long double creall(long double complex); 110 #define creall(x) ((long double)(x)) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | complex.h | 102 long double creall(long double complex); 110 #define creall(x) ((long double)(x)) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | complex.h | 102 long double creall(long double complex); 110 #define creall(x) ((long double)(x)) macro
|
/third_party/FreeBSD/lib/msun/ld128/ |
D | k_expl.h | 307 x = creall(z); in __ldexp_cexpl()
|
/third_party/musl/libc-test/src/api/ |
D | complex.c | 60 {long double(*p)(long double complex) = creall;} in f()
|
/third_party/musl/ |
D | libc.map.txt | 491 creall;
|
D | musl_src.gni | 314 "src/complex/creall.c",
|