Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
c_exp.c File Reference
#include <math.h>
#include "moremath.h"
#include "cmplx.h"
Include dependency graph for c_exp.c:

Go to the source code of this file.

Functions

complex __cexp (float zreal, float zimag)
void c_exp (complex *r, complex *z)

Function Documentation

complex __cexp ( float  zreal,
float  zimag 
)

Definition at line 42 of file c_exp.c.

References cosf(), expf(), complex::imag, complex::real, and sinf().

Referenced by c_exp().

Here is the call graph for this function:

void c_exp ( complex r,
complex z 
)

Definition at line 53 of file c_exp.c.

References __cexp(), complex::imag, and complex::real.

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines