Open64 (mfef90, whirl2f, and IR tools)  TAG: version-openad; SVN changeset: 916
moremath.h File Reference

Go to the source code of this file.

Functions

float hypotf (float, float)
float truncf (float)
float expf (float)
float tanhf (float)
float sinhf (float)
float coshf (float)
float tanf (float)
float sinf (float)
float cosf (float)
float atan2f (float, float)
float atanf (float)
float asinf (float)
float acosf (float)
float logf (float)
float log10f (float)
float sqrtf (float)
float ceilf (float)
float floorf (float)

Function Documentation

float acosf ( float  )

Referenced by __racosd(), r_acos(), and Targ_IntrinsicOp().

float asinf ( float  )

Referenced by __rasind(), r_asin(), and Targ_IntrinsicOp().

float atan2f ( float  ,
float   
)
float atanf ( float  )

Referenced by __ratand(), r_atan(), and Targ_IntrinsicOp().

float ceilf ( float  )
float cosf ( float  )
float coshf ( float  )
float expf ( float  )
float floorf ( float  )

Referenced by __rmod(), and __rnint().

float hypotf ( float  ,
float   
)
float log10f ( float  )

Referenced by Targ_IntrinsicOp().

float logf ( float  )
float sinf ( float  )
float sinhf ( float  )
float sqrtf ( float  )
float tanf ( float  )

Referenced by __rtand(), r_tan(), and Targ_IntrinsicOp().

float tanhf ( float  )

Referenced by r_tanh(), and Targ_IntrinsicOp().

float truncf ( float  )

Referenced by r_int().

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines