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

Macro Definition Documentation

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

Function Documentation

void poly_cos ( FPU_REG st0_ptr)

Definition at line 200 of file poly_sin.c.

void poly_sine ( FPU_REG st0_ptr)

Definition at line 57 of file poly_sin.c.