Home
last modified time | relevance | path

Searched refs:kIn (Results 1 – 25 of 42) sorted by relevance

12

/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dconvol_inc.cpp40 Data_<SpDLong>* kernel = static_cast<Data_<SpDLong>*>( kIn);
41 Data_<SpDLong>* dabskern = new Data_<SpDLong>( kIn->Dim(), BaseGDL::ZERO);
42 Data_<SpDLong>* dbiaskern = new Data_<SpDLong>( kIn->Dim(), BaseGDL::ZERO);
61 Data_<SpDLong>* kernel = static_cast<Data_<SpDLong>*>( kIn);
62 Data_<SpDLong>* dabskern = new Data_<SpDLong>( kIn->Dim(), BaseGDL::ZERO);
82 Data_<SpDLong>* kernel = static_cast<Data_<SpDLong>*>( kIn);
102 Data_<SpDLong>* kernel = static_cast<Data_<SpDLong>*>( kIn);
122 Data_<SpDLong64>* kernel = static_cast<Data_<SpDLong64>*>( kIn);
142 Data_* kernel = static_cast<Data_*>( kIn);
143 Data_* dabskern = new Data_( kIn->Dim(), BaseGDL::ZERO);
[all …]
H A Dconvol.cpp48 BaseGDL* Data_<SpDString>::Convol( BaseGDL* kIn, BaseGDL* scaleIn, BaseGDL* bias, in Convol() argument
56 BaseGDL* Data_<SpDObj>::Convol( BaseGDL* kIn, BaseGDL* scaleIn, BaseGDL* bias, in Convol() argument
64 BaseGDL* Data_<SpDPtr>::Convol( BaseGDL* kIn, BaseGDL* scaleIn,BaseGDL* bias, in Convol() argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/url_request/
H A Dview_cache_helper_unittest.cc15 const char kIn[] = "0123456789ABCDEFGHIJ\x01\x80<&>"; in TEST() local
16 ViewCacheHelper::HexDump(kIn, strlen(kIn), &out); in TEST()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/url_request/
H A Dview_cache_helper_unittest.cc15 const char kIn[] = "0123456789ABCDEFGHIJ\x01\x80<&>"; in TEST() local
16 ViewCacheHelper::HexDump(kIn, strlen(kIn), &out); in TEST()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/crypto/util/
H A DOpenSSHPrivateKeyUtil.java214 SSHBuffer kIn = new SSHBuffer(AUTH_MAGIC, blob); in parsePrivateKeyBlob() local
216 String cipherName = kIn.readString(); in parsePrivateKeyBlob()
223 kIn.skipBlock(); in parsePrivateKeyBlob()
226 kIn.skipBlock(); in parsePrivateKeyBlob()
228 int publicKeyCount = kIn.readU32(); in parsePrivateKeyBlob()
235 OpenSSHPublicKeyUtil.parsePublicKey(kIn.readBlock()); in parsePrivateKeyBlob()
237 byte[] privateKeyBlock = kIn.readPaddedBlock(); in parsePrivateKeyBlob()
239 if (kIn.hasRemaining()) in parsePrivateKeyBlob()
/dports/audio/csound/csound-6.15.0/examples/plugin/
H A Dopcodes.csd27 kIn[] fillarray 2,3,4,5
28 kOut[] simple kIn
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/modules/svg/src/
H A DSkSVGFeComposite.cpp30 case SkSVGFeCompositeOperator::kIn: in BlendModeForOperator()
65 {"in", SkSVGFeCompositeOperator::kIn}, in parse()
/dports/graphics/proj/proj-7.2.1/include/proj/internal/
H A Dlru_cache.hpp140 bool tryGet(const Key& kIn, Value& vOut) { in tryGet() argument
142 const auto iter = cache_.find(kIn); in tryGet()
/dports/graphics/py-gdal/gdal-3.3.3/port/
H A Dcpl_mem_cache.h131 bool tryGet(const Key& kIn, Value& vOut) { in tryGet() argument
133 const auto iter = cache_.find(kIn); in tryGet()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/port/
H A Dcpl_mem_cache.h131 bool tryGet(const Key& kIn, Value& vOut) { in tryGet() argument
133 const auto iter = cache_.find(kIn); in tryGet()
/dports/graphics/gdal/gdal-3.3.3/port/
H A Dcpl_mem_cache.h131 bool tryGet(const Key& kIn, Value& vOut) { in tryGet() argument
133 const auto iter = cache_.find(kIn); in tryGet()
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/contrib/
H A Dindex_array-inl.h32 enum IndexArrayOpInputs {kIn}; enumerator
H A Dindex_array.cc136 const mxnet::TShape &inshape = (*in_shape)[index_array_enum::kIn]; in __anon4d2eb0840302()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/contrib/
H A Dindex_array-inl.h32 enum IndexArrayOpInputs {kIn}; enumerator
H A Dindex_array.cc136 const mxnet::TShape &inshape = (*in_shape)[index_array_enum::kIn]; in __anon6b1e8d2e0302()
/dports/science/libkml/libkml-1.3.0/tests/kml/base/
H A Dstring_util_test.cc80 const string kIn("abcdefghi012345$[description]"); in TEST() local
82 ASSERT_EQ(kExpected, CreateExpandedStrings(kIn, sm, "$[", "]")); in TEST()
/dports/audio/ardour6/Ardour-6.8.0/libs/vst3/pslextensions/
H A Dipslcontextinfo.h161 kIn, ///< input from audio driver enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/include/effects/
H A DSkRuntimeEffect.h43 kIn, enumerator
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tint/src/src/writer/msl/
H A Dgenerator_impl.h252 enum class VarType { kIn, kOut }; enumerator
H A Dgenerator_impl.cc414 case VarType::kIn: { in current_ep_var_name()
591 auto var_name = current_ep_var_name(VarType::kIn); in EmitCall()
1412 ? VarType::kIn in EmitIdentifier()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/core/
H A DSkRuntimeEffect.cpp122 : Variable::Qualifier::kIn; in Make()
197 if (v.fQualifier == Variable::Qualifier::kIn) { in Make()
277 if (v.fQualifier != Variable::Qualifier::kIn) { in specialize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tint/src/src/reader/wgsl/
H A Dtoken.h244 kIn, enumerator
629 bool IsIn() const { return type_ == Type::kIn; } in IsIn()
H A Dtoken.cc232 case Token::Type::kIn: in TypeToName()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/tint/src/src/writer/hlsl/
H A Dgenerator_impl.h361 enum class VarType { kIn, kOut }; enumerator
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/effects/
H A DGrSkSLFP.cpp225 if (v.fQualifier != SkRuntimeEffect::Variable::Qualifier::kIn) { in onGetGLSLProcessorKey()

12