Home
last modified time | relevance | path

Searched refs:exp_ (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/config/
Dmathtest.adoc278 exp_{shared} =
293 \frac{red_{clamped}}{2^{(exp_{shared}-B-N)}}+ \frac{1}{2}
297 \frac{green_{clamped}}{2^{(exp_{shared}-B-N)}}+ \frac{1}{2}
301 \frac{blue_{clamped}}{2^{(exp_{shared}-B-N)}}+ \frac{1}{2}
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dtextures.adoc339 exp_{shared} =
355 { \frac{red_{clamped}}{2^{(exp_{shared}-B-N)}}+ \frac{1}{2} }
359 { \frac{green_{clamped}}{2^{(exp_{shared}-B-N)}}+ \frac{1}{2} }
363 { \frac{blue_{clamped}}{2^{(exp_{shared}-B-N)}}+ \frac{1}{2} }
376 {empty}:: latexmath:[red = red_{shared} \times {2^{(exp_{shared}-B-N)}}]
378 {2^{(exp_{shared}-B-N)}}]
379 {empty}:: latexmath:[blue = blue_{shared} \times {2^{(exp_{shared}-B-N)}}]
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h7199 unsigned int exp_ = shifted_exp & o.u; // just the exponent in half_to_float() local
7203 if (exp_ == shifted_exp) // Inf/NaN? in half_to_float()
7205 else if (exp_ == 0) // Zero/Denormal? in half_to_float()