Searched refs:cpowf (Results 1 – 14 of 14) sorted by relevance
/third_party/musl/src/complex/ |
D | cpowf.c | 3 float complex cpowf(float complex z, float complex c) in cpowf() function
|
/third_party/musl/libc-test/src/api/ |
D | complex.c | 53 {float complex(*p)(float complex,float complex) = cpowf;} in f()
|
/third_party/musl/ndk_musl_include/ |
D | complex.h | 77 float complex cpowf(float complex, float complex);
|
D | tgmath.h | 128 __FLTCX((x)+(y)) && __IS_FP(x) && __IS_FP(y) ? cpowf(x, y) : \
|
/third_party/musl/include/ |
D | complex.h | 77 float complex cpowf(float complex, float complex);
|
D | tgmath.h | 128 __FLTCX((x)+(y)) && __IS_FP(x) && __IS_FP(y) ? cpowf(x, y) : \
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | complex.h | 77 float complex cpowf(float complex, float complex);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | complex.h | 77 float complex cpowf(float complex, float complex);
|
D | tgmath.h | 128 __FLTCX((x)+(y)) && __IS_FP(x) && __IS_FP(y) ? cpowf(x, y) : \
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | complex.h | 77 float complex cpowf(float complex, float complex);
|
D | tgmath.h | 128 __FLTCX((x)+(y)) && __IS_FP(x) && __IS_FP(y) ? cpowf(x, y) : \
|
/third_party/musl/libc-test/src/functionalext/supplement/math/math_gtest/ |
D | complex_test.cpp | 454 EXPECT_EQ(8.0f, cpowf(2.0f, 3.0f));
|
/third_party/musl/ |
D | libc.map.txt | 484 cpowf;
|
D | musl_src.gni | 307 "src/complex/cpowf.c",
|