Searched refs:theta (Results 1 – 3 of 3) sorted by relevance
/bionic/libm/upstream-freebsd/lib/msun/src/ |
D | s_cpow.c | 58 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()
|
D | s_cpowl.c | 57 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()
|
D | s_cpowf.c | 57 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()
|