constexpr const _Ty &() _Left
Definition: algorithm:3590
_CRTIMP2_PURE float __CLRCALL_PURE_OR_CDECL _FCosh(float, float)
#define _CSTD
Definition: yvals.h:570
constexpr const _Ty &() _Right
Definition: algorithm:3591
static short _Ctraits< float >::_Exp |
( |
_Ty * |
_Pleft, |
|
|
_Ty |
_Right, |
|
|
short |
_Exponent |
|
) |
| |
|
inlinestatic |
_CRTIMP2_PURE short __CLRCALL_PURE_OR_CDECL _FExp(float *, float, short)
#define _CSTD
Definition: yvals.h:570
constexpr const _Ty &() _Right
Definition: algorithm:3591
462 return (FLT_EPSILON);
constexpr const _Ty &() _Left
Definition: algorithm:3590
#define _INFCODE
Definition: ymath.h:23
_CRTIMP2_PURE short __CLRCALL_PURE_OR_CDECL _FDtest(float *)
#define _CSTD
Definition: yvals.h:570
constexpr const _Ty &() _Left
Definition: algorithm:3590
#define _NANCODE
Definition: ymath.h:24
_CRTIMP2_PURE short __CLRCALL_PURE_OR_CDECL _FDtest(float *)
#define _CSTD
Definition: yvals.h:570
constexpr const _Ty &() _Left
Definition: algorithm:3590
_CRTIMP2_PURE float __CLRCALL_PURE_OR_CDECL _FSinh(float, float)
#define _CSTD
Definition: yvals.h:570
constexpr const _Ty &() _Right
Definition: algorithm:3591
507 constexpr
_Ty _Ln2 = 0.69314718055994530941723212145817658F;
509 bool _Neg =
_Left < 0;
519 return (_Neg ? -_Ans : _Ans);
constexpr const _Ty &() _Left
Definition: algorithm:3590
float _Ty
Definition: complex:458
static _Ty log1p(_Ty _Left)
Definition: complex:547
static _Ty _Flt_eps()
Definition: complex:460
static _Ty sqrt(_Ty _Left)
Definition: complex:570
static _Ty log(_Ty _Left)
Definition: complex:542
float atan2f(float _Y, float _X) __GPU_ONLY
Calculates the arctangent of _Y/_X
Definition: amp_math.h:342
#define _CSTD
Definition: yvals.h:570
constexpr const _Ty &() _Left
Definition: algorithm:3590
float cosf(float _X) __GPU_ONLY
Calculates the cosine of the argument
Definition: amp_math.h:401
#define _CSTD
Definition: yvals.h:570
constexpr const _Ty &() _Left
Definition: algorithm:3590
float expf(float _X) __GPU_ONLY
Calculates the base-e exponential of the argument
Definition: amp_math.h:457
#define _CSTD
Definition: yvals.h:570
constexpr const _Ty &() _Left
Definition: algorithm:3590
float ldexpf(float _X, int _Exp) __GPU_ONLY
Computes a real number from the mantissa and exponent
Definition: amp_math.h:728
#define _CSTD
Definition: yvals.h:570
constexpr const _Ty &() _Left
Definition: algorithm:3590
float logf(float _X) __GPU_ONLY
Calculates the base-e logarithm of the argument
Definition: amp_math.h:760
#define _CSTD
Definition: yvals.h:570
556 return (
log(_Leftp1) - ((_Leftp1 - 1) -
_Left) / _Leftp1);
constexpr const _Ty &() _Left
Definition: algorithm:3590
float _Ty
Definition: complex:458
static _Ty log(_Ty _Left)
Definition: complex:542
static _Ty _Nanv(_Ty)
Definition: complex:495
constexpr const _Ty &() _Left
Definition: algorithm:3590
float powf(float _X, float _Y) __GPU_ONLY
Calculates _X raised to the power of _Y
Definition: amp_math.h:881
#define _CSTD
Definition: yvals.h:570
constexpr const _Ty &() _Right
Definition: algorithm:3591
constexpr const _Ty &() _Left
Definition: algorithm:3590
#define _CSTD
Definition: yvals.h:570
float sinf(float _X) __GPU_ONLY
Calculates the sine value of the argument
Definition: amp_math.h:996
constexpr const _Ty &() _Left
Definition: algorithm:3590
float sqrtf(float _X) __GPU_ONLY
Calculates the squre root of the argument
Definition: amp_math.h:1086
#define _CSTD
Definition: yvals.h:570
constexpr const _Ty &() _Left
Definition: algorithm:3590
float tanf(float _X) __GPU_ONLY
Calculates the tangent value of the argument
Definition: amp_math.h:1114
#define _CSTD
Definition: yvals.h:570
The documentation for this class was generated from the following file: