Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
fp_trig.c File Reference
#include "fp_emu.h"
#include "fp_trig.h"

Go to the source code of this file.

Functions

struct fp_extfp_fsin (struct fp_ext *dest, struct fp_ext *src)
 
struct fp_extfp_fcos (struct fp_ext *dest, struct fp_ext *src)
 
struct fp_extfp_ftan (struct fp_ext *dest, struct fp_ext *src)
 
struct fp_extfp_fasin (struct fp_ext *dest, struct fp_ext *src)
 
struct fp_extfp_facos (struct fp_ext *dest, struct fp_ext *src)
 
struct fp_extfp_fatan (struct fp_ext *dest, struct fp_ext *src)
 
struct fp_extfp_fsinh (struct fp_ext *dest, struct fp_ext *src)
 
struct fp_extfp_fcosh (struct fp_ext *dest, struct fp_ext *src)
 
struct fp_extfp_ftanh (struct fp_ext *dest, struct fp_ext *src)
 
struct fp_extfp_fatanh (struct fp_ext *dest, struct fp_ext *src)
 
struct fp_extfp_fsincos0 (struct fp_ext *dest, struct fp_ext *src)
 
struct fp_extfp_fsincos1 (struct fp_ext *dest, struct fp_ext *src)
 
struct fp_extfp_fsincos2 (struct fp_ext *dest, struct fp_ext *src)
 
struct fp_extfp_fsincos3 (struct fp_ext *dest, struct fp_ext *src)
 
struct fp_extfp_fsincos4 (struct fp_ext *dest, struct fp_ext *src)
 
struct fp_extfp_fsincos5 (struct fp_ext *dest, struct fp_ext *src)
 
struct fp_extfp_fsincos6 (struct fp_ext *dest, struct fp_ext *src)
 
struct fp_extfp_fsincos7 (struct fp_ext *dest, struct fp_ext *src)
 

Function Documentation

struct fp_ext* fp_facos ( struct fp_ext dest,
struct fp_ext src 
)
read

Definition at line 62 of file fp_trig.c.

struct fp_ext* fp_fasin ( struct fp_ext dest,
struct fp_ext src 
)
read

Definition at line 52 of file fp_trig.c.

struct fp_ext* fp_fatan ( struct fp_ext dest,
struct fp_ext src 
)
read

Definition at line 72 of file fp_trig.c.

struct fp_ext* fp_fatanh ( struct fp_ext dest,
struct fp_ext src 
)
read

Definition at line 112 of file fp_trig.c.

struct fp_ext* fp_fcos ( struct fp_ext dest,
struct fp_ext src 
)
read

Definition at line 32 of file fp_trig.c.

struct fp_ext* fp_fcosh ( struct fp_ext dest,
struct fp_ext src 
)
read

Definition at line 92 of file fp_trig.c.

struct fp_ext* fp_fsin ( struct fp_ext dest,
struct fp_ext src 
)
read

Definition at line 22 of file fp_trig.c.

struct fp_ext* fp_fsincos0 ( struct fp_ext dest,
struct fp_ext src 
)
read

Definition at line 122 of file fp_trig.c.

struct fp_ext* fp_fsincos1 ( struct fp_ext dest,
struct fp_ext src 
)
read

Definition at line 130 of file fp_trig.c.

struct fp_ext* fp_fsincos2 ( struct fp_ext dest,
struct fp_ext src 
)
read

Definition at line 138 of file fp_trig.c.

struct fp_ext* fp_fsincos3 ( struct fp_ext dest,
struct fp_ext src 
)
read

Definition at line 146 of file fp_trig.c.

struct fp_ext* fp_fsincos4 ( struct fp_ext dest,
struct fp_ext src 
)
read

Definition at line 154 of file fp_trig.c.

struct fp_ext* fp_fsincos5 ( struct fp_ext dest,
struct fp_ext src 
)
read

Definition at line 162 of file fp_trig.c.

struct fp_ext* fp_fsincos6 ( struct fp_ext dest,
struct fp_ext src 
)
read

Definition at line 170 of file fp_trig.c.

struct fp_ext* fp_fsincos7 ( struct fp_ext dest,
struct fp_ext src 
)
read

Definition at line 178 of file fp_trig.c.

struct fp_ext* fp_fsinh ( struct fp_ext dest,
struct fp_ext src 
)
read

Definition at line 82 of file fp_trig.c.

struct fp_ext* fp_ftan ( struct fp_ext dest,
struct fp_ext src 
)
read

Definition at line 42 of file fp_trig.c.

struct fp_ext* fp_ftanh ( struct fp_ext dest,
struct fp_ext src 
)
read

Definition at line 102 of file fp_trig.c.