HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
SYS_FastMath.h File Reference
#include "SYS_API.h"
+ Include dependency graph for SYS_FastMath.h:

Go to the source code of this file.

Namespaces

 SYS_FastMath
 

Functions

SYS_API double SYS_FastMath::fmod (double x, double y)
 
SYS_API float SYS_FastMath::fmodf (float x, float y)
 
SYS_API double SYS_FastMath::pow (double x, double y)
 
SYS_API float SYS_FastMath::powf (float x, float y)
 
SYS_API double SYS_FastMath::trunc (double x)
 
SYS_API float SYS_FastMath::truncf (float x)
 
SYS_API double SYS_FastMath::exp (double x)
 
SYS_API float SYS_FastMath::expf (float x)
 
SYS_API double SYS_FastMath::expm1 (double x)
 
SYS_API float SYS_FastMath::expm1f (float x)
 
SYS_API double SYS_FastMath::log (double x)
 
SYS_API float SYS_FastMath::logf (float x)
 
SYS_API double SYS_FastMath::log10 (double x)
 
SYS_API float SYS_FastMath::log10f (float x)
 
SYS_API double SYS_FastMath::log1p (double x)
 
SYS_API float SYS_FastMath::log1pf (float x)
 
SYS_API double SYS_FastMath::cos (double x)
 
SYS_API float SYS_FastMath::cosf (float x)
 
SYS_API double SYS_FastMath::cosh (double x)
 
SYS_API float SYS_FastMath::coshf (float x)
 
SYS_API double SYS_FastMath::acos (double x)
 
SYS_API float SYS_FastMath::acosf (float x)
 
SYS_API double SYS_FastMath::acosh (double x)
 
SYS_API float SYS_FastMath::acoshf (float x)
 
SYS_API double SYS_FastMath::sin (double x)
 
SYS_API float SYS_FastMath::sinf (float x)
 
SYS_API double SYS_FastMath::sinh (double x)
 
SYS_API float SYS_FastMath::sinhf (float x)
 
SYS_API double SYS_FastMath::asin (double x)
 
SYS_API float SYS_FastMath::asinf (float x)
 
SYS_API double SYS_FastMath::asinh (double x)
 
SYS_API float SYS_FastMath::asinhf (float x)
 
SYS_API double SYS_FastMath::tan (double x)
 
SYS_API float SYS_FastMath::tanf (float x)
 
SYS_API double SYS_FastMath::tanh (double x)
 
SYS_API float SYS_FastMath::tanhf (float x)
 
SYS_API double SYS_FastMath::atan (double x)
 
SYS_API float SYS_FastMath::atanf (float x)
 
SYS_API double SYS_FastMath::atanh (double x)
 
SYS_API float SYS_FastMath::atanhf (float x)
 
SYS_API double SYS_FastMath::atan2 (double y, double x)
 
SYS_API float SYS_FastMath::atan2f (float y, float x)
 
SYS_API double SYS_FastMath::hypot (double x, double y)
 
SYS_API float SYS_FastMath::hypotf (float x, float y)
 
SYS_API void SYS_FastMath::sincos (double x, double *s, double *c)
 
SYS_API void SYS_FastMath::sincosf (float x, float *s, float *c)
 
SYS_API double SYS_FastMath::copysign (double x, double y)
 
SYS_API float SYS_FastMath::copysignf (float x, float y)