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

Go to the source code of this file.

Functions

dcomplex __zdiv (double_t adreal, double_t adimag, double_t bdreal, double_t bdimag)
void z_div (dcomplex *c, dcomplex *a, dcomplex *b)

Function Documentation

dcomplex __zdiv ( double_t  adreal,
double_t  adimag,
double_t  bdreal,
double_t  bdimag 
)

Definition at line 44 of file z_div.c.

References c, dcomplex::dimag, and dcomplex::dreal.

Referenced by __powzi(), __powzl(), and z_div().

void z_div ( dcomplex c,
dcomplex a,
dcomplex b 
)

Definition at line 68 of file z_div.c.

References __zdiv(), dcomplex::dimag, and dcomplex::dreal.

Here is the call graph for this function:

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines