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

Go to the source code of this file.

Functions

double c_hypot (double x, double y)
float c_hypotf (float x, float y)
long double c_hypotl (long double x, long double y)

Function Documentation

double c_hypot ( double  x,
double  y 
)

Definition at line 36 of file x_math.c.

Referenced by complex_sqrt().

float c_hypotf ( float  x,
float  y 
)

Definition at line 39 of file x_math.c.

References hypotf().

Referenced by complex_sqrt().

Here is the call graph for this function:

long double c_hypotl ( long double  x,
long double  y 
)

Definition at line 42 of file x_math.c.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines