Home
last modified time | relevance | path

Searched refs:exp32 (Results 1 – 8 of 8) 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
228 exp32 = (x.u >> 23u) & 0x000000ffu; in deFloat32To16Round()
229 exp16 = (int) (exp32) - 127 + 15; /* 15/127: exponent bias for 16-bit/32-bit floats */ in deFloat32To16Round()
233 if (exp32 == 0) in deFloat32To16Round()
239 else if (exp32 == 0x000000ffu) in deFloat32To16Round()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DShaderCore.cpp574 auto exp32 = (exp16 + SIMD::UInt(0x1C000)) << 13; in halfToFloatBits() local
575 auto norm32 = (man32 | exp32) | (isInfOrNaN & SIMD::UInt(0x7F800000)); in halfToFloatBits()
/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
1335 struct qreg exp16 = vir_ADD(c, exp32, vir_uniform_ui(c, -127 + 15)); in f2f16_rtz()
1375 inst = vir_MOV_dest(c, vir_nop_reg(), exp32); in f2f16_rtz()
1379 inst = vir_XOR_dest(c, vir_nop_reg(), exp32, vir_uniform_ui(c, 0xff)); in f2f16_rtz()
/third_party/typescript/tests/cases/compiler/
DmanyConstExports.ts35 export const exp32 = "test"; constant
/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
2906 PfirstHelper(config, in3, in2, exp32); in TEST_SVE()
3022 int exp32[] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0}; in TEST_SVE() local
3056 PnextHelper(config, kBRegSize, in3, in2, exp32); in TEST_SVE()
3111 int exp32[] = {0, 0, 0, 0, 0, 0, 0, 0}; in TEST_SVE() local
3145 PnextHelper(config, kHRegSize, in3, in2, exp32); in TEST_SVE()
3197 int exp32[] = {1, 0, 0, 0}; in TEST_SVE() local
3219 PnextHelper(config, kSRegSize, in3, in2, exp32); in TEST_SVE()
/third_party/typescript/tests/baselines/reference/
DmanyConstExports.js34 export const exp32 = "test"; constant
5007 …= exports.exp36 = exports.exp35 = exports.exp34 = exports.exp33 = exports.exp32 = exports.exp31 = …
5139 exports.exp32 = "test";
DmanyConstExports.symbols98 export const exp32 = "test";
99 >exp32 : Symbol(exp32, Decl(manyConstExports.ts, 32, 12))
DmanyConstExports.types130 export const exp32 = "test";
131 >exp32 : "test"