Home
last modified time | relevance | path

Searched refs:cimagl (Results 1 - 21 of 21) sorted by relevance

/third_party/musl/src/complex/
H A Dcacoshl.c11 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 Dcimagl.c3 long double (cimagl)(long double complex z) in cimagl() function
5 return cimagl(z); in cimagl()
H A Dcasinhl.c11 z = casinl(CMPLXL(-cimagl(z), creall(z))); in casinhl()
12 return CMPLXL(cimagl(z), -creall(z)); in casinhl()
H A Dcatanhl.c11 z = catanl(CMPLXL(-cimagl(z), creall(z))); in catanhl()
12 return CMPLXL(cimagl(z), -creall(z)); in catanhl()
H A Dcsinl.c11 z = csinhl(CMPLXL(-cimagl(z), creall(z))); in csinl()
12 return CMPLXL(cimagl(z), -creall(z)); in csinl()
H A Dcprojl.c11 if (isinf(creall(z)) || isinf(cimagl(z))) in cprojl()
12 return CMPLXL(INFINITY, copysignl(0.0, cimagl(z))); in cprojl()
H A Dctanl.c11 z = ctanhl(CMPLXL(-cimagl(z), creall(z))); in ctanl()
12 return CMPLXL(cimagl(z), -creall(z)); in ctanl()
H A Dcasinl.c16 y = cimagl(z); in casinl()
19 return CMPLXL(cimagl(r), -creall(r)); in casinl()
H A Dconjl.c5 return CMPLXL(creall(z), -cimagl(z)); in conjl()
H A Dcabsl.c11 return hypotl(creall(z), cimagl(z)); in cabsl()
H A Dcargl.c11 return atan2l(cimagl(z), creall(z)); in cargl()
H A Dccosl.c11 return ccoshl(CMPLXL(-cimagl(z), creall(z))); in ccosl()
H A Dcacosl.c14 return CMPLXL(PI_2 - creall(z), -cimagl(z)); in cacosl()
H A Dcatanl.c98 y = cimagl(z); in catanl()
/third_party/musl/porting/liteos_a/kernel/include/
H A Dcomplex.h90 long double cimagl(long double complex);
114 #define cimagl(x) __CIMAG(x, long double) macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dcomplex.h90 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 Dcomplex.h90 long double cimagl(long double complex);
114 #define cimagl(x) __CIMAG(x, long double) macro
/third_party/musl/include/
H A Dcomplex.h90 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 Dcomplex_test.cpp379 * @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 Dcomplex.c45 {long double(*p)(long double complex) = cimagl;} in f()
/third_party/FreeBSD/lib/msun/ld128/
H A Dk_expl.h306 y = cimagl(z); in __ldexp_cexpl()

Completed in 5 milliseconds