|
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 | HiPOWERop 3 /* odd poly, positive terms */ |
| #define | HiPOWERon 2 /* odd poly, negative terms */ |
| #define | HiPOWERep 2 /* even poly, positive terms */ |
| #define | HiPOWERen 2 /* even poly, negative terms */ |
Functions | |
| void | poly_tan (FPU_REG *st0_ptr) |
| #define HiPOWERen 2 /* even poly, negative terms */ |
Definition at line 39 of file poly_tan.c.
| #define HiPOWERep 2 /* even poly, positive terms */ |
Definition at line 33 of file poly_tan.c.
| #define HiPOWERon 2 /* odd poly, negative terms */ |
Definition at line 27 of file poly_tan.c.
| #define HiPOWERop 3 /* odd poly, positive terms */ |
Definition at line 20 of file poly_tan.c.
Definition at line 50 of file poly_tan.c.
1.8.2