Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
poly_tan.c File Reference
#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)
 

Macro Definition Documentation

#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.

Function Documentation

void poly_tan ( FPU_REG st0_ptr)

Definition at line 50 of file poly_tan.c.