Home
last modified time | relevance | path

Searched refs: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
39 backParam = creal(testComplex); in CReal()
56 float complex testComplex = {real, image}; in CRealF() local
57 backParam = crealf(testComplex); in CRealF()
71 long double complex testComplex = {firstParam, secondParam}; in CRealL() local
72 backParam = creall(testComplex); in CRealL()
86 double complex testComplex = {firstParam, secondParam}; in Conj() local
87 double complex getComplex = conj(testComplex); in Conj()
114 float complex testComplex = {real, image}; in ConjF() local
115 float complex getComplex = conjf(testComplex); in ConjF()
[all …]