Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
struct fp_ext * | fp_fabs (struct fp_ext *dest, struct fp_ext *src) |
struct fp_ext * | fp_fneg (struct fp_ext *dest, struct fp_ext *src) |
struct fp_ext * | fp_fadd (struct fp_ext *dest, struct fp_ext *src) |
struct fp_ext * | fp_fsub (struct fp_ext *dest, struct fp_ext *src) |
struct fp_ext * | fp_fcmp (struct fp_ext *dest, struct fp_ext *src) |
struct fp_ext * | fp_ftst (struct fp_ext *dest, struct fp_ext *src) |
struct fp_ext * | fp_fmul (struct fp_ext *dest, struct fp_ext *src) |
struct fp_ext * | fp_fdiv (struct fp_ext *dest, struct fp_ext *src) |
struct fp_ext * | fp_fmod (struct fp_ext *dest, struct fp_ext *src) |
struct fp_ext * | fp_frem (struct fp_ext *dest, struct fp_ext *src) |
struct fp_ext * | fp_fint (struct fp_ext *dest, struct fp_ext *src) |
struct fp_ext * | fp_fintrz (struct fp_ext *dest, struct fp_ext *src) |
struct fp_ext * | fp_fscale (struct fp_ext *dest, struct fp_ext *src) |
Definition at line 34 of file fp_arith.c.
Definition at line 63 of file fp_arith.c.
Definition at line 133 of file fp_arith.c.
Definition at line 231 of file fp_arith.c.
Definition at line 632 of file fp_arith.c.
Definition at line 644 of file fp_arith.c.
Definition at line 613 of file fp_arith.c.
Definition at line 153 of file fp_arith.c.
Definition at line 46 of file fp_arith.c.
Definition at line 625 of file fp_arith.c.
Definition at line 656 of file fp_arith.c.
Definition at line 123 of file fp_arith.c.