PandA-2024.02
|
#include <math.h>
#include <stdlib.h>
Go to the source code of this file.
Macros | |
#define | _GNU_SOURCE |
#define | I_MULTITEST_F(func) |
#define | B_MULTITEST_F(func) |
Functions | |
FLOAT | gamma_test (FLOAT a, int *pb) |
FLOAT | lgamma_test (FLOAT a, int *pb) |
FLOAT | modf_test (FLOAT a, FLOAT *pb) |
void | sincos_test (FLOAT a, FLOAT *pb, FLOAT *pc) |
#define _GNU_SOURCE |
Definition at line 34 of file libm-test.c.
#define B_MULTITEST_F | ( | func | ) |
Definition at line 112 of file libm-test.c.
Referenced by modf_test().
#define I_MULTITEST_F | ( | func | ) |
Definition at line 106 of file libm-test.c.
Referenced by gamma_test().
Definition at line 146 of file libm-test.c.
References FLOAT, FUNC, I_MULTITEST_F, and lgamma_test().
Definition at line 167 of file libm-test.c.
References FLOAT, FUNC, and modf_test().
Referenced by gamma_test().
Definition at line 187 of file libm-test.c.
References B_MULTITEST_F, FUNC, and sincos_test().
Referenced by lgamma_test().
Definition at line 207 of file libm-test.c.
References FUNC.
Referenced by modf_test().