#include <math.h>
Go to the source code of this file.
|
int | test_fpclassifyf (float x) |
|
int | test_isfinitef (float x) |
|
int | test_isnormalf (float x) |
|
int | test_isnanf (float x) |
|
int | test_isinff (float x) |
|
float | test_acosf (float x) |
|
float | test_acoshf (float x) |
|
float | test_asinf (float x) |
|
float | test_asinhf (float x) |
|
float | test_atanf (float x) |
|
float | test_atan2f (float y, float x) |
|
float | test_atanhf (float x) |
|
float | test_ceilf (float x) |
|
float | test_copysignf (float x, float y) |
|
float | test_cosf (float x) |
|
float | test_coshf (float x) |
|
float | test_expf (float x) |
|
float | test_expm1f (float x) |
|
float | test_fabsf (float x) |
|
float | test_floorf (float x) |
|
float | test_fmodf (float x, float y) |
|
float | test_lgammaf (float x) |
|
float | test_lgammaf_r (float x, int *signgamp) |
|
float | test_log1pf (float x) |
|
float | test_log10f (float x) |
|
float | test_logf (float x) |
|
float | test_nanf (const char *s) |
|
float | test_nearbyintf (float x) |
|
float | test_powf (float x, float y) |
|
float | test_roundf (float x) |
|
float | test_scalbnf (float x, int n) |
|
float | test_sinf (float x) |
|
float | test_sinhf (float x) |
|
float | test_sqrtf (float x) |
|
float | test_tanf (float x) |
|
float | test_tanhf (float x) |
|
int | test_fpclassify (double x) |
|
int | test_isfinite (double x) |
|
int | test_isnormal (double x) |
|
int | test_isnan (double x) |
|
int | test_isinf (double x) |
|
double | test_acos (double x) |
|
double | test_acosh (double x) |
|
double | test_asin (double x) |
|
double | test_asinh (double x) |
|
double | test_atan (double x) |
|
double | test_atanh (double x) |
|
double | test_ceil (double x) |
|
double | test_copysign (double x, double y) |
|
double | test_cos (double x) |
|
double | test_cosh (double x) |
|
double | test_exp (double x) |
|
double | test_expm1 (double x) |
|
double | test_fabs (double x) |
|
double | test_floor (double x) |
|
double | test_lgamma (double x) |
|
double | test_lgamma_r (double x, int *signgamp) |
|
double | test_log1p (double x) |
|
double | test_log10 (double x) |
|
double | test_log (double x) |
|
double | test_pow (double x, double y) |
|
double | test_round (double x) |
|
double | test_scalbn (double x, int n) |
|
double | test_sin (double x) |
|
double | test_sinh (double x) |
|
double | test_sqrt (double x) |
|
double | test_tan (double x) |
|
double | test_tanh (double x) |
|
◆ test_acos()
double test_acos |
( |
double |
x | ) |
|
◆ test_acosf()
float test_acosf |
( |
float |
x | ) |
|
◆ test_acosh()
double test_acosh |
( |
double |
x | ) |
|
◆ test_acoshf()
float test_acoshf |
( |
float |
x | ) |
|
◆ test_asin()
double test_asin |
( |
double |
x | ) |
|
◆ test_asinf()
float test_asinf |
( |
float |
x | ) |
|
◆ test_asinh()
double test_asinh |
( |
double |
x | ) |
|
◆ test_asinhf()
float test_asinhf |
( |
float |
x | ) |
|
◆ test_atan()
double test_atan |
( |
double |
x | ) |
|
◆ test_atan2f()
float test_atan2f |
( |
float |
y, |
|
|
float |
x |
|
) |
| |
◆ test_atanf()
float test_atanf |
( |
float |
x | ) |
|
◆ test_atanh()
double test_atanh |
( |
double |
x | ) |
|
◆ test_atanhf()
float test_atanhf |
( |
float |
x | ) |
|
◆ test_ceil()
double test_ceil |
( |
double |
x | ) |
|
◆ test_ceilf()
float test_ceilf |
( |
float |
x | ) |
|
◆ test_copysign()
double test_copysign |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
◆ test_copysignf()
float test_copysignf |
( |
float |
x, |
|
|
float |
y |
|
) |
| |
◆ test_cos()
double test_cos |
( |
double |
x | ) |
|
◆ test_cosf()
float test_cosf |
( |
float |
x | ) |
|
◆ test_cosh()
double test_cosh |
( |
double |
x | ) |
|
◆ test_coshf()
float test_coshf |
( |
float |
x | ) |
|
◆ test_exp()
double test_exp |
( |
double |
x | ) |
|
◆ test_expf()
float test_expf |
( |
float |
x | ) |
|
◆ test_expm1()
double test_expm1 |
( |
double |
x | ) |
|
◆ test_expm1f()
float test_expm1f |
( |
float |
x | ) |
|
◆ test_fabs()
double test_fabs |
( |
double |
x | ) |
|
◆ test_fabsf()
float test_fabsf |
( |
float |
x | ) |
|
◆ test_floor()
double test_floor |
( |
double |
x | ) |
|
◆ test_floorf()
float test_floorf |
( |
float |
x | ) |
|
◆ test_fmodf()
float test_fmodf |
( |
float |
x, |
|
|
float |
y |
|
) |
| |
◆ test_fpclassify()
int test_fpclassify |
( |
double |
x | ) |
|
◆ test_fpclassifyf()
int test_fpclassifyf |
( |
float |
x | ) |
|
Definition at line 4 of file math.c.
◆ test_isfinite()
int test_isfinite |
( |
double |
x | ) |
|
◆ test_isfinitef()
int test_isfinitef |
( |
float |
x | ) |
|
Definition at line 7 of file math.c.
◆ test_isinf()
int test_isinf |
( |
double |
x | ) |
|
◆ test_isinff()
int test_isinff |
( |
float |
x | ) |
|
◆ test_isnan()
int test_isnan |
( |
double |
x | ) |
|
◆ test_isnanf()
int test_isnanf |
( |
float |
x | ) |
|
◆ test_isnormal()
int test_isnormal |
( |
double |
x | ) |
|
◆ test_isnormalf()
int test_isnormalf |
( |
float |
x | ) |
|
◆ test_lgamma()
double test_lgamma |
( |
double |
x | ) |
|
◆ test_lgamma_r()
double test_lgamma_r |
( |
double |
x, |
|
|
int * |
signgamp |
|
) |
| |
◆ test_lgammaf()
float test_lgammaf |
( |
float |
x | ) |
|
◆ test_lgammaf_r()
float test_lgammaf_r |
( |
float |
x, |
|
|
int * |
signgamp |
|
) |
| |
◆ test_log()
double test_log |
( |
double |
x | ) |
|
◆ test_log10()
double test_log10 |
( |
double |
x | ) |
|
◆ test_log10f()
float test_log10f |
( |
float |
x | ) |
|
◆ test_log1p()
double test_log1p |
( |
double |
x | ) |
|
◆ test_log1pf()
float test_log1pf |
( |
float |
x | ) |
|
◆ test_logf()
float test_logf |
( |
float |
x | ) |
|
◆ test_nanf()
float test_nanf |
( |
const char * |
s | ) |
|
◆ test_nearbyintf()
float test_nearbyintf |
( |
float |
x | ) |
|
◆ test_pow()
double test_pow |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
◆ test_powf()
float test_powf |
( |
float |
x, |
|
|
float |
y |
|
) |
| |
◆ test_round()
double test_round |
( |
double |
x | ) |
|
◆ test_roundf()
float test_roundf |
( |
float |
x | ) |
|
◆ test_scalbn()
double test_scalbn |
( |
double |
x, |
|
|
int |
n |
|
) |
| |
◆ test_scalbnf()
float test_scalbnf |
( |
float |
x, |
|
|
int |
n |
|
) |
| |
◆ test_sin()
double test_sin |
( |
double |
x | ) |
|
◆ test_sinf()
float test_sinf |
( |
float |
x | ) |
|
◆ test_sinh()
double test_sinh |
( |
double |
x | ) |
|
◆ test_sinhf()
float test_sinhf |
( |
float |
x | ) |
|
◆ test_sqrt()
double test_sqrt |
( |
double |
x | ) |
|
◆ test_sqrtf()
float test_sqrtf |
( |
float |
x | ) |
|
◆ test_tan()
double test_tan |
( |
double |
x | ) |
|
◆ test_tanf()
float test_tanf |
( |
float |
x | ) |
|
◆ test_tanh()
double test_tanh |
( |
double |
x | ) |
|
◆ test_tanhf()
float test_tanhf |
( |
float |
x | ) |
|