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

Go to the source code of this file.

Functions

complex __csin (float zreal, float zimag)
void c_sin (complex *r, complex *z)

Function Documentation

complex __csin ( float  zreal,
float  zimag 
)

Definition at line 42 of file c_sin.c.

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

Referenced by c_sin().

Here is the call graph for this function:

void c_sin ( complex r,
complex z 
)

Definition at line 51 of file c_sin.c.

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

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines