#include <artkpFixedBase_gpp.h>
Public Types | |
enum | { PBITS = PBITS_, CHECK = 0 } |
Static Public Member Functions | |
static int | ceil (int nFixed) |
static int | cos (int nFixed) |
static int | divide (int nLeftFixed, int nRightFixed) |
static double | doubleFromFixed (int nFixed) |
static int | fabs (int nFixed) |
static int | fixedFromDouble (double nV) |
static int | fixedFromFloat (float nV) |
static int | fixedFromInt (int nV) |
static float | floatFromFixed (int nFixed) |
static int | inverse (int nFixed) |
static int | inverseSqrt (int nFixed) |
static int | multiply (int nLeftFixed, int nRightFixed) |
static int | sin (int nFixed) |
static int | sqrt (int nFixed) |
Definition at line 54 of file artkpFixedBase_gpp.h.
anonymous enum |
Definition at line 57 of file artkpFixedBase_gpp.h.
static int artkpFixedBase_gpp< PBITS_ >::ceil | ( | int | nFixed | ) | [inline, static] |
Definition at line 141 of file artkpFixedBase_gpp.h.
static int artkpFixedBase_gpp< PBITS_ >::cos | ( | int | nFixed | ) | [inline, static] |
Definition at line 108 of file artkpFixedBase_gpp.h.
static int artkpFixedBase_gpp< PBITS_ >::divide | ( | int | nLeftFixed, |
int | nRightFixed | ||
) | [inline, static] |
Definition at line 101 of file artkpFixedBase_gpp.h.
static double artkpFixedBase_gpp< PBITS_ >::doubleFromFixed | ( | int | nFixed | ) | [inline, static] |
Definition at line 67 of file artkpFixedBase_gpp.h.
static int artkpFixedBase_gpp< PBITS_ >::fabs | ( | int | nFixed | ) | [inline, static] |
Definition at line 122 of file artkpFixedBase_gpp.h.
static int artkpFixedBase_gpp< PBITS_ >::fixedFromDouble | ( | double | nV | ) | [inline, static] |
Definition at line 82 of file artkpFixedBase_gpp.h.
static int artkpFixedBase_gpp< PBITS_ >::fixedFromFloat | ( | float | nV | ) | [inline, static] |
Definition at line 77 of file artkpFixedBase_gpp.h.
static int artkpFixedBase_gpp< PBITS_ >::fixedFromInt | ( | int | nV | ) | [inline, static] |
Definition at line 72 of file artkpFixedBase_gpp.h.
static float artkpFixedBase_gpp< PBITS_ >::floatFromFixed | ( | int | nFixed | ) | [inline, static] |
Definition at line 62 of file artkpFixedBase_gpp.h.
static int artkpFixedBase_gpp< PBITS_ >::inverse | ( | int | nFixed | ) | [inline, static] |
Definition at line 87 of file artkpFixedBase_gpp.h.
static int artkpFixedBase_gpp< PBITS_ >::inverseSqrt | ( | int | nFixed | ) | [inline, static] |
Definition at line 134 of file artkpFixedBase_gpp.h.
static int artkpFixedBase_gpp< PBITS_ >::multiply | ( | int | nLeftFixed, |
int | nRightFixed | ||
) | [inline, static] |
Definition at line 94 of file artkpFixedBase_gpp.h.
static int artkpFixedBase_gpp< PBITS_ >::sin | ( | int | nFixed | ) | [inline, static] |
Definition at line 115 of file artkpFixedBase_gpp.h.
static int artkpFixedBase_gpp< PBITS_ >::sqrt | ( | int | nFixed | ) | [inline, static] |
Definition at line 127 of file artkpFixedBase_gpp.h.