Home
last modified time | relevance | path

Searched refs:f32 (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/util/
Dformat_r11g11b10f.h58 } f32 = {val}; in f32_to_uf11() local
63 int sign = (f32.ui >> 16) & 0x8000; in f32_to_uf11()
65 int exponent = ((f32.ui >> 23) & 0xff) - 127; in f32_to_uf11()
66 int mantissa = f32.ui & 0x007fffff; in f32_to_uf11()
106 } f32; in uf11_to_f32() local
111 f32.f = 0.0; in uf11_to_f32()
116 f32.f = scale * mantissa; in uf11_to_f32()
119 f32.ui = F32_INFINITY | mantissa; in uf11_to_f32()
129 f32.f = scale * decimal; in uf11_to_f32()
132 return f32.f; in uf11_to_f32()
[all …]
Dhalf_float.c151 union fi f32; in _mesa_half_to_float_slow() local
158 f32.ui = (val & 0x7fff) << 13; in _mesa_half_to_float_slow()
161 f32.f *= magic.f; in _mesa_half_to_float_slow()
165 if (f32.f >= infnan.f) in _mesa_half_to_float_slow()
166 f32.ui |= 0xff << 23; in _mesa_half_to_float_slow()
169 f32.ui |= (uint32_t)(val & 0x8000) << 16; in _mesa_half_to_float_slow()
171 return f32.f; in _mesa_half_to_float_slow()
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dtype_precision.hpp612 typedef float32 f32; typedef
638 typedef tvec1<f32, defaultp> f32vec1;
642 typedef tvec2<f32, defaultp> f32vec2;
646 typedef tvec3<f32, defaultp> f32vec3;
650 typedef tvec4<f32, defaultp> f32vec4;
679 typedef tmat2x2<f32, defaultp> fmat2;
683 typedef tmat3x3<f32, defaultp> fmat3;
687 typedef tmat4x4<f32, defaultp> fmat4;
696 typedef tmat2x2<f32, defaultp> fmat2x2;
700 typedef tmat2x3<f32, defaultp> fmat2x3;
[all …]
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_nir_convert_ycbcr.c87 …{ { .f32 = 1.402f }, { .f32 = 1.0f }, { .f32 = 0.0f }, { .f32 = 0.0f }… in ycbcr_model_to_rgb_matrix()
88 …{ { .f32 = -0.714136286201022f }, { .f32 = 1.0f }, { .f32 = -0.344136286201022f }, { .f32 = 0.0f }… in ycbcr_model_to_rgb_matrix()
89 …{ { .f32 = 0.0f }, { .f32 = 1.0f }, { .f32 = 1.772f }, { .f32 = 0.0f }… in ycbcr_model_to_rgb_matrix()
96 …{ { .f32 = 1.5748031496063f }, { .f32 = 1.0f }, { .f32 = 0.0f }, { .f32 = 0.0f }… in ycbcr_model_to_rgb_matrix()
97 …{ { .f32 = -0.468125209181067f }, { .f32 = 1.0f }, { .f32 = -0.187327487470334f }, { .f32 = 0.0f }… in ycbcr_model_to_rgb_matrix()
98 …{ { .f32 = 0.0f }, { .f32 = 1.0f }, { .f32 = 1.85563184264242f }, { .f32 = 0.0f }… in ycbcr_model_to_rgb_matrix()
105 …{ { .f32 = 1.4746f }, { .f32 = 1.0f }, { .f32 = 0.0f }, { .f32 = 0.0f }… in ycbcr_model_to_rgb_matrix()
106 …{ { .f32 = -0.571353126843658f }, { .f32 = 1.0f }, { .f32 = -0.164553126843658f }, { .f32 = 0.0f }… in ycbcr_model_to_rgb_matrix()
107 …{ { .f32 = 0.0f }, { .f32 = 1.0f }, { .f32 = 1.8814f }, { .f32 = 0.0f }… in ycbcr_model_to_rgb_matrix()
/hardware/google/gfxstream/third-party/glm/include/glm/
Dfwd.hpp1453 typedef lowp_f32 f32; typedef
1479 typedef mediump_float32 f32; typedef
1505 typedef highp_float32_t f32; typedef
1614 typedef tvec1<f32, lowp> lowp_f32vec1;
1618 typedef tvec2<f32, lowp> lowp_f32vec2;
1622 typedef tvec3<f32, lowp> lowp_f32vec3;
1626 typedef tvec4<f32, lowp> lowp_f32vec4;
1630 typedef tvec1<f32, mediump> mediump_f32vec1;
1634 typedef tvec2<f32, mediump> mediump_f32vec2;
1638 typedef tvec3<f32, mediump> mediump_f32vec3;
[all …]
/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dnumber_precision.hpp42 …typedef f32 f32vec1; //!< \brief Single-precision floating-point scalar. (from GLM_GTX_number…
48 …typedef f32 f32mat1; //!< \brief Single-precision floating-point scalar. (from GLM_GTX_number_pr…
49 …typedef f32 f32mat1x1; //!< \brief Single-precision floating-point scalar. (from GLM_GTX_number_…
/hardware/interfaces/automotive/audiocontrol/aidl/rust_impl/src/
Ddefault_audio_control_hal.rs53 fn setBalanceTowardRight(&self, _value : f32) -> BinderResult<()> { in setBalanceTowardRight()
57 fn setFadeTowardFront(&self, _value : f32) -> BinderResult<()> { in setFadeTowardFront()
/hardware/google/gfxstream/guest/mesa/src/util/format/
Du_format.csv130 PIPE_FORMAT_A32_FLOAT , plain, 1, 1, 1, f32 , , , , 000x, rgb
131 PIPE_FORMAT_L32_FLOAT , plain, 1, 1, 1, f32 , , , , xxx1, rgb
132 PIPE_FORMAT_L32A32_FLOAT , plain, 1, 1, 1, f32 , f32 , , , xxxy, rgb
133 PIPE_FORMAT_I32_FLOAT , plain, 1, 1, 1, f32 , , , , xxxx, rgb
160 PIPE_FORMAT_Z32_FLOAT , plain, 1, 1, 1, f32 , , , , x___, zs
167 PIPE_FORMAT_Z32_FLOAT_S8X24_UINT , plain, 1, 1, 1, f32 , up8 , x24, , xy__, zs, f32 , x2…
319 PIPE_FORMAT_R32_FLOAT , plain, 1, 1, 1, f32 , , , , x001, rgb
320 PIPE_FORMAT_R32G32_FLOAT , plain, 1, 1, 1, f32 , f32 , , , xy01, rgb
321 PIPE_FORMAT_R32G32B32_FLOAT , plain, 1, 1, 1, f32 , f32 , f32 , , xyz1, rgb
322 PIPE_FORMAT_R32G32B32A32_FLOAT , plain, 1, 1, 1, f32 , f32 , f32 , f32 , xyzw, rgb
[all …]
/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dastcenc_vecmathlib_sse_4.h987 __m128 f32 = _mm_cvtph_ps(packed); in float16_to_float() local
988 return vfloat4(f32); in float16_to_float()
1005 __m128 f32 = _mm_cvtph_ps(packed); in float16_to_float() local
1006 return _mm_cvtss_f32(f32); in float16_to_float()
Dtinyexr.h9766 FP32 f32 = half_to_float(hf); in DecodePixelData() local
9780 *image = f32.f; in DecodePixelData()
9904 tinyexr::FP32 f32 = half_to_float(hf); in DecodePixelData() local
9919 *image = f32.f; in DecodePixelData()
10041 tinyexr::FP32 f32 = half_to_float(hf); in DecodePixelData() local
10053 *image = f32.f; in DecodePixelData()
10242 tinyexr::FP32 f32 = half_to_float(hf); in DecodePixelData() local
10244 outLine[u] = f32.f; in DecodePixelData()
12255 tinyexr::FP32 f32 = half_to_float(h16); in SaveEXRImageToMemory() local
12257 tinyexr::swap4(reinterpret_cast<unsigned int *>(&f32.f)); in SaveEXRImageToMemory()
[all …]
/hardware/interfaces/tv/tuner/assets/
Dtuner_frontend_input.es796 …\|a ᾞ�0㧶��ҟ3ਦ���wÕT+>���|�?�ñ� �{��ۯֱ�����W>i뾞�z��g�����k�ѥ�5 ����f32��0ɨ�7��S��O�`�8…