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

Functions

void poly_l2 (FPU_REG *st0_ptr, FPU_REG *st1_ptr, u_char st1_sign)
 
int poly_l2p1 (u_char sign0, u_char sign1, FPU_REG *st0_ptr, FPU_REG *st1_ptr, FPU_REG *dest)
 

Macro Definition Documentation

#define HIPOWER   10

Definition at line 161 of file poly_l2.c.

Function Documentation

void poly_l2 ( FPU_REG st0_ptr,
FPU_REG st1_ptr,
u_char  st1_sign 
)

Definition at line 26 of file poly_l2.c.

int poly_l2p1 ( u_char  sign0,
u_char  sign1,
FPU_REG st0_ptr,
FPU_REG st1_ptr,
FPU_REG dest 
)

Definition at line 105 of file poly_l2.c.