|
Linux Kernel
3.7.1
|
#include "exception.h"#include "reg_constant.h"#include "fpu_emu.h"#include "fpu_system.h"#include "control_w.h"#include "poly.h"Go to the source code of this file.
Macros | |
| #define | N_COEFF_P 4 |
| #define | N_COEFF_N 4 |
| #define | N_COEFF_PH 4 |
| #define | N_COEFF_NH 4 |
Functions | |
| void | poly_sine (FPU_REG *st0_ptr) |
| void | poly_cos (FPU_REG *st0_ptr) |
| #define N_COEFF_N 4 |
Definition at line 22 of file poly_sin.c.
| #define N_COEFF_NH 4 |
Definition at line 39 of file poly_sin.c.
| #define N_COEFF_P 4 |
Definition at line 21 of file poly_sin.c.
| #define N_COEFF_PH 4 |
Definition at line 38 of file poly_sin.c.
Definition at line 200 of file poly_sin.c.
Definition at line 57 of file poly_sin.c.
1.8.2