Searched refs:testComplex (Results 1 – 1 of 1) sorted by relevance
38 double complex testComplex = {firstParam, secondParam}; in CReal() local39 backParam = creal(testComplex); in CReal()56 float complex testComplex = {real, image}; in CRealF() local57 backParam = crealf(testComplex); in CRealF()71 long double complex testComplex = {firstParam, secondParam}; in CRealL() local72 backParam = creall(testComplex); in CRealL()86 double complex testComplex = {firstParam, secondParam}; in Conj() local87 double complex getComplex = conj(testComplex); in Conj()114 float complex testComplex = {real, image}; in ConjF() local115 float complex getComplex = conjf(testComplex); in ConjF()[all …]