GFloat
0.1
GFloat: Generic floating point formats in Python
Notebooks
API
Defined Formats
GFloat
Index
Index
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
K
|
M
|
N
|
P
|
R
|
S
|
T
|
V
|
Z
B
bits (gfloat.FormatInfo property)
block (gfloat.decode_block parameter)
block_size_bytes (gfloat.BlockFormatInfo property)
BlockFormatInfo (class in gfloat)
C
code_of_max (gfloat.FormatInfo property)
code_of_min (gfloat.FormatInfo property)
code_of_nan (gfloat.FormatInfo property)
code_of_neginf (gfloat.FormatInfo property)
code_of_negzero (gfloat.FormatInfo property)
code_of_posinf (gfloat.FormatInfo property)
code_of_zero (gfloat.FormatInfo property)
D
decode_block() (in module gfloat)
decode_float() (in module gfloat)
E
element_bits (gfloat.BlockFormatInfo property)
emax (gfloat.FormatInfo attribute)
encode_block() (in module gfloat)
encode_float() (in module gfloat)
eps (gfloat.FormatInfo property)
epsneg (gfloat.FormatInfo property)
etype (gfloat.BlockFormatInfo attribute)
exp (gfloat.FloatValue attribute)
expBias (gfloat.FormatInfo property)
expBits (gfloat.FormatInfo property)
expval (gfloat.FloatValue attribute)
F
fclass (gfloat.FloatValue attribute)
fi (gfloat.decode_block parameter)
(gfloat.decode_float parameter)
(gfloat.encode_block parameter)
(gfloat.encode_float parameter)
(gfloat.round_float parameter)
float_pow2str() (in module gfloat)
float_tilde_unless_roundtrip_str() (in module gfloat)
FloatClass (class in gfloat)
FloatValue (class in gfloat)
format_info_bfloat16 (in module gfloat.formats)
format_info_binary16 (in module gfloat.formats)
format_info_binary32 (in module gfloat.formats)
format_info_ocp_e2m1 (in module gfloat.formats)
format_info_ocp_e2m3 (in module gfloat.formats)
format_info_ocp_e3m2 (in module gfloat.formats)
format_info_ocp_e4m3 (in module gfloat.formats)
format_info_ocp_e5m2 (in module gfloat.formats)
format_info_ocp_e8m0 (in module gfloat.formats)
format_info_ocp_int8 (in module gfloat.formats)
format_info_p3109() (in module gfloat.formats)
FormatInfo (class in gfloat)
fsignificand (gfloat.FloatValue attribute)
fval (gfloat.FloatValue attribute)
G
gfloat
module
gfloat.formats
module
H
has_infs (gfloat.FormatInfo attribute)
has_nz (gfloat.FormatInfo attribute)
has_subnormals (gfloat.FormatInfo attribute)
has_zero (gfloat.FormatInfo property)
I
i (gfloat.decode_float parameter)
iexp (gfloat.FormatInfo property)
INFINITE (gfloat.FloatClass attribute)
is_all_subnormal (gfloat.FormatInfo property)
is_signed (gfloat.FormatInfo attribute)
is_twos_complement (gfloat.FormatInfo attribute)
ival (gfloat.FloatValue attribute)
K
k (gfloat.BlockFormatInfo attribute)
(gfloat.FormatInfo attribute)
M
machep (gfloat.FormatInfo property)
max (gfloat.FormatInfo property)
maxexp (gfloat.FormatInfo property)
min (gfloat.FormatInfo property)
module
gfloat
gfloat.formats
N
name (gfloat.BlockFormatInfo attribute)
(gfloat.FormatInfo attribute)
NAN (gfloat.FloatClass attribute)
NORMAL (gfloat.FloatClass attribute)
num_high_nans (gfloat.FormatInfo attribute)
num_nans (gfloat.FormatInfo property)
P
p (gfloat.formats.format_info_p3109 parameter)
precision (gfloat.FormatInfo attribute)
R
rnd (gfloat.round_float parameter)
round_float() (in module gfloat)
RoundMode (class in gfloat)
S
sat (gfloat.round_float parameter)
scale (gfloat.encode_block parameter)
scale_bits (gfloat.BlockFormatInfo property)
signbit (gfloat.FloatValue attribute)
signBits (gfloat.FormatInfo property)
significand (gfloat.FloatValue attribute)
smallest (gfloat.FormatInfo property)
smallest_normal (gfloat.FormatInfo property)
smallest_subnormal (gfloat.FormatInfo property)
stype (gfloat.BlockFormatInfo attribute)
SUBNORMAL (gfloat.FloatClass attribute)
T
TiesToAway (gfloat.RoundMode attribute)
TiesToEven (gfloat.RoundMode attribute)
TowardNegative (gfloat.RoundMode attribute)
TowardPositive (gfloat.RoundMode attribute)
TowardZero (gfloat.RoundMode attribute)
tSignificandBits (gfloat.FormatInfo property)
V
v (gfloat.encode_float parameter)
(gfloat.round_float parameter)
vals (gfloat.encode_block parameter)
Z
ZERO (gfloat.FloatClass attribute)