Searched refs:Exponent (Results 1 – 7 of 7) sorted by relevance
302 * Burst Exponent" found in the FTM frame format. It
7158 unsigned int Exponent : 8; member7162 unsigned int Exponent : 8;7178 unsigned int Exponent : 5; member7182 unsigned int Exponent : 5;7219 if (f.s.Exponent == 0) // Signed zero/denormal (which will underflow) in float_to_half_full()7220 o.s.Exponent = 0; in float_to_half_full()7221 else if (f.s.Exponent == 255) // Inf or NaN (all exponent bits set) in float_to_half_full()7223 o.s.Exponent = 31; in float_to_half_full()7228 int newexp = f.s.Exponent - 127 + 15; in float_to_half_full()7230 o.s.Exponent = 31; in float_to_half_full()[all …]
263 Representation and Computation (RGB to Shared Exponent and Shared Exponent270 === RGB to Shared Exponent Conversion370 === Shared Exponent to RGB764 <<textures-sexp-RGB,Shared Exponent to RGB>>.
963 <<textures-sexp-RGB,Shared Exponent to RGB>>.
160 * Burst Exponent" found in the FTM frame format. It
1732 * Burst Exponent" found in the FTM frame format. It
6715 Shared Exponent Conversion>> section (internal merge request 3606).