Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Macros | Functions
poly_atan.c File Reference
#include "exception.h"
#include "reg_constant.h"
#include "fpu_emu.h"
#include "fpu_system.h"
#include "status_w.h"
#include "control_w.h"
#include "poly.h"

Go to the source code of this file.

Macros

#define HIPOWERon   6 /* odd poly, negative terms */
 
#define HIPOWERop   6 /* odd poly, positive terms */
 

Functions

void poly_atan (FPU_REG *st0_ptr, u_char st0_tag, FPU_REG *st1_ptr, u_char st1_tag)
 

Macro Definition Documentation

#define HIPOWERon   6 /* odd poly, negative terms */

Definition at line 21 of file poly_atan.c.

#define HIPOWERop   6 /* odd poly, positive terms */

Definition at line 31 of file poly_atan.c.

Function Documentation

void poly_atan ( FPU_REG st0_ptr,
u_char  st0_tag,
FPU_REG st1_ptr,
u_char  st1_tag 
)

Definition at line 51 of file poly_atan.c.