Searched defs:getComplex (Results 1 – 1 of 1) sorted by relevance
87 double complex getComplex = conj(testComplex); in Conj() local115 float complex getComplex = conjf(testComplex); in ConjF() local140 long double complex getComplex = conjl(testComplex); in ConjL() local167 double complex getComplex = cpow(testComplex, anotherTestComplex); in CPow() local196 float complex getComplex = cpow(testComplex, anotherTestComplex); in CPowF() local223 long double complex getComplex = cpowl(testComplex, anotherTestComplex); in CPowL() local248 double complex getComplex = cproj(testComplex); in CProj() local276 float complex getComplex = cprojf(testComplex); in CProjF() local301 long double complex getComplex = cprojl(testComplex); in CProjL() local326 long double complex getComplex = csin(testComplex); in CSin() local[all …]