Searched refs:cimagl (Results 1 - 21 of 21) sorted by relevance
/third_party/musl/src/complex/ |
H A D | cacoshl.c | 11 int zineg = signbit(cimagl(z)); in cacoshl() 14 if (zineg) return CMPLXL(cimagl(z), -creall(z)); in cacoshl() 15 else return CMPLXL(-cimagl(z), creall(z)); in cacoshl()
|
H A D | cimagl.c | 3 long double (cimagl)(long double complex z) in cimagl() function 5 return cimagl(z); in cimagl()
|
H A D | casinhl.c | 11 z = casinl(CMPLXL(-cimagl(z), creall(z))); in casinhl() 12 return CMPLXL(cimagl(z), -creall(z)); in casinhl()
|
H A D | catanhl.c | 11 z = catanl(CMPLXL(-cimagl(z), creall(z))); in catanhl() 12 return CMPLXL(cimagl(z), -creall(z)); in catanhl()
|
H A D | csinl.c | 11 z = csinhl(CMPLXL(-cimagl(z), creall(z))); in csinl() 12 return CMPLXL(cimagl(z), -creall(z)); in csinl()
|
H A D | cprojl.c | 11 if (isinf(creall(z)) || isinf(cimagl(z))) in cprojl() 12 return CMPLXL(INFINITY, copysignl(0.0, cimagl(z))); in cprojl()
|
H A D | ctanl.c | 11 z = ctanhl(CMPLXL(-cimagl(z), creall(z))); in ctanl() 12 return CMPLXL(cimagl(z), -creall(z)); in ctanl()
|
H A D | casinl.c | 16 y = cimagl(z); in casinl() 19 return CMPLXL(cimagl(r), -creall(r)); in casinl()
|
H A D | conjl.c | 5 return CMPLXL(creall(z), -cimagl(z)); in conjl()
|
H A D | cabsl.c | 11 return hypotl(creall(z), cimagl(z)); in cabsl()
|
H A D | cargl.c | 11 return atan2l(cimagl(z), creall(z)); in cargl()
|
H A D | ccosl.c | 11 return ccoshl(CMPLXL(-cimagl(z), creall(z))); in ccosl()
|
H A D | cacosl.c | 14 return CMPLXL(PI_2 - creall(z), -cimagl(z)); in cacosl()
|
H A D | catanl.c | 98 y = cimagl(z); in catanl()
|
/third_party/musl/porting/liteos_a/kernel/include/ |
H A D | complex.h | 90 long double cimagl(long double complex); 114 #define cimagl(x) __CIMAG(x, long double) macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
H A D | complex.h | 90 long double cimagl(long double complex); 114 #define cimagl(x) __CIMAG(x, long double) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
H A D | complex.h | 90 long double cimagl(long double complex); 114 #define cimagl(x) __CIMAG(x, long double) macro
|
/third_party/musl/include/ |
H A D | complex.h | 90 long double cimagl(long double complex); 114 #define cimagl(x) __CIMAG(x, long double) macro
|
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
H A D | complex_test.cpp | 379 * @tc.desc: Test whether the cimagl result is 0.0 when the parameter is 0. 384 EXPECT_EQ(0.0, cimagl(0)); in HWTEST_F() 768 EXPECT_TRUE(isnan(cimagl(tan_result))); in HWTEST_F() 781 EXPECT_TRUE(isnan(cimagl(tan_result))); in HWTEST_F()
|
/third_party/musl/libc-test/src/api/ |
H A D | complex.c | 45 {long double(*p)(long double complex) = cimagl;} in f()
|
/third_party/FreeBSD/lib/msun/ld128/ |
H A D | k_expl.h | 306 y = cimagl(z); in __ldexp_cexpl()
|
Completed in 5 milliseconds