Home
last modified time | relevance | path

Searched refs:DestType (Results 1 – 25 of 720) sorted by last modified time

12345678910>>...29

/dports/x11-toolkits/p5-Prima/Prima-1.63/img/
H A Dconv.c25 DestType *dst = (DestType*) dstData; \
153 DestType *dst = (DestType*) dstData; \
163 DestType v = (dstLo<minimum_##DestType##Value) ? minimum_##DestType##Value : \
164 ((dstLo>maximum_##DestType##Value) ? maximum_##DestType##Value : dstLo); \
183 v = (v<minimum_##DestType##Value) ? minimum_##DestType##Value : \
184 ((v>maximum_##DestType##Value) ? maximum_##DestType##Value : v); \
198 DestType* dst = (DestType*) dstData; \
243 DestType v = (dstLo<minimum_##DestType##Value) ? minimum_##DestType##Value : \
244 ((dstLo>maximum_##DestType##Value) ? maximum_##DestType##Value : dstLo) \
267 v = (v<minimum_##DestType##Value) ? minimum_##DestType##Value : \
[all …]
/dports/graphics/devil/devil-1.7.8/src-IL/src/
H A Dil_convert.c289 if (DestFormat == IL_COLOUR_INDEX && DestType >= IL_SHORT) { in iConvertImage()
301 if (DestType == NewImage->Type) in iConvertImage()
314 NewImage->Type = DestType; in iConvertImage()
315 NewImage->Bpc = ilGetBpcType(DestType); in iConvertImage()
341 NewImage->Type = DestType; in iConvertImage()
342 NewImage->Bpc = ilGetBpcType(DestType); in iConvertImage()
393 if (DestFormat == iCurImage->Format && DestType == iCurImage->Type) in ilConvertImage()
396 if (DestType == iCurImage->Type) { in ilConvertImage()
410 Image = iConvertImage(pCurImage, DestFormat, DestType); in ilConvertImage()
419 pCurImage->Type = DestType; in ilConvertImage()
[all …]
/dports/graphics/devil/devil-1.7.8/include/IL/
H A Dil.h544 ILAPI ILboolean ILAPIENTRY ilConvertImage(ILenum DestFormat, ILenum DestType);
/dports/graphics/panomatic/panomatic-0.9.4/vigra/include/vigra/
H A Dmulti_convolution.hxx549 typedef typename DestAccessor::value_type DestType; in gaussianGradientMultiArray() typedef
550 typedef typename NumericTraits<typename DestType::value_type>::RealPromote kernel_type; in gaussianGradientMultiArray()
647 typedef typename DestAccessor::value_type DestType; in symmetricGradientMultiArray() typedef
648 typedef typename NumericTraits<typename DestType::value_type>::RealPromote kernel_type; in symmetricGradientMultiArray()
H A Dnonlineardiffusion.hxx94 DestType; in internalNonlinearDiffusionAOSStep() typedef
109 std::vector<DestType> res(d); in internalNonlinearDiffusionAOSStep()
H A Dnoise_normalization.hxx760 typedef typename DestAccessor::value_type DestType; in nonparametricNoiseNormalizationImpl() typedef
761 return noiseNormalizationImpl<NonparametricNoiseNormalizationFunctor<SrcType, DestType> > in nonparametricNoiseNormalizationImpl()
779 typedef typename VectorElementAccessor<DestAccessor>::value_type DestType; in nonparametricNoiseNormalizationImpl() typedef
797 typedef typename DestAccessor::value_type DestType; in quadraticNoiseNormalizationImpl() typedef
798 return noiseNormalizationImpl<QuadraticNoiseNormalizationFunctor<SrcType, DestType> > in quadraticNoiseNormalizationImpl()
816 typedef typename VectorElementAccessor<DestAccessor>::value_type DestType; in quadraticNoiseNormalizationImpl() typedef
818 if(!noiseNormalizationImpl<QuadraticNoiseNormalizationFunctor<SrcType, DestType> > in quadraticNoiseNormalizationImpl()
868 typedef typename DestAccessor::value_type DestType; in linearNoiseNormalizationImpl() typedef
869 return noiseNormalizationImpl<LinearNoiseNormalizationFunctor<SrcType, DestType> > in linearNoiseNormalizationImpl()
887 typedef typename VectorElementAccessor<DestAccessor>::value_type DestType; in linearNoiseNormalizationImpl() typedef
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/mfbt/tests/
H A DTestMaybe.cpp1115 struct DestType { struct
1129 DestType& operator=(int aTag) { in operator =() argument
1150 operator DestType() const& { in operator DestType()
1151 DestType result; in operator DestType()
1157 operator DestType() && { in operator DestType()
1158 DestType result; in operator DestType()
1168 Maybe<DestType> dest = src; in TestTypeConversion()
1182 Maybe<DestType> dest = std::move(src); in TestTypeConversion()
1196 Maybe<DestType> dest = src; in TestTypeConversion()
1210 Maybe<DestType> dest = std::move(src); in TestTypeConversion()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/wasm/
H A DWasmBaselineCompile.cpp8465 template <typename SourceType, typename DestType>
8472 template <typename SourceType, typename DestType, typename ImmType>
8715 template <typename SourceType, typename DestType>
8717 DestType rd)) { in emitUnop()
8719 DestType rd = need<DestType>(); in emitUnop()
8755 template <typename SourceType, typename DestType, typename TempType>
8757 DestType rd, TempType temp)) { in emitUnop()
8759 DestType rd = need<DestType>(); in emitUnop()
8767 template <typename SourceType, typename DestType, typename ImmType>
8770 DestType)) { in emitUnop() argument
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/checkout/src/image_util/
H A Dcopyimage.inc32 template <typename DestType>
35 DestType::WriteDepthStencil(reinterpret_cast<DestType *>(dest),
H A Dcopyimage.h30 template <typename DestType>
/dports/www/firefox/firefox-99.0/mfbt/tests/
H A DTestMaybe.cpp1115 struct DestType { struct
1129 DestType& operator=(int aTag) { in operator =() argument
1150 operator DestType() const& { in operator DestType()
1151 DestType result; in operator DestType()
1157 operator DestType() && { in operator DestType()
1158 DestType result; in operator DestType()
1168 Maybe<DestType> dest = src; in TestTypeConversion()
1182 Maybe<DestType> dest = std::move(src); in TestTypeConversion()
1196 Maybe<DestType> dest = src; in TestTypeConversion()
1210 Maybe<DestType> dest = std::move(src); in TestTypeConversion()
[all …]
/dports/www/firefox/firefox-99.0/js/src/wasm/
H A DWasmBCClass.h1374 template <typename SourceType, typename DestType>
1376 DestType rd));
1378 template <typename SourceType, typename DestType, typename TempType>
1380 DestType rd, TempType temp));
1382 template <typename SourceType, typename DestType, typename ImmType>
1384 SourceType, DestType));
H A DWasmBCCodegen-inl.h287 template <typename SourceType, typename DestType>
289 DestType rd)) { in emitUnop()
291 DestType rd = need<DestType>(); in emitUnop()
327 template <typename SourceType, typename DestType, typename TempType>
329 DestType rd, TempType temp)) { in emitUnop()
331 DestType rd = need<DestType>(); in emitUnop()
339 template <typename SourceType, typename DestType, typename ImmType>
342 DestType)) { in emitUnop() argument
344 DestType rd = need<DestType>(); in emitUnop()
/dports/www/firefox/firefox-99.0/gfx/angle/checkout/src/image_util/
H A Dcopyimage.inc32 template <typename DestType>
35 DestType::WriteDepthStencil(reinterpret_cast<DestType *>(dest),
H A Dcopyimage.h30 template <typename DestType>
/dports/www/firefox-esr/firefox-91.8.0/mfbt/tests/
H A DTestMaybe.cpp1115 struct DestType { struct
1129 DestType& operator=(int aTag) { in operator =() argument
1150 operator DestType() const& { in operator DestType()
1151 DestType result; in operator DestType()
1157 operator DestType() && { in operator DestType()
1158 DestType result; in operator DestType()
1168 Maybe<DestType> dest = src; in TestTypeConversion()
1182 Maybe<DestType> dest = std::move(src); in TestTypeConversion()
1196 Maybe<DestType> dest = src; in TestTypeConversion()
1210 Maybe<DestType> dest = std::move(src); in TestTypeConversion()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/js/src/wasm/
H A DWasmBaselineCompile.cpp8465 template <typename SourceType, typename DestType>
8472 template <typename SourceType, typename DestType, typename ImmType>
8715 template <typename SourceType, typename DestType>
8717 DestType rd)) { in emitUnop()
8719 DestType rd = need<DestType>(); in emitUnop()
8755 template <typename SourceType, typename DestType, typename TempType>
8757 DestType rd, TempType temp)) { in emitUnop()
8759 DestType rd = need<DestType>(); in emitUnop()
8767 template <typename SourceType, typename DestType, typename ImmType>
8770 DestType)) { in emitUnop() argument
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/angle/checkout/src/image_util/
H A Dcopyimage.inc32 template <typename DestType>
35 DestType::WriteDepthStencil(reinterpret_cast<DestType *>(dest),
H A Dcopyimage.h30 template <typename DestType>
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog888675 template parameter type (so e.g., DestType->castAs<PointerType>() can crash).
/dports/editors/libreoffice/libreoffice-7.2.6.2/compilerplugins/clang/
H A Dfaileddyncast.cxx24 QualType DestType = expr->getType(); in isAlwaysNull() local
29 DestType = DestType->castAs<PointerType>()->getPointeeType(); in isAlwaysNull()
31 auto DstPTy = DestType->getAs<clang::PointerType>(); in isAlwaysNull()
34 DestType = DstPTy->getPointeeType(); in isAlwaysNull()
38 if (DestType->isVoidType()) in isAlwaysNull()
58 cast<CXXRecordDecl>(DestType->castAs<RecordType>()->getDecl()); in isAlwaysNull()
60 auto DestRT = DestType->getAs<RecordType>(); in isAlwaysNull()
/dports/print/print-manager/print-manager-21.12.3/libkcups/
H A DPrinterModel.cpp58 m_roles[DestType] = "type"; in PrinterModel()
293 if (printerType != destItem->data(DestType)) { in updateDest()
294 destItem->setData(printerType, DestType); in updateDest()
H A DPrinterModel.h36 DestType, enumerator
/dports/print/print-manager/print-manager-21.12.3/printer-manager-kcm/
H A DPrintKCM.cpp198 int type = index.data(PrinterModel::DestType).toUInt(); in update()
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Delementcompression.h86 template <typename DestType>
89 std::vector<DestType>& vOut);
401 template <typename DestType>
405 std::vector<DestType>& vOut) in compress()

12345678910>>...29