Data Fields | |
unsigned int | h_word [SCS_NB_WORDS] |
scs_db_number | exception |
int | index |
int | sign |
An SCS number is a a floating-point number in base 2^32.
Definition at line 98 of file scs.h.
|
the digits, as 32 bits words.
|
|
Used to store Nan,+/-0, Inf, etc and then let the hardware handle them.
|
|
This corresponds to the exponent in an FP format, but here we are in base 2^32.
Definition at line 105 of file scs.h. Referenced by scs_inv(). |
|
The sign equals 1 or -1.
|