|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Definition at line 75 of file sfp-machine.h.
| #define __FP_FRAC_DEC_3 | ( | x2, | |
| x1, | |||
| x0, | |||
| y2, | |||
| y1, | |||
| y0 | |||
| ) | __FP_FRAC_SUB_3(x2,x1,x0,x2,x1,x0,y2,y1,y0) |
Definition at line 127 of file sfp-machine.h.
Definition at line 101 of file sfp-machine.h.
Definition at line 58 of file sfp-machine.h.
Definition at line 42 of file sfp-machine.h.
Definition at line 43 of file sfp-machine.h.
Definition at line 41 of file sfp-machine.h.
| #define _FP_I_TYPE int |
Definition at line 32 of file sfp-machine.h.
| #define _FP_KEEPNANFRACP 1 |
Definition at line 52 of file sfp-machine.h.
| #define _FP_MUL_MEAT_D | ( | R, | |
| X, | |||
| Y | |||
| ) | _FP_MUL_MEAT_2_wide(_FP_WFRACBITS_D,R,X,Y,umul_ppmm) |
Definition at line 36 of file sfp-machine.h.
| #define _FP_MUL_MEAT_Q | ( | R, | |
| X, | |||
| Y | |||
| ) | _FP_MUL_MEAT_4_wide(_FP_WFRACBITS_Q,R,X,Y,umul_ppmm) |
Definition at line 38 of file sfp-machine.h.
| #define _FP_MUL_MEAT_S | ( | R, | |
| X, | |||
| Y | |||
| ) | _FP_MUL_MEAT_1_wide(_FP_WFRACBITS_S,R,X,Y,umul_ppmm) |
Definition at line 34 of file sfp-machine.h.
| #define _FP_NANFRAC_D ((_FP_QNANBIT_D << 1) - 1), -1 |
Definition at line 46 of file sfp-machine.h.
| #define _FP_NANFRAC_Q ((_FP_QNANBIT_Q << 1) - 1), -1, -1, -1 |
Definition at line 47 of file sfp-machine.h.
| #define _FP_NANFRAC_S ((_FP_QNANBIT_S << 1) - 1) |
Definition at line 45 of file sfp-machine.h.
| #define _FP_NANSIGN_D 0 |
Definition at line 49 of file sfp-machine.h.
| #define _FP_NANSIGN_Q 0 |
Definition at line 50 of file sfp-machine.h.
| #define _FP_NANSIGN_S 0 |
Definition at line 48 of file sfp-machine.h.
| #define _FP_W_TYPE unsigned int |
Definition at line 30 of file sfp-machine.h.
| #define _FP_W_TYPE_SIZE 32 |
Definition at line 29 of file sfp-machine.h.
| #define _FP_WS_TYPE signed int |
Definition at line 31 of file sfp-machine.h.
| #define FP_EX_DIVZERO 0x400000 |
Definition at line 134 of file sfp-machine.h.
| #define FP_EX_INEXACT 0x080000 |
Definition at line 137 of file sfp-machine.h.
| #define FP_EX_INVALID 0x800000 |
Definition at line 133 of file sfp-machine.h.
| #define FP_EX_OVERFLOW 0x200000 |
Definition at line 135 of file sfp-machine.h.
| #define FP_EX_UNDERFLOW 0x100000 |
Definition at line 136 of file sfp-machine.h.
| #define FP_INHIBIT_RESULTS 0 |
Definition at line 140 of file sfp-machine.h.
| #define FP_ROUNDMODE mode |
Definition at line 130 of file sfp-machine.h.
1.8.2