|
static void | Init (void) |
|
static float | RSqrt (float x) |
|
static float | InvSqrt (float x) |
|
static float | InvSqrt16 (float x) |
|
static double | InvSqrt64 (float x) |
|
static float | Sqrt (float x) |
|
static float | Sqrt16 (float x) |
|
static double | Sqrt64 (float x) |
|
static float | Sin (float a) |
|
static float | Sin16 (float a) |
|
static double | Sin64 (float a) |
|
static float | Cos (float a) |
|
static float | Cos16 (float a) |
|
static double | Cos64 (float a) |
|
static void | SinCos (float a, float &s, float &c) |
|
static void | SinCos16 (float a, float &s, float &c) |
|
static void | SinCos64 (float a, double &s, double &c) |
|
static float | Tan (float a) |
|
static float | Tan16 (float a) |
|
static double | Tan64 (float a) |
|
static float | ASin (float a) |
|
static float | ASin16 (float a) |
|
static double | ASin64 (float a) |
|
static float | ACos (float a) |
|
static float | ACos16 (float a) |
|
static double | ACos64 (float a) |
|
static float | ATan (float a) |
|
static float | ATan16 (float a) |
|
static double | ATan64 (float a) |
|
static float | ATan (float y, float x) |
|
static float | ATan16 (float y, float x) |
|
static double | ATan64 (float y, float x) |
|
static float | Pow (float x, float y) |
|
static float | Pow16 (float x, float y) |
|
static double | Pow64 (float x, float y) |
|
static float | Exp (float f) |
|
static float | Exp16 (float f) |
|
static double | Exp64 (float f) |
|
static float | Log (float f) |
|
static float | Log16 (float f) |
|
static double | Log64 (float f) |
|
static int | IPow (int x, int y) |
|
static int | ILog2 (float f) |
|
static int | ILog2 (int i) |
|
static int | BitsForFloat (float f) |
|
static int | BitsForInteger (int i) |
|
static int | MaskForFloatSign (float f) |
|
static int | MaskForIntegerSign (int i) |
|
static int | FloorPowerOfTwo (int x) |
|
static int | CeilPowerOfTwo (int x) |
|
static bool | IsPowerOfTwo (int x) |
|
static int | BitCount (int x) |
|
static int | BitReverse (int x) |
|
static int | Abs (int x) |
|
static float | Fabs (float f) |
|
static float | Floor (float f) |
|
static float | Ceil (float f) |
|
static float | Rint (float f) |
|
static int | Ftoi (float f) |
|
static int | FtoiFast (float f) |
|
static unsigned long | Ftol (float f) |
|
static unsigned long | FtolFast (float) |
|
static signed char | ClampChar (int i) |
|
static signed short | ClampShort (int i) |
|
static int | ClampInt (int min, int max, int value) |
|
static float | ClampFloat (float min, float max, float value) |
|
static float | AngleNormalize360 (float angle) |
|
static float | AngleNormalize180 (float angle) |
|
static float | AngleDelta (float angle1, float angle2) |
|
static int | FloatToBits (float f, int exponentBits, int mantissaBits) |
|
static float | BitsToFloat (int i, int exponentBits, int mantissaBits) |
|
static int | FloatHash (const float *array, const int numFloats) |
|
Definition at line 108 of file Math.h.