Home
last modified time | relevance | path

Searched refs:b16 (Results 1 - 21 of 21) sorted by relevance

/third_party/opencl-headers/tests/
H A Dtest_headers.c37 cl_char16 b16 = a16; in test_char() local
44 printf("b16: %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d %d\n", b16.s[0], b16.s[1], b16.s[2], b16.s[3], b16.s[4], b16.s[5], b16.s[6], b16 in test_char()
97 cl_uchar16 b16 = a16; test_uchar() local
157 cl_short16 b16 = a16; test_short() local
217 cl_ushort16 b16 = a16; test_ushort() local
277 cl_int16 b16 = a16; test_int() local
337 cl_uint16 b16 = a16; test_uint() local
397 cl_long16 b16 = a16; test_long() local
457 cl_ulong16 b16 = a16; test_ulong() local
517 cl_float16 b16 = a16; test_float() local
579 cl_double16 b16 = a16; test_double() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A DassignmentCompatWithCallSignatures6.js41 var b16: <T>(x: { a: T; b: T }) => T[]; variable
42 x.a16 = b16;
43 b16 = x.a16;
107 var b16; variable
108 x.a16 = b16;
109 b16 = x.a16;
H A DassignmentCompatWithConstructSignatures6.js41 var b16: new <T>(x: { a: T; b: T }) => T[]; variable
42 x.a16 = b16;
43 b16 = x.a16;
107 var b16; variable
108 x.a16 = b16;
109 b16 = x.a16;
H A DassignmentCompatWithCallSignatures4.js77 var b16: <T>(x: (a: T) => T) => T[]; variable
78 a16 = b16;
79 b16 = a16;
183 var b16; variable
184 a16 = b16;
185 b16 = a16;
H A DassignmentCompatWithConstructSignatures4.js77 var b16: new <T>(x: (a: T) => T) => T[]; variable
78 a16 = b16; // error
79 b16 = a16; // error
183 var b16; variable
184 a16 = b16; // error
185 b16 = a16; // error
H A DassignmentCompatWithCallSignatures3.js91 var b16: <T extends Base>(x: T) => number[]; variable
92 a16 = b16; // ok
93 b16 = a16; // ok
208 var b16; variable
209 a16 = b16; // ok
210 b16 = a16; // ok
H A DassignmentCompatWithConstructSignatures3.js91 var b16: new <T extends Base>(x: T) => number[]; variable
92 a16 = b16; // ok
93 b16 = a16; // ok
208 var b16; variable
209 a16 = b16; // ok
210 b16 = a16; // ok
H A DassignmentCompatWithCallSignatures5.js57 var b16: <T>(x: { a: T; b: T }) => T[]; variable
58 a15 = b16; // ok
146 var b16; variable
147 a15 = b16; // ok
H A DassignmentCompatWithConstructSignatures5.js57 var b16: new <T>(x: { a: T; b: T }) => T[]; variable
58 a15 = b16; // ok
146 var b16; variable
147 a15 = b16; // ok
H A DgenericsManyTypeParameters.js37 x16: a116, y18: a216, z16: a316, a16: a416, b16: a516, c16: a616,
57 x16 , y18 , z16 , a16 , b16 , c16,
63 function Foo(x1, y1, z1, a1, b1, c1, x2, y2, z2, a2, b2, c2, x3, y3, z3, a3, b3, c3, x4, y4, z4, a4, b4, c4, x5, y5, z5, a5, b5, c5, x6, y6, z6, a6, b6, c6, x7, y7, z7, a7, b7, c7, x8, y8, z8, a8, b8, c8, x9, y9, z9, a9, b9, c9, x10, y12, z10, a10, b10, c10, x11, y13, z11, a11, b11, c11, x12, y14, z12, a12, b12, c12, x13, y15, z13, a13, b13, c13, x14, y16, z14, a14, b14, c14, x15, y17, z15, a15, b15, c15, x16, y18, z16, a16, b16, c16, x17, y19, z17, a17, b17, c17, x18, y10, z18, a18, b18, c18) {
79 x16, y18, z16, a16, b16, c16,
/third_party/mesa3d/src/amd/compiler/tests/
H A Dtest_optimizer.cpp1347 //>> v1: %a, v1: %b, v1: %c, v2b: %a16, v2b: %b16 = p_startpgm
1357 Temp b16 = inputs[4]; variable
1375 //! v2b: %res4 = v_fma_mixlo_f16 1.0, %a, lo(%b16)
1377 writeout(4, f2f16(fadd(a, f2f32(b16))));
1379 //! v2b: %res5 = v_fma_mixlo_f16 %a, lo(%b16), %c
1381 writeout(5, f2f16(fma(a, f2f32(b16), c)));
1413 //>> v1: %a, v1: %b, v2b: %a16, v2b: %b16 = p_startpgm
1422 Temp b16 = inputs[3]; variable
1438 writeout(2, f2f32(fabs(fadd(a16, b16))));
1443 writeout(3, f2f32(fneg(fadd(a16, b16))));
1526 Temp b16 = inputs[4]; global() variable
[all...]
/third_party/backends/include/sane/
H A Dsanei_ir.h43 uint16_t *b16; /**< > 8, <= 16 bits */ member
/third_party/libwebsockets/lib/misc/fts/
H A Dtrie-fd.c79 b16(unsigned char *b) in b16() function
264 lt->chunk_line_number_count = b16(&buf[bp + 2]); in lws_fts_cache_chunktable()
271 ofs_linetable += b16(&buf[bp]); in lws_fts_cache_chunktable()
273 } while (b16(&buf[bp])); in lws_fts_cache_chunktable()
/third_party/skia/include/private/
H A DSkNx_neon.h664 uint16x4_t b16 = vqmovun_s32(b.fVec); in SkNx_cast() local
666 return vqmovn_u16(vcombine_u16(a16, b16)); in SkNx_cast()
/third_party/mesa3d/src/freedreno/ir3/
H A Ddisasm-a3xx.c255 OPC(3, OPC_SEL_B16, sel.b16),
/third_party/vixl/test/aarch64/
H A Dtest-assembler-neon-aarch64.cc6350 __ Addv(b16, v0.V8B()); in TEST()
6437 __ Smaxv(b16, v0.V8B()); in TEST()
6466 __ Sminv(b16, v0.V8B()); in TEST()
6494 __ Umaxv(b16, v0.V8B()); in TEST()
6523 __ Uminv(b16, v0.V8B()); in TEST()
8315 __ Sqshl(b16, b0, 1); in TEST()
8372 __ Uqshl(b16, b0, 1); in TEST()
8429 __ Sqshlu(b16, b0, 2); in TEST()
8864 __ Uqshl(b16, b0, b2); in TEST()
8916 __ Sqshl(b16, b in TEST()
[all...]
H A Dtest-trace-aarch64.cc1636 __ sqrshrun(b16, h9, 5); in GenerateTestSequenceNEON()
H A Dtest-disasm-sve-aarch64.cc2941 COMPARE(uminv(b16, p3, z0.VnB()), "uminv b16, p3, z0.b"); in TEST()
/third_party/vk-gl-cts/framework/common/
H A DtcuCompressedTexture.cpp2190 const deInt16 b16 = finishUnquantize(interpolate(endpointStartB, endpointEndB, colorIndex, colorIndexBC), hasSign); in decompressBc6H() local
2205 dstPixel[2] = b16; in decompressBc6H()
/third_party/astc-encoder/Source/
H A Dwuffs-v0.3.c3771 uint32_t b16 = ((uint32_t)(0xFFFF & (argb_nonpremul >> 0))); in wuffs_base__color_u64_argb_nonpremul__as__color_u32_argb_premul() local
3772 b16 = (b16 * a16) / 0xFFFF; in wuffs_base__color_u64_argb_nonpremul__as__color_u32_argb_premul()
3775 ((b16 >> 8) << 0); in wuffs_base__color_u64_argb_nonpremul__as__color_u32_argb_premul()
3787 uint64_t b16 = 0x101 * (0xFF & (c >> 0)); in wuffs_base__color_u32_argb_premul__as__color_u64_argb_nonpremul() local
3788 return 0xFFFF000000000000u | (r16 << 32) | (g16 << 16) | (b16 << 0); in wuffs_base__color_u32_argb_premul__as__color_u64_argb_nonpremul()
3799 uint64_t b16 = (b * (0x101 * 0xFFFF)) / a16; in wuffs_base__color_u32_argb_premul__as__color_u64_argb_nonpremul() local
3801 return (a16 << 48) | (r16 << 32) | (g16 << 16) | (b16 << 0); in wuffs_base__color_u32_argb_premul__as__color_u64_argb_nonpremul()
3809 uint64_t b16 = 0x101 * (0xFF & (c >> 0)); in wuffs_base__color_u32__as__color_u64() local
3810 return (a16 << 48) | (r16 << 32) | (g16 << 16) | (b16 << in wuffs_base__color_u32__as__color_u64()
[all...]
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.3.c3556 uint32_t b16 = ((uint32_t)(0xFFFF & (argb_nonpremul >> 0))); in wuffs_base__color_u64_argb_nonpremul__as__color_u32_argb_premul() local
3557 b16 = (b16 * a16) / 0xFFFF; in wuffs_base__color_u64_argb_nonpremul__as__color_u32_argb_premul()
3560 ((b16 >> 8) << 0); in wuffs_base__color_u64_argb_nonpremul__as__color_u32_argb_premul()
3572 uint64_t b16 = 0x101 * (0xFF & (c >> 0)); in wuffs_base__color_u32_argb_premul__as__color_u64_argb_nonpremul() local
3573 return 0xFFFF000000000000u | (r16 << 32) | (g16 << 16) | (b16 << 0); in wuffs_base__color_u32_argb_premul__as__color_u64_argb_nonpremul()
3584 uint64_t b16 = (b * (0x101 * 0xFFFF)) / a16; in wuffs_base__color_u32_argb_premul__as__color_u64_argb_nonpremul() local
3586 return (a16 << 48) | (r16 << 32) | (g16 << 16) | (b16 << 0); in wuffs_base__color_u32_argb_premul__as__color_u64_argb_nonpremul()
3594 uint64_t b16 = 0x101 * (0xFF & (c >> 0)); in wuffs_base__color_u32__as__color_u64() local
3595 return (a16 << 48) | (r16 << 32) | (g16 << 16) | (b16 << in wuffs_base__color_u32__as__color_u64()
[all...]

Completed in 84 milliseconds