Home
last modified time | relevance | path

Searched refs:nOutput (Results 1 – 25 of 396) sorted by relevance

12345678910>>...16

/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
50 Adapt(&m_paryM[0], &m_rbDeltaM[-m_nOrder], nOutput, m_nOrder); in Compress()
73 return nOutput; in Compress()
87 int nOutput = nInput + ((nDotProduct + (1 << (m_nShift - 1))) >> m_nShift); in Decompress() local
90 m_rbInput[0] = GetSaturatedShortFromInt(nOutput); in Decompress()
94 int nTempABS = abs(nOutput); in Decompress()
97 m_rbDeltaM[0] = ((nOutput >> 25) & 64) - 32; in Decompress()
99 m_rbDeltaM[0] = ((nOutput >> 26) & 32) - 16; in Decompress()
101 m_rbDeltaM[0] = ((nOutput >> 27) & 16) - 8; in Decompress()
113 m_rbDeltaM[0] = (nOutput == 0) ? 0 : ((nOutput >> 28) & 8) - 4; in Decompress()
[all …]
H A DStartFilter.h75 int nOutput = nA - (nTotalPrediction >> 13); in Compress() local
77 if (nOutput > 0) in Compress()
84 else if (nOutput < 0) in Compress()
92 nA = nOutput; in Compress()
102 int nOutput = nB - (nTotalPrediction >> 13); in Compress() local
104 if (nOutput > 0) in Compress()
111 else if (nOutput < 0) in Compress()
119 nB = nOutput; in Compress()
H A DNewPredictor.cpp103 int nOutput = nA - ((nPredictionA + (nPredictionB >> 1)) >> 10); in CompressValue() local
111 if (nOutput > 0) in CompressValue()
116 else if (nOutput < 0) in CompressValue()
125 nOutput = m_pNNFilter->Compress(nOutput); in CompressValue()
129 nOutput = m_pNNFilter1->Compress(nOutput); in CompressValue()
132 nOutput = m_pNNFilter2->Compress(nOutput); in CompressValue()
139 return nOutput; in CompressValue()
/dports/audio/mous/mous-2.0.1/deps/MAC_SDK/Source/MACLib/
H A DNNFilter.cpp64 AdaptSSE(&m_paryM[0], &m_rbDeltaM[-m_nOrder], nOutput, m_nOrder); in Compress()
67 Adapt(&m_paryM[0], &m_rbDeltaM[-m_nOrder], nOutput, m_nOrder); in Compress()
90 return nOutput; in Compress()
113 int nOutput = nInput + ((int(nDotProduct) + (1 << (m_nShift - 1))) >> m_nShift); in Decompress() local
116 m_rbInput[0] = GetSaturatedShortFromInt(nOutput); in Decompress()
120 int nTempABS = abs(nOutput); in Decompress()
123 m_rbDeltaM[0] = ((nOutput >> 25) & 64) - 32; in Decompress()
125 m_rbDeltaM[0] = ((nOutput >> 26) & 32) - 16; in Decompress()
127 m_rbDeltaM[0] = ((nOutput >> 27) & 16) - 8; in Decompress()
139 m_rbDeltaM[0] = (nOutput == 0) ? 0 : ((nOutput >> 28) & 8) - 4; in Decompress()
[all …]
H A DNewPredictor.cpp105 int nOutput = nA - ((nPredictionA + (nPredictionB >> 1)) >> 10); in CompressValue() local
113 if (nOutput > 0) in CompressValue()
118 else if (nOutput < 0) in CompressValue()
127 nOutput = m_pNNFilter->Compress(nOutput); in CompressValue()
131 nOutput = m_pNNFilter1->Compress(nOutput); in CompressValue()
134 nOutput = m_pNNFilter2->Compress(nOutput); in CompressValue()
141 return nOutput; in CompressValue()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/snd/
H A Dmsm6295.cpp29 INT32 nOutput; member
269 nOutput = 0; in MSM6295Render_Cubic()
345 if (pChannelInfo->nOutput != 0) { in MSM6295Render_Cubic()
347 if (pChannelInfo->nOutput > 0) { in MSM6295Render_Cubic()
349 pChannelInfo->nOutput -= nRamp; in MSM6295Render_Cubic()
351 pChannelInfo->nOutput = 0; in MSM6295Render_Cubic()
357 pChannelInfo->nOutput = 0; in MSM6295Render_Cubic()
360 nOutput += pChannelInfo->nOutput / 16; in MSM6295Render_Cubic()
365 nOutput *= nVolume; in MSM6295Render_Cubic()
369 *pLeftBuf++ += nOutput; in MSM6295Render_Cubic()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/snd/
H A Dmsm6295.cpp14 INT32 nOutput; member
246 nOutput = 0; in MSM6295Render_Cubic()
322 if (pChannelInfo->nOutput != 0) { in MSM6295Render_Cubic()
324 if (pChannelInfo->nOutput > 0) { in MSM6295Render_Cubic()
326 pChannelInfo->nOutput -= nRamp; in MSM6295Render_Cubic()
328 pChannelInfo->nOutput = 0; in MSM6295Render_Cubic()
334 pChannelInfo->nOutput = 0; in MSM6295Render_Cubic()
337 nOutput += pChannelInfo->nOutput / 16; in MSM6295Render_Cubic()
342 nOutput *= nVolume; in MSM6295Render_Cubic()
346 *pLeftBuf++ += nOutput; in MSM6295Render_Cubic()
[all …]
/dports/math/libxsmm/libxsmm-1.16.3/samples/deeplearning/gxm/src/
H A DFullyConnected.cpp256 gparams_.nOutput = ts_.dims[1]; in FCNode()
289 myRegInfo->AddParameterSet(gparams_.nOutput, 1, dt, false); in FCNode()
313 int oc = gparams_.nOutput; in fillWeightBuffers()
531 int ofm = gparams_.nOutput; in forwardPropagate()
617 MeanOfLayer((char*)s.c_str(), ptr, gparams_.nInput*gparams_.nOutput); in forwardPropagate()
629 convert_bf16_f32(ptr, stptr, gparams_.batch_size*gparams_.nOutput); in forwardPropagate()
637 MeanOfLayer((char*)s.c_str(), ptr, gparams_.nOutput); in forwardPropagate()
708 convert_bf16_f32(ptr, stptr, gparams_.batch_size*gparams_.nOutput); in backPropagate()
751 printf("Grad Biases: %d\n", gparams_.nOutput); in weightUpdate()
817 int wsize = gparams_.nInput*gparams_.nOutput; in solverStep()
[all …]
H A DFusedBNorm.cpp243 gparams_.nOutput = bs->dims[1]; in FusedBNormNode()
414 int ofm = gparams_.nOutput; in forwardPropagate()
604 MeanOfLayer((char*)s.c_str(), g1, gparams_.nOutput); in forwardPropagate()
614 MeanOfLayer((char*)s.c_str(), b1, gparams_.nOutput); in forwardPropagate()
623 for(int i=0; i<gparams_.nOutput; i++) in forwardPropagate()
629 for(int i=0; i<gparams_.nOutput; i++) in forwardPropagate()
634 for(int i=0; i<gparams_.nOutput; i++) in forwardPropagate()
663 int ofm = gparams_.nOutput; in backPropagate()
819 MeanOfLayer((char*)s.c_str(), g1, gparams_.nOutput); in backPropagate()
829 MeanOfLayer((char*)s.c_str(), b1, gparams_.nOutput); in backPropagate()
[all …]
H A DReLU.cpp107 gparams_.nOutput = gparams_.nInput; in ReLUNode()
154 …printf("Outputs: %d x %d x %d x %d\n",gparams_.nOutput, gparams_.oDepth, gparams_.oHeight, gparams… in forwardPropagate()
156 printf("Outputs: %d x %d x %d\n",gparams_.nOutput, gparams_.oHeight, gparams_.oWidth); in forwardPropagate()
181 …MeanOfLayer((char*)s.c_str(), p, gparams_.batch_size*gparams_.nOutput* gparams_.oHeight*gparams_.o… in forwardPropagate()
210 …printf("Grad Outputs: %d x %d x %d x %d\n",gparams_.nOutput, gparams_.oDepth, gparams_.oHeight, gp… in backPropagate()
212 printf("Grad Outputs: %d x %d x %d\n",gparams_.nOutput, gparams_.oHeight, gparams_.oWidth); in backPropagate()
230 …MeanOfLayer((char*)s.c_str(), p, gparams_.batch_size*gparams_.nOutput* gparams_.oHeight*gparams_.o… in backPropagate()
H A DConcatXSMM.cpp24 int nOfm = gp->nOutput; in forwardPropagate()
25 int nBOfm = gp->nOutput/VLEN; in forwardPropagate()
71 int nOfm = gp->nOutput; in backPropagate()
72 int nBOfm = gp->nOutput/VLEN; in backPropagate()
H A DConvXSMM.cpp22 conv_desc.K = gp->nOutput; in ConvXSMM()
105 int nOFM = gp->nOutput; in forwardPropagate()
209 int welem = gp->nInput * gp->nOutput * gp->kw * gp->kh; in forwardPropagate()
440 …double gf = (double)gp->batch_size * (double)gp->nInput * (double)gp->nOutput * (double)gp->oHeigh… in forwardPropagate()
442 … %.1f\n",gp->node_name.c_str(),gp->batch_size,gp->nInput,gp->iHeight,gp->nOutput,gp->oHeight,gp->k… in forwardPropagate()
473 int nOFM = gp->nOutput; in backPropagate()
585 …double gf = (double)gp->batch_size * (double)gp->nInput * (double)gp->nOutput * (double)gp->oHeigh… in backPropagate()
587 … %.1f\n",gp->node_name.c_str(),gp->batch_size,gp->nInput,gp->iHeight,gp->nOutput,gp->oHeight,gp->k… in backPropagate()
618 int ofm = gp->nOutput; in weightUpdate()
814 …double gf = (double)gp->batch_size * (double)gp->nInput * (double)gp->nOutput * (double)gp->oHeigh… in weightUpdate()
[all …]
/dports/japanese/skkinput3/skkinput-3.0.6/lib/misc/
H A Dtqueue.h152 register int nUsage, nOutput ; in TQueue_Out() local
159 nOutput = (nDest < nUsage)? nDest : nUsage ; in TQueue_Out()
161 memcpy (pDest, pHead, pQueue->m_nWidth * nOutput) ; in TQueue_Out()
162 pQueue->m_nHead += nOutput ; in TQueue_Out()
165 return nOutput ; in TQueue_Out()
/dports/japanese/skkinput/skkinput-2.06.4/
H A Dtqueue.h151 register int nUsage, nOutput ; in TQueue_Out() local
158 nOutput = (nDest < nUsage)? nDest : nUsage ; in TQueue_Out()
160 memcpy (pDest, pHead, pQueue->m_nWidth * nOutput) ; in TQueue_Out()
161 pQueue->m_nHead += nOutput ; in TQueue_Out()
164 return nOutput ; in TQueue_Out()
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/ML/Neural/
H A DCrossValidate.py106 nOutput = 1
109 netSize = [nInput, nHidden, nOutput]
111 netSize = [nInput] + hiddenSizes + [nOutput]
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/wallet/
H A Dfeebumper.cpp98 int nOutput = -1; in CreateTransaction() local
101 if (nOutput != -1) { in CreateTransaction()
105 nOutput = i; in CreateTransaction()
108 if (nOutput == -1) { in CreateTransaction()
192 CTxOut* poutput = &(mtx.vout[nOutput]); in CreateTransaction()
203 mtx.vout.erase(mtx.vout.begin() + nOutput); in CreateTransaction()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/wallet/
H A Dfeebumper.cpp98 int nOutput = -1; in CreateTransaction() local
101 if (nOutput != -1) { in CreateTransaction()
105 nOutput = i; in CreateTransaction()
108 if (nOutput == -1) { in CreateTransaction()
192 CTxOut* poutput = &(mtx.vout[nOutput]); in CreateTransaction()
203 mtx.vout.erase(mtx.vout.begin() + nOutput); in CreateTransaction()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/wallet/
H A Dfeebumper.cpp98 int nOutput = -1; in CreateTransaction() local
101 if (nOutput != -1) { in CreateTransaction()
105 nOutput = i; in CreateTransaction()
108 if (nOutput == -1) { in CreateTransaction()
192 CTxOut* poutput = &(mtx.vout[nOutput]); in CreateTransaction()
203 mtx.vout.erase(mtx.vout.begin() + nOutput); in CreateTransaction()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/ext/icu/
H A Dicu.c331 int nOutput; in icuCaseFunc16() local
347 nOutput = nInput * 2 + 2; in icuCaseFunc16()
348 zOutput = sqlite3_malloc(nOutput); in icuCaseFunc16()
354 u_strToUpper(zOutput, nOutput/2, zInput, nInput/2, zLocale, &status); in icuCaseFunc16()
356 u_strToLower(zOutput, nOutput/2, zInput, nInput/2, zLocale, &status); in icuCaseFunc16()
/dports/graphics/ming/libming-ming-0_4_8/java_ext/
H A DSWFMovie.java101 { return nOutput (handle); } in output()
103 { return new String (nOutput (handle)); } in toString()
138 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.java101 { return nOutput (handle); } in output()
103 { return new String (nOutput (handle)); } in toString()
138 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.java101 { return nOutput (handle); } in output()
103 { return new String (nOutput (handle)); } in toString()
138 protected native byte[] nOutput (int handle); in nOutput() method in SWFMovie
/dports/databases/kdb/kdb-3.2.0/src/drivers/sqlite/icu/
H A Dicu.cpp337 int nOutput; in icuCaseFunc16() local
353 nOutput = nInput * 2 + 2; in icuCaseFunc16()
354 zOutput = static_cast<UChar *>(sqlite3_malloc(nOutput)); in icuCaseFunc16()
360 …u_strToUpper(zOutput, nOutput/2, zInput, nInput/2, reinterpret_cast<const char*>(zLocale), &status… in icuCaseFunc16()
362 …u_strToLower(zOutput, nOutput/2, zInput, nInput/2, reinterpret_cast<const char*>(zLocale), &status… in icuCaseFunc16()
/dports/sysutils/tracker/tracker-2.3.4/src/libtracker-data/
H A Dtracker-db-interface-sqlite.c912 int nOutput; in function_sparql_lower_case() local
925 nOutput = nInput * 2 + 2; in function_sparql_lower_case()
954 int nOutput; in function_sparql_upper_case() local
967 nOutput = nInput * 2 + 2; in function_sparql_upper_case()
996 int nOutput; in function_sparql_case_fold() local
1009 nOutput = nInput * 2 + 2; in function_sparql_case_fold()
1037 int nOutput; in normalize_string() local
1055 nOutput = 0; in normalize_string()
1059 *len_out = nOutput; in normalize_string()
1073 gsize nOutput; in function_sparql_normalize() local
[all …]
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/base/exor/
H A DexorUtil.c141 int nOutput; in WriteTableIntoFile() local
165 nOutput = g_CoverInfo.nVarsOut; in WriteTableIntoFile()
174 if ( ++cOutputs == nOutput ) in WriteTableIntoFile()

12345678910>>...16