Home
last modified time | relevance | path

Searched defs:nOutput (Results 1 – 25 of 111) sorted by relevance

12345

/dports/audio/mac/mac-3.99-u4-b5-s7/src/MACLib/
H A DNNFilter.cpp47 int nOutput = nInput - ((nDotProduct + (1 << (m_nShift - 1))) >> m_nShift); in Compress() local
87 int nOutput = nInput + ((nDotProduct + (1 << (m_nShift - 1))) >> m_nShift); in Decompress() local
H A DStartFilter.h75 int nOutput = nA - (nTotalPrediction >> 13); in Compress() local
102 int nOutput = nB - (nTotalPrediction >> 13); in Compress() local
H A DNewPredictor.cpp103 int nOutput = nA - ((nPredictionA + (nPredictionB >> 1)) >> 10); in CompressValue() local
/dports/audio/mous/mous-2.0.1/deps/MAC_SDK/Source/MACLib/
H A DNNFilter.cpp59 … int nOutput = int(nInput) - int((int(nDotProduct) + (1 << (int(m_nShift) - 1))) >> int(m_nShift)); in Compress() local
113 int nOutput = nInput + ((int(nDotProduct) + (1 << (m_nShift - 1))) >> m_nShift); in Decompress() local
H A DNewPredictor.cpp105 int nOutput = nA - ((nPredictionA + (nPredictionB >> 1)) >> 10); in CompressValue() local
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/exor/
H A DexorUtil.c141 int nOutput; in WriteTableIntoFile() local
/dports/math/libxsmm/libxsmm-1.16.3/samples/deeplearning/gxm/include/
H A DSoftmaxLossImpl.hpp27 int nInput, nOutput; member
H A DEltwiseImpl.hpp24 int nOutput; member
H A DReLUImpl.hpp25 int nInput, nOutput; member
H A DSplitImpl.hpp26 vector<int> nOutput; member
H A DConcatImpl.hpp24 int nOutput; member
H A DDropout.hpp30 int nInput, nOutput; member
H A DFCImpl.hpp24 int nInput, nOutput; member
/dports/science/lammps/lammps-stable_29Sep2021/src/DIFFRACTION/
H A Dfix_saed_vtk.h76 int nOutput; variable
/dports/japanese/skkinput3/skkinput-3.0.6/lib/misc/
H A Dtqueue.h152 register int nUsage, nOutput ; in TQueue_Out() local
/dports/japanese/skkinput/skkinput-2.06.4/
H A Dtqueue.h151 register int nUsage, nOutput ; in TQueue_Out() local
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/snd/
H A Dmsm6295.cpp29 INT32 nOutput; member
264 INT32 nChannel, nDelta, nSample, nOutput; in MSM6295Render_Cubic() local
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/snd/
H A Dmsm6295.cpp14 INT32 nOutput; member
241 INT32 nChannel, nDelta, nSample, nOutput; in MSM6295Render_Cubic() local
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/wallet/
H A Dfeebumper.cpp98 int nOutput = -1; in CreateTransaction() local
/dports/net-p2p/litecoin/litecoin-0.18.1/src/wallet/
H A Dfeebumper.cpp98 int nOutput = -1; in CreateTransaction() local
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/wallet/
H A Dfeebumper.cpp98 int nOutput = -1; in CreateTransaction() local
/dports/graphics/ming/libming-ming-0_4_8/java_ext/
H A DSWFMovie.java138 protected native byte[] nOutput (int handle); in nOutput() method in SWFMovie
/dports/graphics/p5-ming/libming-ming-0_4_8/java_ext/
H A DSWFMovie.java138 protected native byte[] nOutput (int handle); in nOutput() method in SWFMovie
/dports/graphics/py-ming/libming-ming-0_4_8/java_ext/
H A DSWFMovie.java138 protected native byte[] nOutput (int handle); in nOutput() method in SWFMovie
/dports/graphics/sampleicc/SampleICC-1.6.8/IccProfLib/
H A DIccTagLut.cpp3109 icUInt32Number nInput, nOutput; in Validate() local
3749 icUInt32Number nOutput = icGetSpaceSamples(pProfile->m_Header.pcs); in Validate() local
3901 icUInt32Number nOutput; in Validate() local
4328 icUInt32Number nInput, nOutput; in Validate() local
4749 icUInt32Number nInput, nOutput; in Validate() local

12345