Home
last modified time | relevance | path

Searched refs:Exponent (Results 1 – 7 of 7) sorted by relevance

/hardware/interfaces/wifi/1.4/
Dtypes.hal302 * Burst Exponent" found in the FTM frame format. It
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h7158 unsigned int Exponent : 8; member
7162 unsigned int Exponent : 8;
7178 unsigned int Exponent : 5; member
7182 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 …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dtextures.adoc263 Representation and Computation (RGB to Shared Exponent and Shared Exponent
270 === RGB to Shared Exponent Conversion
370 === Shared Exponent to RGB
764 <<textures-sexp-RGB,Shared Exponent to RGB>>.
Dfxvertex.adoc963 <<textures-sexp-RGB,Shared Exponent to RGB>>.
/hardware/interfaces/wifi/1.6/
Dtypes.hal160 * Burst Exponent" found in the FTM frame format. It
/hardware/interfaces/wifi/1.0/
Dtypes.hal1732 * Burst Exponent" found in the FTM frame format. It
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc6715 Shared Exponent Conversion>> section (internal merge request 3606).