Home
last modified time | relevance | path

Searched refs:ushort8 (Results 1 – 25 of 238) sorted by relevance

12345678910

/dports/lang/pocl/pocl-1.8/lib/kernel/
H A Dvload_store_half_f16c.c120 ushort8 o;
121 ushort8 f;
124 ushort8
134 ushort8
144 ushort8
154 ushort8
164 ushort8
199 ushort8 u;
209 _cl_half2float8 (const ushort8 data) in _cl_half2float8()
H A Dvstore_half.cl226 ushort8 _cl_float2half8 (const float8 data);
228 ushort8 _cl_float2half8_rte (const float8 data);
230 ushort8 _cl_float2half8_rtn (const float8 data);
232 ushort8 _cl_float2half8_rtp (const float8 data);
234 ushort8 _cl_float2half8_rtz (const float8 data);
268 ((MOD ushort8 *)p)[offset] = _cl_float2half8##SUFFIX (data); \
274 ((MOD ushort8 *)p)[offset * 2] = _cl_float2half8##SUFFIX (data.lo); \
275 ((MOD ushort8 *)p)[offset * 2 + 1] = _cl_float2half8##SUFFIX (data.hi); \
307 ((MOD ushort8 *)p)[offset] = _cl_float2half8##SUFFIX (data); \
313 ((MOD ushort8 *)p)[offset * 2] = _cl_float2half8##SUFFIX (data.lo); \
[all …]
H A Dvload_half.cl52 float8 _cl_half2float8 (const ushort8 data);
81 return _cl_half2float8 (((const MOD ushort8 *)p)[offset]); \
86 float8 hi = _cl_half2float8 (((const MOD ushort8 *)p)[offset * 2]); \
87 float8 lo = _cl_half2float8 (((const MOD ushort8 *)p)[offset * 2 + 1]); \
115 return _cl_half2float8 (((const MOD ushort8 *)p)[offset]); \
120 float8 hi = _cl_half2float8 (((const MOD ushort8 *)p)[offset * 2]); \
121 float8 lo = _cl_half2float8 (((const MOD ushort8 *)p)[offset * 2 + 1]); \
H A Dupsample.cl46 IMPLEMENT_UPSAMPLE_LG_GUG(uchar8 , uchar , uchar8 , ushort8 )
52 IMPLEMENT_UPSAMPLE_LG_GUG(short8 , short , ushort8 , int8 )
58 IMPLEMENT_UPSAMPLE_LG_GUG(ushort8 , ushort, ushort8 , uint8 )
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/runnable/
H A Db18034.d4 static if (__traits(compiles, { void16 a; ushort8 b; }))
8 foreach (x; (cast(ushort8)a).array) in check()
16 ushort8 v = ushort8(x); in make()
/dports/math/onednn/oneDNN-2.5.1/src/gpu/ocl/
H A Docl_math_utils.h54 ushort8 __attribute__((overloadable)) cvt_f32_to_bf16(float8 a) { return as_ushort8 (__builtin_IB… in cvt_f32_to_bf16()
60 float8 __attribute__((overloadable)) cvt_bf16_to_f32(ushort8 a) { return __builtin_IB_bftof_8 (as… in cvt_bf16_to_f32()
90 ushort8 __attribute__((overloadable)) cvt_f32_to_bf16(float8 f) { in cvt_f32_to_bf16()
91 ushort8 r; in cvt_f32_to_bf16()
128 float8 __attribute__((overloadable)) cvt_bf16_to_f32(ushort8 b) { in cvt_bf16_to_f32()
271 DECLARE_BLOCK_WRITE_EMU(_us8, ushort8, __local, ushort) in DECLARE_BLOCK_WRITE_EMU()
353 int8 __attribute__((overloadable)) mmad8x8(ushort8 a, int8 b, int8 acc) { in mmad8x8()
375 mmad8x8_f16(ushort8 a, int8 b, float8 acc) { in mmad8x8_f16()
385 mmad8x8_bf16(ushort8 a, int8 b, float8 acc) { in mmad8x8_bf16()
412 DECLARE_MMAD_EMU(mmad8x8, idot4, 8, 8, ushort8, int8, int8)
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/libdruntime/core/
H A Dsimd.d60 static if (is(Vector!(ushort[8]))) alias Vector!(ushort[8]) ushort8; ///
512 pure @safe ushort8 pcmpeq()(ushort8 v1, ushort8 v2) in version()
514 return cast(ushort8)__simd(XMM.PCMPEQW, v1, v2); in version()
563 is(V == ushort8) || in version()
614 test!ushort8(); in version()
639 is(V == ushort8) || in version()
694 test!ushort8(); in version()
/dports/lang/gcc11/gcc-11.2.0/libphobos/libdruntime/core/
H A Dsimd.d60 static if (is(Vector!(ushort[8]))) alias Vector!(ushort[8]) ushort8; ///
512 pure @safe ushort8 pcmpeq()(ushort8 v1, ushort8 v2) in version()
514 return cast(ushort8)__simd(XMM.PCMPEQW, v1, v2); in version()
563 is(V == ushort8) || in version()
614 test!ushort8(); in version()
639 is(V == ushort8) || in version()
694 test!ushort8(); in version()
/dports/lang/gcc11-devel/gcc-11-20211009/libphobos/libdruntime/core/
H A Dsimd.d60 static if (is(Vector!(ushort[8]))) alias Vector!(ushort[8]) ushort8; ///
512 pure @safe ushort8 pcmpeq()(ushort8 v1, ushort8 v2) in version()
514 return cast(ushort8)__simd(XMM.PCMPEQW, v1, v2); in version()
563 is(V == ushort8) || in version()
614 test!ushort8(); in version()
639 is(V == ushort8) || in version()
694 test!ushort8(); in version()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libphobos/libdruntime/core/
H A Dsimd.d60 static if (is(Vector!(ushort[8]))) alias Vector!(ushort[8]) ushort8; ///
512 pure @safe ushort8 pcmpeq()(ushort8 v1, ushort8 v2) in version()
514 return cast(ushort8)__simd(XMM.PCMPEQW, v1, v2); in version()
563 is(V == ushort8) || in version()
614 test!ushort8(); in version()
639 is(V == ushort8) || in version()
694 test!ushort8(); in version()
/dports/devel/spirv-llvm-translator/SPIRV-LLVM-Translator-13.0.0/lib/SPIRV/runtime/OpenCL/inc/
H A Dspirv_convert.h2586 __attribute__((overloadable)) ushort8 __spirv_UConvert_Rushort8(ushort8);
2587 __attribute__((overloadable)) ushort8 __spirv_UConvert_Rushort8_rtz(ushort8);
2588 __attribute__((overloadable)) ushort8 __spirv_UConvert_Rushort8_rte(ushort8);
2589 __attribute__((overloadable)) ushort8 __spirv_UConvert_Rushort8_rtp(ushort8);
2590 __attribute__((overloadable)) ushort8 __spirv_UConvert_Rushort8_rtn(ushort8);
2591 __attribute__((overloadable)) ushort8 __spirv_UConvert_Rushort8_sat(ushort8);
2592 __attribute__((overloadable)) ushort8 __spirv_UConvert_Rushort8_sat_rtz(ushort8);
2593 __attribute__((overloadable)) ushort8 __spirv_UConvert_Rushort8_sat_rte(ushort8);
2594 __attribute__((overloadable)) ushort8 __spirv_UConvert_Rushort8_sat_rtp(ushort8);
2595 __attribute__((overloadable)) ushort8 __spirv_UConvert_Rushort8_sat_rtn(ushort8);
[all …]
/dports/lang/gcc10/gcc-10.3.0/libphobos/libdruntime/core/
H A Dsimd.d59 static if (is(Vector!(ushort[8]))) alias Vector!(ushort[8]) ushort8; ///
458 pure @safe ushort8 pcmpeq()(ushort8 v1, ushort8 v2) in version()
509 is(V == ushort8) || in version()
539 is(V == ushort8) || in version()
/dports/devel/avr-gcc/gcc-10.2.0/libphobos/libdruntime/core/
H A Dsimd.d59 static if (is(Vector!(ushort[8]))) alias Vector!(ushort[8]) ushort8; ///
458 pure @safe ushort8 pcmpeq()(ushort8 v1, ushort8 v2) in version()
509 is(V == ushort8) || in version()
539 is(V == ushort8) || in version()
/dports/lang/gcc9-devel/gcc-9-20211007/libphobos/libdruntime/core/
H A Dsimd.d59 static if (is(Vector!(ushort[8]))) alias Vector!(ushort[8]) ushort8; ///
458 pure @safe ushort8 pcmpeq()(ushort8 v1, ushort8 v2) in version()
509 is(V == ushort8) || in version()
539 is(V == ushort8) || in version()
/dports/lang/gcc10-devel/gcc-10-20211008/libphobos/libdruntime/core/
H A Dsimd.d59 static if (is(Vector!(ushort[8]))) alias Vector!(ushort[8]) ushort8; ///
458 pure @safe ushort8 pcmpeq()(ushort8 v1, ushort8 v2) in version()
509 is(V == ushort8) || in version()
539 is(V == ushort8) || in version()
/dports/lang/gcc9/gcc-9.4.0/libphobos/libdruntime/core/
H A Dsimd.d59 static if (is(Vector!(ushort[8]))) alias Vector!(ushort[8]) ushort8; ///
458 pure @safe ushort8 pcmpeq()(ushort8 v1, ushort8 v2) in version()
509 is(V == ushort8) || in version()
539 is(V == ushort8) || in version()
/dports/lang/gcc9-aux/gcc-9.1.0/libphobos/libdruntime/core/
H A Dsimd.d59 static if (is(Vector!(ushort[8]))) alias Vector!(ushort[8]) ushort8; ///
458 pure @safe ushort8 pcmpeq()(ushort8 v1, ushort8 v2) in version()
509 is(V == ushort8) || in version()
539 is(V == ushort8) || in version()
/dports/devel/bullet/bullet3-3.21/test/Bullet2/Source/
H A Dvector.h21 typedef unsigned short ushort8 __attribute__((__vector_size__(16))); typedef
56 typedef unsigned short ushort8 __attribute__((__vector_size__(16))); typedef
/dports/devel/py-bullet3/bullet3-3.21/test/Bullet2/Source/
H A Dvector.h21 typedef unsigned short ushort8 __attribute__((__vector_size__(16))); typedef
56 typedef unsigned short ushort8 __attribute__((__vector_size__(16))); typedef
/dports/lang/pocl/pocl-1.8/tests/kernel/
H A Dtest_convert_type_8.cl1469 expected.value = (ushort8)min_expected;
1472 expected.value = (ushort8)max_expected;
1613 expected.value = (ushort8)min_expected;
1616 expected.value = (ushort8)max_expected;
1757 expected.value = (ushort8)min_expected;
1760 expected.value = (ushort8)max_expected;
1901 expected.value = (ushort8)min_expected;
1904 expected.value = (ushort8)max_expected;
2045 expected.value = (ushort8)min_expected;
2048 expected.value = (ushort8)max_expected;
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.dg/
H A Dsimd16087.d35 static if (__traits(compiles, ushort8)) static assert(ushort8.alignof == 16);
47 static if (__traits(compiles, ushort8)) static assert(ushort8.sizeof == 16);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gdc.dg/
H A Dsimd16087.d35 static if (__traits(compiles, ushort8)) static assert(ushort8.alignof == 16);
47 static if (__traits(compiles, ushort8)) static assert(ushort8.sizeof == 16);
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.dg/
H A Dsimd16087.d35 static if (__traits(compiles, ushort8)) static assert(ushort8.alignof == 16);
47 static if (__traits(compiles, ushort8)) static assert(ushort8.sizeof == 16);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gdc.dg/
H A Dsimd16087.d35 static if (__traits(compiles, ushort8)) static assert(ushort8.alignof == 16);
47 static if (__traits(compiles, ushort8)) static assert(ushort8.sizeof == 16);
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.dg/torture/
H A Dsimd7414.d10 immutable ushort8 gushort8 = 0x8000;
29 immutable ushort8 lushort8 = 0x8000; in main()

12345678910