Home
last modified time | relevance | path

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

12

/dports/devel/sfml/SFML-2.5.1/src/SFML/Window/OSX/
H A DScaling.h55 void scaleIn(T& in, id<WindowImplDelegateProtocol> delegate) in scaleIn() function
63 scaleIn(in.width, delegate); in scaleInWidthHeight()
64 scaleIn(in.height, delegate); in scaleInWidthHeight()
70 scaleIn(in.x, delegate); in scaleInXY()
71 scaleIn(in.y, delegate); in scaleInXY()
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Dconvol_inc.cpp35 BaseGDL* Data_<SpDByte>::Convol( BaseGDL* kIn, BaseGDL* scaleIn, BaseGDL* biasIn, argument
46 DLong scale = (*static_cast<Data_<SpDLong>*>( scaleIn))[0];
56 BaseGDL* Data_<SpDUInt>::Convol( BaseGDL* kIn, BaseGDL* scaleIn, BaseGDL* biasIn,
67 DLong scale = (*static_cast<Data_<SpDLong>*>( scaleIn))[0];
77 BaseGDL* Data_<SpDInt>::Convol( BaseGDL* kIn, BaseGDL* scaleIn, BaseGDL* biasIn,
88 DLong scale = (*static_cast<Data_<SpDLong>*>( scaleIn))[0];
97 BaseGDL* Data_<SpDULong>::Convol( BaseGDL* kIn, BaseGDL* scaleIn, BaseGDL* biasIn,
108 DLong scale = (*static_cast<Data_<SpDLong>*>( scaleIn))[0];
128 DLong64 scale = (*static_cast<Data_<SpDLong64>*>( scaleIn))[0];
137 BaseGDL* Data_<Sp>::Convol( BaseGDL* kIn, BaseGDL* scaleIn, BaseGDL* biasIn,
[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
H A Dnullgdl.hpp172 /*virtual*/ BaseGDL* Convol( BaseGDL* kIn, BaseGDL* scaleIn, BaseGDL* bias,
H A Dbasegdl.hpp557 virtual BaseGDL* Convol( BaseGDL* kIn, BaseGDL* scaleIn, BaseGDL* bias,
H A Dbasegdl.cpp539 BaseGDL* BaseGDL::Convol( BaseGDL* kIn, BaseGDL* scaleIn, BaseGDL* bias, in Convol() argument
H A Dnullgdl.cpp581 BaseGDL* NullGDL::Convol( BaseGDL* kIn, BaseGDL* scaleIn, BaseGDL* bias, in Convol() argument
H A Ddatatypes.hpp294 BaseGDL* Convol( BaseGDL* kIn, BaseGDL* scaleIn, BaseGDL* bias,
/dports/misc/mnn/MNN-1.2.0/tools/cpp/
H A DConvertToFullQuant.hpp121 auto scaleIn = conv2D->quanParameter->scaleIn; in ConvertOp() local
125 if (aMin != 0 && scaleIn != 0 && scaleOut != 0 && weightScale.size() > 0) { in ConvertOp()
137 conv2D->quanParameter->scaleIn = scaleIn; in ConvertOp()
/dports/devel/raylib/raylib-3.7.0/examples/core/resources/
H A Ddistortion100.fs19 uniform vec2 scaleIn;
28 vec2 theta = (fragTexCoord - lensCenter)*scaleIn;
H A Ddistortion330.fs20 uniform vec2 scaleIn = vec2(4, 2.2222);
29 vec2 theta = (fragTexCoord - lensCenter)*scaleIn;
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/intern/
H A Ddna_rename_defs.h65 DNA_STRUCT_RENAME_ELEM(Bone, scaleIn, scale_in_x)
107 DNA_STRUCT_RENAME_ELEM(bPoseChannel, scaleIn, scale_in_x)
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Dtuplehavingstep.cpp102 vector<uint32_t> scale, scaleIn = fRowGroupIn.getScale(); in initialize() local
117 scale.insert(scale.end(), scaleIn.begin(), scaleIn.begin() + n); in initialize()
H A Dtupleconstantstep.cpp108 vector<uint32_t> scale, scaleIn = fRowGroupIn.getScale(); in initialize() local
121 scaleIn = fRowGroupIn.getScale(); in initialize()
167 scale.push_back(scaleIn[j]); in initialize()
H A Dtupleannexstep.cpp201 vector<uint32_t> scale, scaleIn = rgIn.getScale(); in initialize() local
211 scale.insert(scale.end(), scaleIn.begin(), scaleIn.begin() + n); in initialize()
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/columnstore/columnstore/dbcon/joblist/
H A Dtuplehavingstep.cpp102 vector<uint32_t> scale, scaleIn = fRowGroupIn.getScale(); in initialize() local
117 scale.insert(scale.end(), scaleIn.begin(), scaleIn.begin() + n); in initialize()
H A Dtupleconstantstep.cpp108 vector<uint32_t> scale, scaleIn = fRowGroupIn.getScale(); in initialize() local
121 scaleIn = fRowGroupIn.getScale(); in initialize()
167 scale.push_back(scaleIn[j]); in initialize()
H A Dtupleannexstep.cpp201 vector<uint32_t> scale, scaleIn = rgIn.getScale(); in initialize() local
211 scale.insert(scale.end(), scaleIn.begin(), scaleIn.begin() + n); in initialize()
/dports/misc/mnn/MNN-1.2.0/pymnn/pip_package/MNN/tools/mnn_fb/
H A DIDSTQuan.py136 def IDSTQuanAddScaleIn(builder, scaleIn): builder.PrependFloat32Slot(5, scaleIn, 0.0) argument
/dports/devel/raylib/raylib-3.7.0/examples/core/
H A Dcore_vr_simulator.c73 config.scaleIn, SHADER_UNIFORM_VEC2); in main()
/dports/misc/mnn/MNN-1.2.0/schema/default/
H A DCaffeOp.fbs59 scaleIn:float;
/dports/misc/mnn/MNN-1.2.0/include/MNN/expr/
H A DNeuralNetWorkOp.hpp141 float scaleIn, float scaleOut,
/dports/graphics/py-gdal/gdal-3.3.3/frmts/mrf/
H A Dmarfa_dataset.cpp1432 GIntBig MRFDataset::AddOverviews(int scaleIn) { in AddOverviews() argument
1441 img.size.x = pcount(img.size.x, scaleIn); in AddOverviews()
1442 img.size.y = pcount(img.size.y, scaleIn); in AddOverviews()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/frmts/mrf/
H A Dmarfa_dataset.cpp1432 GIntBig MRFDataset::AddOverviews(int scaleIn) { in AddOverviews() argument
1441 img.size.x = pcount(img.size.x, scaleIn); in AddOverviews()
1442 img.size.y = pcount(img.size.y, scaleIn); in AddOverviews()
/dports/graphics/gdal/gdal-3.3.3/frmts/mrf/
H A Dmarfa_dataset.cpp1432 GIntBig MRFDataset::AddOverviews(int scaleIn) { in AddOverviews() argument
1441 img.size.x = pcount(img.size.x, scaleIn); in AddOverviews()
1442 img.size.y = pcount(img.size.y, scaleIn); in AddOverviews()

12