Searched refs:getComplex (Results 1 – 1 of 1) sorted by relevance
87 double complex getComplex = conj(testComplex); in Conj() local88 getRealAndImage = creal(getComplex); in Conj()94 getRealAndImage = cimag(getComplex); in Conj()115 float complex getComplex = conjf(testComplex); in ConjF() local116 getRealAndImage = crealf(getComplex); in ConjF()122 getRealAndImage = cimagf(getComplex); in ConjF()140 long double complex getComplex = conjl(testComplex); in ConjL() local141 getRealAndImage = creall(getComplex); in ConjL()147 getRealAndImage = cimagl(getComplex); in ConjL()167 double complex getComplex = cpow(testComplex, anotherTestComplex); in CPow() local[all …]