Home
last modified time | relevance | path

Searched defs:exp32 (Results 1 – 6 of 6) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/debase/
DdeFloat16.c219 deUint32 exp32; /* exp32: biased exponent for 32-bit floats */ in deFloat32To16Round() local
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DShaderCore.cpp574 auto exp32 = (exp16 + SIMD::UInt(0x1C000)) << 13; in halfToFloatBits() local
/third_party/mesa3d/src/broadcom/compiler/
Dnir_to_vir.c1333 struct qreg exp32 = vir_AND(c, vir_SHR(c, f32, vir_uniform_ui(c, 23)), in f2f16_rtz() local
/third_party/vixl/test/aarch64/
Dtest-assembler-sve-aarch64.cc2902 int exp32[] = {0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0, 1}; in TEST_SVE() local
3022 int exp32[] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; in TEST_SVE() local
3111 int exp32[] = {0, 0, 0, 0, 0, 0, 0, 0}; in TEST_SVE() local
3197 int exp32[] = {1, 0, 0, 0}; in TEST_SVE() local
/third_party/typescript/tests/baselines/reference/
DmanyConstExports.js34 export const exp32 = "test"; constant
/third_party/typescript/tests/cases/compiler/
DmanyConstExports.ts35 export const exp32 = "test"; constant