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

Go to the source code of this file.

Functions

complex __clog (float zreal, float zimag)
void c_log (complex *r, complex *z)

Function Documentation

complex __clog ( float  zreal,
float  zimag 
)

Definition at line 42 of file c_log.c.

References atan2f(), hypotf(), complex::imag, logf(), and complex::real.

Referenced by c_log().

Here is the call graph for this function:

void c_log ( complex r,
complex z 
)

Definition at line 51 of file c_log.c.

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

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines