Go to the source code of this file.
◆ MSL_HI
#define MSL_HI |
( |
|
x | ) |
*(int*) &x |
◆ MSL_LO
#define MSL_LO |
( |
|
x | ) |
*(1 + (int*) &x) |
◆ M_PI
#define M_PI 3.14159265358979323846 |
◆ M_PI_2
#define M_PI_2 (M_PI / 2) |
◆ M_PI_3
#define M_PI_3 (M_PI / 3) |
◆ FLT_EPSILON
#define FLT_EPSILON 1.00000001335e-10F |
◆ fpclassify
Value:
static s32 __fpclassifyd(double x)
Definition math.h:55
static s32 __fpclassifyf(float x)
Definition math.h:37
◆ ABS
#define ABS |
( |
|
x | ) |
((x) < 0 ? -(x) : (x)) |
◆ FloatType
Enumerator |
---|
FP_NAN | |
FP_INFINITE | |
FP_ZERO | |
FP_NORMAL | |
FP_SUBNORMAL | |
◆ __fpclassifyf()
static s32 __fpclassifyf |
( |
float |
x | ) |
|
|
inlinestatic |
◆ __HI()
◆ __LO()
◆ __fpclassifyd()
static s32 __fpclassifyd |
( |
double |
x | ) |
|
|
inlinestatic |
◆ fabs_inline()
static f32 fabs_inline |
( |
f32 |
x | ) |
|
|
inlinestatic |
◆ fabs()
static double fabs |
( |
double |
f | ) |
|
|
inlinestatic |
◆ frexp()
double frexp |
( |
double |
x, |
|
|
int * |
exponent |
|
) |
| |
◆ fabsf__Ff()
float fabsf__Ff |
( |
float |
param_1 | ) |
|
◆ tanf()
◆ cos__Ff()
◆ sin__Ff()
◆ cosf()
◆ sinf()
◆ __sinit_trigf_c()
void __sinit_trigf_c |
( |
void |
| ) |
|
◆ logf()
◆ deg_to_rad
float const deg_to_rad = M_PI / 180 |
|
static |
◆ rad_to_deg
float const rad_to_deg = 180 / M_PI |
|
static |