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

Go to the source code of this file.

Functions

complex __cdiv (float areal, float aimag, float breal, float bimag)
void c_div (complex *c, complex *a, complex *b)

Function Documentation

complex __cdiv ( float  areal,
float  aimag,
float  breal,
float  bimag 
)

Definition at line 41 of file c_div.c.

References c, F, complex::imag, and complex::real.

Referenced by __powci(), __powcl(), and c_div().

void c_div ( complex c,
complex a,
complex b 
)

Definition at line 65 of file c_div.c.

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

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines