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

Go to the source code of this file.

Functions

struct fp_extfp_fadd (struct fp_ext *dest, const struct fp_ext *src)
 
struct fp_extfp_fdiv (struct fp_ext *dest, const struct fp_ext *src)
 
struct fp_extfp_fsqrt (struct fp_ext *dest, struct fp_ext *src)
 
struct fp_extfp_fetoxm1 (struct fp_ext *dest, struct fp_ext *src)
 
struct fp_extfp_fetox (struct fp_ext *dest, struct fp_ext *src)
 
struct fp_extfp_ftwotox (struct fp_ext *dest, struct fp_ext *src)
 
struct fp_extfp_ftentox (struct fp_ext *dest, struct fp_ext *src)
 
struct fp_extfp_flogn (struct fp_ext *dest, struct fp_ext *src)
 
struct fp_extfp_flognp1 (struct fp_ext *dest, struct fp_ext *src)
 
struct fp_extfp_flog10 (struct fp_ext *dest, struct fp_ext *src)
 
struct fp_extfp_flog2 (struct fp_ext *dest, struct fp_ext *src)
 
struct fp_extfp_fgetexp (struct fp_ext *dest, struct fp_ext *src)
 
struct fp_extfp_fgetman (struct fp_ext *dest, struct fp_ext *src)
 

Function Documentation

struct fp_ext* fp_fadd ( struct fp_ext dest,
const struct fp_ext src 
)
read
struct fp_ext* fp_fdiv ( struct fp_ext dest,
const struct fp_ext src 
)
read
struct fp_ext* fp_fetox ( struct fp_ext dest,
struct fp_ext src 
)
read

Definition at line 112 of file fp_log.c.

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

Definition at line 102 of file fp_log.c.

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

Definition at line 182 of file fp_log.c.

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

Definition at line 203 of file fp_log.c.

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

Definition at line 162 of file fp_log.c.

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

Definition at line 172 of file fp_log.c.

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

Definition at line 142 of file fp_log.c.

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

Definition at line 152 of file fp_log.c.

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

Definition at line 29 of file fp_log.c.

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

Definition at line 132 of file fp_log.c.

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

Definition at line 122 of file fp_log.c.