Home
last modified time | relevance | path

Searched refs:ushort16 (Results 1 – 25 of 230) sorted by relevance

12345678910

/dports/security/p5-CryptX/CryptX-0.075/src/ltc/ciphers/
H A Didea.c36 typedef unsigned short int ushort16;
44 a = (ushort16)p - (ushort16)HIGH16(p); \
50 #define LOAD16(x,y) { x = ((ushort16)((y)[0] & 255)<<8) | ((ushort16)((y)[1] & 255)); }
52 static ushort16 s_mul_inv(ushort16 x)
54 ushort16 y = x;
64 static ushort16 s_add_inv(ushort16 x)
72 ushort16 *e_key = skey->idea.ek;
73 ushort16 *d_key = skey->idea.dk;
104 ushort16 x0, x1, x2, x3, t0, t1;
156 burn_stack(sizeof(ushort16) * 6 + sizeof(int));
[all …]
/dports/graphics/rawstudio/rawstudio-2.0/plugins/load-rawspeed/rawspeed/
H A DLJpegPlain.cpp181 ushort16 *dest = (ushort16*) & draw[offset[0] & 0x0fffffff]; in decodeScanLeftGeneric()
317 ushort16 *dest = (ushort16*) & draw[offset[0] & 0x0fffffff]; in decodeScanLeft4_2_0()
443 ushort16 *dest = (ushort16*) & draw[offset[0] & 0x0fffffff]; in decodeScanLeft4_2_2()
552 ushort16 *dest = (ushort16*) & draw[offset[0] & 0x0fffffff]; in decodeScanLeft2Comps()
553 ushort16 *predict = dest; in decodeScanLeft2Comps()
565 *dest++ = (ushort16)p1; in decodeScanLeft2Comps()
570 *dest++ = (ushort16)p2; in decodeScanLeft2Comps()
642 ushort16 *dest = (ushort16*) & draw[offset[0] & 0x0fffffff]; in decodeScanLeft3Comps()
643 ushort16 *predict = dest; in decodeScanLeft3Comps()
738 ushort16 *dest = (ushort16*) & draw[offset[0] & 0x0fffffff]; in decodeScanLeft4Comps()
[all …]
H A DCr2Decoder.cpp214 ushort16* c_line; in interpolate_422()
217 c_line = (ushort16*)mRaw->getData(0, y); in interpolate_422()
262 ushort16* c_line; in interpolate_420()
264 ushort16* n_line; in interpolate_420()
266 ushort16* nn_line; in interpolate_420()
272 c_line = (ushort16*)mRaw->getData(0, y * 2); in interpolate_420()
273 n_line = (ushort16*)mRaw->getData(0, y * 2 + 1); in interpolate_420()
274 nn_line = (ushort16*)mRaw->getData(0, y * 2 + 2); in interpolate_420()
326 c_line = (ushort16*)mRaw->getData(0, end_h * 2); in interpolate_420()
370 ushort16* c_line; in interpolate_422_old()
[all …]
H A DRawImageDataU16.cpp61 ushort16 *pixel = (ushort16*)getDataUncropped(mOffset.x, y); in calculateBlackAreas()
75 ushort16 *pixel = (ushort16*)getDataUncropped(area.offset, y); in calculateBlackAreas()
124 ushort16 *pixel = (ushort16*)getData(skipBorder, row); in scaleBlackWhite()
263 ushort16 *pixel = (ushort16*)getData(0, y); in scaleValues()
289 ushort16 *pixel = (ushort16*)getData(0, y); in scaleValues()
H A DArwDecoder.cpp75 const ushort16* c = raw->getEntry(SONY_CURVE)->getShortArray(); in decodeRaw()
116 ushort16* dest = (ushort16*) & data[0]; in DecodeARW()
117 uint32 pitch = mRaw->pitch / sizeof(ushort16); in DecodeARW()
157 ushort16* dest = (ushort16*) & data[y*pitch]; in DecodeARW2()
204 ushort16* dest = (ushort16*) & data[y*pitch]; in decodeThreaded()
H A DRawDecoder.cpp135 ushort16* dest = (ushort16*) & data[offset.x*sizeof(ushort16)*cpp+y*outPitch]; in readUncompressedRaw()
147 BitBlt(&data[offset.x*sizeof(ushort16)*cpp+y*outPitch], outPitch, in readUncompressedRaw()
158 ushort16* dest = (ushort16*) & data[offset.x*sizeof(ushort16)+y*outPitch]; in readUncompressedRaw()
180 ushort16* dest = (ushort16*) & data[y*pitch]; in Decode12BitRaw()
H A DTiffEntryBE.h38 virtual ushort16 getShort();
40 virtual const ushort16* getShortArray();
H A DByteStreamSwap.cpp19 ushort16 ByteStreamSwap::getShort() { in getShort()
24 return (ushort16)((a << 8) | b); in getShort()
H A DDngDecoder.cpp337 const ushort16* tl = raw->getEntry(DEFAULTCROPORIGIN)->getShortArray(); in decodeRaw()
338 const ushort16* sz = raw->getEntry(DEFAULTCROPSIZE)->getShortArray(); in decodeRaw()
353 const ushort16* intable = raw->getEntry(LINEARIZATIONTABLE)->getShortArray(); in decodeRaw()
355 ushort16 table[65536]; in decodeRaw()
364 ushort16* pixels = (ushort16*)mRaw->getData(0, y); in decodeRaw()
411 const ushort16* r = masked->getShortArray(); in decodeMaskedAreas()
443 const ushort16 *dim = raw->getEntry(BLACKLEVELREPEATDIM)->getShortArray(); in decodeBlackLevels()
458 const ushort16* sblackarray = NULL; in decodeBlackLevels()
H A DTiffIFD.h54 inline bool isTiffSameAsHost(const ushort16* tifftag) { in isTiffSameAsHost()
64 inline Endianness getTiffEndianness(const ushort16* tifftag) { in getTiffEndianness()
H A DTiffEntry.h72 virtual ushort16 getShort();
74 virtual const ushort16* getShortArray();
H A DByteStream.cpp57 ushort16 ByteStream::getShort() { in getShort()
60 return *(ushort16*)&buffer[off+=4]; in getShort()
H A DOrfDecoder.cpp129 ushort16* dest = (ushort16*) & data[y*pitch]; in decodeCompressed()
134 for (nbits = 2 + i; (ushort16) acarry0[0] >> (nbits + i); nbits++); in decodeCompressed()
185 for (nbits = 2 + i; (ushort16) acarry1[0] >> (nbits + i); nbits++); in decodeCompressed()
/dports/graphics/opencv/opencv-4.5.3/modules/imgproc/src/opencl/
H A DboxFilter3x3.cl20 ushort a; ushort16 b; ushort c;
21 ushort d; ushort16 e; ushort f;
22 ushort g; ushort16 h; ushort i;
23 ushort j; ushort16 k; ushort l;
41 ushort16 sum, mid;
103 …mid = (ushort16)(d, e.s0123, e.s456789ab, e.scde) + e + (ushort16)(e.s123, e.s4567, e.s89abcdef, f…
104 … (ushort16)(g, h.s0123, h.s456789ab, h.scde) + h + (ushort16)(h.s123, h.s4567, h.s89abcdef, i);
106 …sum = (ushort16)(a, b.s0123, b.s456789ab, b.scde) + b + (ushort16)(b.s123, b.s4567, b.s89abcdef, c…
116 … (ushort16)(j, k.s0123, k.s456789ab, k.scde) + k + (ushort16)(k.s123, k.s4567, k.s89abcdef, l);
/dports/devel/spirv-llvm-translator/SPIRV-LLVM-Translator-13.0.0/lib/SPIRV/runtime/OpenCL/inc/
H A Dspirv_convert.h2626 __attribute__((overloadable)) ushort16 __spirv_UConvert_Rushort16(ushort16);
2627 __attribute__((overloadable)) ushort16 __spirv_UConvert_Rushort16_rtz(ushort16);
2628 __attribute__((overloadable)) ushort16 __spirv_UConvert_Rushort16_rte(ushort16);
2629 __attribute__((overloadable)) ushort16 __spirv_UConvert_Rushort16_rtp(ushort16);
2630 __attribute__((overloadable)) ushort16 __spirv_UConvert_Rushort16_rtn(ushort16);
2631 __attribute__((overloadable)) ushort16 __spirv_UConvert_Rushort16_sat(ushort16);
2632 __attribute__((overloadable)) ushort16 __spirv_UConvert_Rushort16_sat_rtz(ushort16);
2633 __attribute__((overloadable)) ushort16 __spirv_UConvert_Rushort16_sat_rte(ushort16);
2634 __attribute__((overloadable)) ushort16 __spirv_UConvert_Rushort16_sat_rtp(ushort16);
2635 __attribute__((overloadable)) ushort16 __spirv_UConvert_Rushort16_sat_rtn(ushort16);
[all …]
/dports/lang/pocl/pocl-1.8/lib/kernel/
H A Dupsample.cl47 IMPLEMENT_UPSAMPLE_LG_GUG(uchar16 , uchar , uchar16 , ushort16)
53 IMPLEMENT_UPSAMPLE_LG_GUG(short16 , short , ushort16, int16 )
59 IMPLEMENT_UPSAMPLE_LG_GUG(ushort16, ushort, ushort16, uint16 )
/dports/lang/pocl/pocl-1.8/tests/kernel/
H A Dtest_convert_type_16.cl1469 expected.value = (ushort16)min_expected;
1472 expected.value = (ushort16)max_expected;
1613 expected.value = (ushort16)min_expected;
1616 expected.value = (ushort16)max_expected;
1757 expected.value = (ushort16)min_expected;
1760 expected.value = (ushort16)max_expected;
1901 expected.value = (ushort16)min_expected;
1904 expected.value = (ushort16)max_expected;
2045 expected.value = (ushort16)min_expected;
2048 expected.value = (ushort16)max_expected;
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.dg/
H A Dsimd16087.d58 static if (__traits(compiles, ushort16)) static assert(ushort16.alignof == 32);
70 static if (__traits(compiles, ushort16)) static assert(ushort16.sizeof == 32);
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gdc.dg/
H A Dsimd16087.d58 static if (__traits(compiles, ushort16)) static assert(ushort16.alignof == 32);
70 static if (__traits(compiles, ushort16)) static assert(ushort16.sizeof == 32);
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gdc.dg/
H A Dsimd16087.d58 static if (__traits(compiles, ushort16)) static assert(ushort16.alignof == 32);
70 static if (__traits(compiles, ushort16)) static assert(ushort16.sizeof == 32);
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gdc.dg/
H A Dsimd16087.d58 static if (__traits(compiles, ushort16)) static assert(ushort16.alignof == 32);
70 static if (__traits(compiles, ushort16)) static assert(ushort16.sizeof == 32);
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/BiFModule/Languages/OpenCL/Integer/
H A Dupsample.cl91 ushort16 OVERLOADABLE upsample( uchar16 hi,
134 ushort16 lo )
175 uint16 OVERLOADABLE upsample( ushort16 hi,
176 ushort16 lo )
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Sema/
H A Dconversion.c424 typedef __attribute__ ((ext_vector_type(16),__aligned__(32))) uint16_t ushort16; typedef
427 void test27(ushort16 constants) { in test27()
429ushort16 crCbScale = pairedConstants.s4; // expected-warning {{implicit conversion loses integer p… in test27()
430ushort16 brBias = pairedConstants.s6; // expected-warning {{implicit conversion loses integer prec… in test27()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Sema/
H A Dconversion.c424 typedef __attribute__ ((ext_vector_type(16),__aligned__(32))) uint16_t ushort16; typedef
427 void test27(ushort16 constants) { in test27()
429ushort16 crCbScale = pairedConstants.s4; // expected-warning {{implicit conversion loses integer p… in test27()
430ushort16 brBias = pairedConstants.s6; // expected-warning {{implicit conversion loses integer prec… in test27()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Sema/
H A Dconversion.c424 typedef __attribute__ ((ext_vector_type(16),__aligned__(32))) uint16_t ushort16; typedef
427 void test27(ushort16 constants) { in test27()
429ushort16 crCbScale = pairedConstants.s4; // expected-warning {{implicit conversion loses integer p… in test27()
430ushort16 brBias = pairedConstants.s6; // expected-warning {{implicit conversion loses integer prec… in test27()

12345678910