Functions

cis_stubs.c File Reference

#include "cmplx.h"
#include <errno.h>
Include dependency graph for cis_stubs.c:

Go to the source code of this file.

Functions

complex __rcis (float x)
dcomplex __dcis (double x)
complex r_cis (float *arg)
dcomplex d_cis (double *arg)

Function Documentation

dcomplex __dcis ( double  x  ) 

Definition at line 189 of file d_cis.c.

References __errnoaddr, __libm_qnan_d, d, du::d, dcomplex::dimag, dcomplex::dreal, fabs(), L, result, and ROUND.

Referenced by d_cis().

Here is the call graph for this function:

complex __rcis ( float  x  ) 

Definition at line 115 of file r_cis.c.

References __errnoaddr, __libm_qnan_f, d, du::d, fabs(), complex::imag, L, complex::real, result, and ROUND.

Referenced by r_cis().

Here is the call graph for this function:

dcomplex d_cis ( double *  arg  ) 

Definition at line 49 of file cis_stubs.c.

References __dcis().

Here is the call graph for this function:

complex r_cis ( float *  arg  ) 

Definition at line 44 of file cis_stubs.c.

References __rcis().

Here is the call graph for this function: