Searched defs:x32 (Results 1 – 9 of 9) sorted by relevance
/third_party/typescript/tests/baselines/reference/ |
D | genericRestParameters1.js | 91 let x32 = callr(sn, f16); // string | number variable
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_lower_int64.c | 80 nir_ssa_def *x32 = x->bit_size == 32 ? x : nir_i2i32(b, x); in lower_i2i64() local 105 nir_ssa_def *x32 = x->bit_size == 32 ? x : nir_u2u32(b, x); in lower_u2u64() local 431 nir_ssa_def *x32[4], *y32[4]; in lower_mul_high64() local
|
/third_party/rust/crates/libc/libc-test/ |
D | build.rs | 3047 let x32 = target.contains("x32"); in test_linux() localVariable
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | fft_vsx.h | 291 vec_f x32, x33, x34; in fft8_vsx_interleave() local 365 vec_f x32, x33, x34, x35; in fft16_vsx_interleave() local
|
/third_party/ffmpeg/libavfilter/ |
D | vf_dctdnoiz.c | 231 const float x32 = x27 + x28; in fdct16_1d() local 314 const float x32 = x0a - x0e; in idct16_1d() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/ |
D | vktSpvAsmTypeTests.cpp | 3247 deInt32 x32 = static_cast<deInt32>(x); in test_mul_div() local 3307 deInt32 x32 = static_cast<deInt32>(x); in test_mul_div() local 3451 const deUint32 x32 = static_cast<deUint32>(x); in test_mul_div() local 3509 const deUint32 x32 = static_cast<deUint32>(x); in test_mul_div() local
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/ |
D | vktSpvAsmTypeTests.cpp | 3247 deInt32 x32 = static_cast<deInt32>(x); in test_mul_div() local 3307 deInt32 x32 = static_cast<deInt32>(x); in test_mul_div() local 3451 const deUint32 x32 = static_cast<deUint32>(x); in test_mul_div() local 3509 const deUint32 x32 = static_cast<deUint32>(x); in test_mul_div() local
|
/third_party/node/deps/npm/node_modules/tweetnacl/ |
D | nacl-fast.js | 1369 var x32 = x.subarray(32); variable
|
/third_party/typescript/tests/cases/conformance/expressions/contextualTyping/ |
D | generatedContextualTyping.ts | 39 class x32 { private member: Array<Base> = [d1, d2] } class
|