Home
last modified time | relevance | path

Searched refs:getComplex (Results 1 – 1 of 1) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dcomplexndk.cpp87 double complex getComplex = conj(testComplex); in Conj() local
88 getRealAndImage = creal(getComplex); in Conj()
94 getRealAndImage = cimag(getComplex); in Conj()
115 float complex getComplex = conjf(testComplex); in ConjF() local
116 getRealAndImage = crealf(getComplex); in ConjF()
122 getRealAndImage = cimagf(getComplex); in ConjF()
140 long double complex getComplex = conjl(testComplex); in ConjL() local
141 getRealAndImage = creall(getComplex); in ConjL()
147 getRealAndImage = cimagl(getComplex); in ConjL()
167 double complex getComplex = cpow(testComplex, anotherTestComplex); in CPow() local
[all …]