Searched defs:testComplex (Results 1 - 1 of 1) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | complexndk.cpp | 38 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 in ConjF() local 139 long double complex testComplex = {firstParam, secondParam}; ConjL() local 166 double complex testComplex = {firstParam, secondParam}, anotherTestComplex = {mid3, mid4}; CPow() local 195 float complex testComplex = {real, image}, anotherTestComplex = {anotherReal, anotherImage}; CPowF() local 222 long double complex testComplex = {firstParam, secondParam}, anotherTestComplex = {mid3, mid4}; CPowL() local 247 double complex testComplex = {firstParam, secondParam}; CProj() local 275 float complex testComplex = {real, image}; CProjF() local 300 long double complex testComplex = {firstParam, secondParam}; CProjL() local 325 long double complex testComplex = {firstParam, secondParam}; CSin() local 350 long double complex testComplex = {firstParam, secondParam}; CSinF() local 375 long double complex testComplex = {firstParam, secondParam}; CSinL() local 400 long double complex testComplex = {firstParam, secondParam}; CSinH() local 425 long double complex testComplex = {firstParam, secondParam}; CSinHf() local 450 long double complex testComplex = {firstParam, secondParam}; CSinHl() local 475 long double complex testComplex = {firstParam, secondParam}; CSqrt() local 500 long double complex testComplex = {firstParam, secondParam}; CSqrtF() local 525 long double complex testComplex = {firstParam, secondParam}; CSqrtL() local 550 long double complex testComplex = {firstParam, secondParam}; CTan() local 575 long double complex testComplex = {firstParam, secondParam}; CTanF() local 600 long double complex testComplex = {firstParam, secondParam}; CTanL() local 625 long double complex testComplex = {firstParam, secondParam}; CTanH() local 650 long double complex testComplex = {firstParam, secondParam}; CTanHf() local 675 long double complex testComplex = {firstParam, secondParam}; CTanHl() local [all...] |
Completed in 5 milliseconds