Home
last modified time | relevance | path

Searched defs:testComplex (Results 1 – 1 of 1) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dcomplexndk.cpp38 double complex testComplex = {firstParam, secondParam}; in CReal() local
56 float complex testComplex = {real, image}; in CRealF() local
71 long double complex testComplex = {firstParam, secondParam}; in CRealL() local
86 double complex testComplex = {firstParam, secondParam}; in Conj() local
114 float complex testComplex = {real, image}; in ConjF() local
139 long double complex testComplex = {firstParam, secondParam}; in ConjL() local
166 double complex testComplex = {firstParam, secondParam}, anotherTestComplex = {mid3, mid4}; in CPow() local
195 float complex testComplex = {real, image}, anotherTestComplex = {anotherReal, anotherImage}; in CPowF() local
222 long double complex testComplex = {firstParam, secondParam}, anotherTestComplex = {mid3, mid4}; in CPowL() local
247 double complex testComplex = {firstParam, secondParam}; in CProj() local
[all …]