Home
last modified time | relevance | path

Searched refs:theta (Results 1 – 3 of 3) sorted by relevance

/bionic/libm/upstream-freebsd/lib/msun/src/
Ds_cpow.c58 double x, y, r, theta, absa, arga; in cpow() local
68 theta = x * arga; in cpow()
71 theta = theta + y * log (absa); in cpow()
73 w = CMPLX(r * cos (theta), r * sin (theta)); in cpow()
Ds_cpowl.c57 long double x, y, r, theta, absa, arga; in cpowl() local
67 theta = x * arga; in cpowl()
70 theta = theta + y * logl(absa); in cpowl()
72 w = CMPLXL(r * cosl(theta), r * sinl(theta)); in cpowl()
Ds_cpowf.c57 float x, y, r, theta, absa, arga; in cpowf() local
67 theta = x * arga; in cpowf()
70 theta = theta + y * logf (absa); in cpowf()
72 w = CMPLXF(r * cosf (theta), r * sinf (theta)); in cpowf()