Home
last modified time | relevance | path

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

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dcomplexndk.cpp166 double complex testComplex = {firstParam, secondParam}, anotherTestComplex = {mid3, mid4}; in CPow() local
167 double complex getComplex = cpow(testComplex, anotherTestComplex); in CPow()
195 float complex testComplex = {real, image}, anotherTestComplex = {anotherReal, anotherImage}; in CPowF() local
196 float complex getComplex = cpow(testComplex, anotherTestComplex); in CPowF()
222 long double complex testComplex = {firstParam, secondParam}, anotherTestComplex = {mid3, mid4}; in CPowL() local
223 long double complex getComplex = cpowl(testComplex, anotherTestComplex); in CPowL()