Home
last modified time | relevance | path

Searched refs:cOutput (Results 1 – 22 of 22) sorted by relevance

/dports/devel/llnextgen/LLnextgen-0.5.5/src/
H A Dgenerate.c24 static File *cOutput, *hOutput; variable
85 generatePrototypes(cOutput); in generateCode()
103 outputCode(cOutput, top_code, false); in generate()
108 generateDirectiveDeclarations(cOutput); in generate()
110 generateDirectiveCodeAtEnd(cOutput); in generate()
113 closeFile(cOutput, true); in generate()
137 generatePrototypesTS(cOutput); in generateCodeTS()
155 outputCode(cOutput, top_code, false); in generateTS()
167 generateDirectiveDeclarations(cOutput); in generateTS()
169 generateDirectiveCodeAtEndTS(cOutput); in generateTS()
[all …]
H A DgenerateLLgenStyle.c32 static File *hOutput, *cOutput; /* Lpars.[ch] */ variable
106 cOutput = checkAndOpenFile(outputName, true); in openOutputs()
175 generateDefaultGlobalDeclarations(cOutput, NULL); in generateLLgenStyle()
179 tfputs(cOutput, "#define LL_NEW_TOKEN (-2)\n"); in generateLLgenStyle()
180 generateDirectiveCodeAtEnd(cOutput); in generateLLgenStyle()
192 closeFile(cOutput, true); in generateLLgenStyle()
/dports/games/gnubg/gnubg-1.06.002/lib/
H A Dneuralnet.c42 pnn->cOutput = cOutput; in NeuralNetCreate()
161 for (i = 0; i < pnn->cOutput; i++) { in Evaluate()
209 for (i = 0; i < pnn->cOutput; i++) { in EvaluateFromBase()
274 &pnn->cOutput, dummy, &pnn->rBetaHidden, in NeuralNetLoad()
298 for (i = pnn->cOutput, pr = pnn->arOutputThreshold; i; i--) in NeuralNetLoad()
316 FREAD(&pnn->cOutput, 1); in NeuralNetLoadBinary()
332 FREAD(pnn->arOutputWeight, pnn->cHidden * pnn->cOutput); in NeuralNetLoadBinary()
334 FREAD(pnn->arOutputThreshold, pnn->cOutput); in NeuralNetLoadBinary()
349 FWRITE(&pnn->cOutput, 1); in NeuralNetSaveBinary()
355 FWRITE(pnn->arOutputWeight, pnn->cHidden * pnn->cOutput); in NeuralNetSaveBinary()
[all …]
H A Dneuralnet.h30 unsigned int cOutput; member
H A Dneuralnetsse.c484 for (i = 0; i < pnn->cOutput; i++) { in EvaluateSSE()
/dports/lang/solidity/solidity_0.8.11/test/tools/ossfuzz/
H A DSolidityEvmoneInterface.cpp141 CompilerOutput cOutput = compilationOutput.value(); in compileDeployAndExecute() local
143 evmc::result createResult = deployContract(cOutput.byteCode); in compileDeployAndExecute()
158 auto cOutput = m_compilationFramework.compileContract(); in compileDeployAndExecute() local
159 if (cOutput.has_value()) in compileDeployAndExecute()
162 !cOutput->byteCode.empty() && !cOutput->methodIdentifiersInContract.empty(), in compileDeployAndExecute()
172 methodName = (++cOutput->methodIdentifiersInContract.begin())->asString() + in compileDeployAndExecute()
175 methodName = cOutput->methodIdentifiersInContract[m_methodName].asString(); in compileDeployAndExecute()
178 cOutput->byteCode, in compileDeployAndExecute()
/dports/math/vtk9/VTK-9.1.0/Filters/General/
H A DvtkMergeArrays.cxx140 vtkCompositeDataSet* cOutput = vtkCompositeDataSet::SafeDownCast(output); in RequestData() local
141 if (cOutput) in RequestData()
144 cOutput->CopyStructure(cInput); in RequestData()
154 cOutput->SetDataSet(iter, tmpOut); in RequestData()
173 if (cOutput && cInput) in RequestData()
181 vtkDataObject* tmpOut = cOutput->GetDataSet(iter); in RequestData()
/dports/audio/sox/sox-14.4.2/src/
H A Doss.c58 unsigned cOutput; member
253 pPriv->cOutput = 0; in ossinit()
257 pPriv->cOutput = cbOutput >> pPriv->sample_shift; in ossinit()
276 static size_t ossread(sox_format_t* ft, sox_sample_t* pOutput, size_t cOutput) in ossread() argument
280 size_t cbOutputLeft = cOutput << pPriv->sample_shift; in ossread()
300 cRead = cOutput - (cbOutputLeft >> pPriv->sample_shift); in ossread()
373 if (cStride > pPriv->cOutput) { in osswrite()
374 cStride = pPriv->cOutput; in osswrite()
H A Dsunaudio.c42 unsigned cOutput;
198 pPriv->cOutput = 0;
336 pPriv->cOutput = sox_globals.bufsiz >> pPriv->sample_shift;
337 pPriv->pOutput = lsx_malloc((size_t)pPriv->cOutput << pPriv->sample_shift);
363 static size_t sunread(sox_format_t* ft, sox_sample_t* pOutput, size_t cOutput)
367 size_t cbOutputLeft = cOutput << pPriv->sample_shift;
387 cRead = cOutput - (cbOutputLeft >> pPriv->sample_shift);
447 if (cStride > pPriv->cOutput) {
448 cStride = pPriv->cOutput;
/dports/graphics/pixie/Pixie/src/ri/
H A DgiFunctions.h391 int cOutput; \
392 for (cOutput=0,var=lookup->outputs;var!=NULL;var=var->next,cOutput++) { \
393 operand(var->destIndex,lastGather->outputs[cOutput],float *); \
395 assert(cOutput == lookup->numOutputs); \
397 for (cOutput=0,var=lookup->nonShadeOutputs;var!=NULL;var=var->next,cOutput++) { \
398 operand(var->destIndex,lastGather->nonShadeOutputs[cOutput],float *); \
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/file/
H A DModuleAndPackageLocations.java99 Location cOutput = fm.getLocationForModule(StandardLocation.SOURCE_OUTPUT, "c"); in testGetModuleForPath()
100 JavaFileObject testFO = fm.getJavaFileForOutput(cOutput, "test.Test", Kind.CLASS, null); in testGetModuleForPath()
104 if (cOutput != cOutput2) { in testGetModuleForPath()
105 … throw new AssertionError("Unexpected location: " + cOutput2 + ", expected: " +cOutput); in testGetModuleForPath()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/langtools/tools/javac/file/
H A DModuleAndPackageLocations.java99 Location cOutput = fm.getLocationForModule(StandardLocation.SOURCE_OUTPUT, "c"); in testGetModuleForPath()
100 JavaFileObject testFO = fm.getJavaFileForOutput(cOutput, "test.Test", Kind.CLASS, null); in testGetModuleForPath()
104 if (cOutput != cOutput2) { in testGetModuleForPath()
105 … throw new AssertionError("Unexpected location: " + cOutput2 + ", expected: " +cOutput); in testGetModuleForPath()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/langtools/tools/javac/file/
H A DModuleAndPackageLocations.java99 Location cOutput = fm.getLocationForModule(StandardLocation.SOURCE_OUTPUT, "c"); in testGetModuleForPath()
100 JavaFileObject testFO = fm.getJavaFileForOutput(cOutput, "test.Test", Kind.CLASS, null); in testGetModuleForPath()
104 if (cOutput != cOutput2) { in testGetModuleForPath()
105 … throw new AssertionError("Unexpected location: " + cOutput2 + ", expected: " +cOutput); in testGetModuleForPath()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/file/
H A DModuleAndPackageLocations.java99 Location cOutput = fm.getLocationForModule(StandardLocation.SOURCE_OUTPUT, "c"); in testGetModuleForPath()
100 JavaFileObject testFO = fm.getJavaFileForOutput(cOutput, "test.Test", Kind.CLASS, null); in testGetModuleForPath()
104 if (cOutput != cOutput2) { in testGetModuleForPath()
105 … throw new AssertionError("Unexpected location: " + cOutput2 + ", expected: " +cOutput); in testGetModuleForPath()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/file/
H A DModuleAndPackageLocations.java99 Location cOutput = fm.getLocationForModule(StandardLocation.SOURCE_OUTPUT, "c"); in testGetModuleForPath()
100 JavaFileObject testFO = fm.getJavaFileForOutput(cOutput, "test.Test", Kind.CLASS, null); in testGetModuleForPath()
104 if (cOutput != cOutput2) { in testGetModuleForPath()
105 … throw new AssertionError("Unexpected location: " + cOutput2 + ", expected: " +cOutput); in testGetModuleForPath()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/langtools/tools/javac/file/
H A DModuleAndPackageLocations.java99 Location cOutput = fm.getLocationForModule(StandardLocation.SOURCE_OUTPUT, "c"); in testGetModuleForPath()
100 JavaFileObject testFO = fm.getJavaFileForOutput(cOutput, "test.Test", Kind.CLASS, null); in testGetModuleForPath()
104 if (cOutput != cOutput2) { in testGetModuleForPath()
105 … throw new AssertionError("Unexpected location: " + cOutput2 + ", expected: " +cOutput); in testGetModuleForPath()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/langtools/tools/javac/file/
H A DModuleAndPackageLocations.java99 Location cOutput = fm.getLocationForModule(StandardLocation.SOURCE_OUTPUT, "c"); in testGetModuleForPath()
100 JavaFileObject testFO = fm.getJavaFileForOutput(cOutput, "test.Test", Kind.CLASS, null); in testGetModuleForPath()
104 if (cOutput != cOutput2) { in testGetModuleForPath()
105 … throw new AssertionError("Unexpected location: " + cOutput2 + ", expected: " +cOutput); in testGetModuleForPath()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/file/
H A DModuleAndPackageLocations.java99 Location cOutput = fm.getLocationForModule(StandardLocation.SOURCE_OUTPUT, "c"); in testGetModuleForPath()
100 JavaFileObject testFO = fm.getJavaFileForOutput(cOutput, "test.Test", Kind.CLASS, null); in testGetModuleForPath()
104 if (cOutput != cOutput2) { in testGetModuleForPath()
105 … throw new AssertionError("Unexpected location: " + cOutput2 + ", expected: " +cOutput); in testGetModuleForPath()
/dports/editors/ted/Ted-2.23/appUtil/
H A DutilJenkinsPerfectHash.h119 const char * cOutput,
H A DutilJenkinsPerfectHash.c1127 static int make_c( const char * cOutput, in make_c() argument
1155 f= fopen( cOutput, "w" ); in make_c()
1157 { SXDEB(cOutput,f); return -1; } in make_c()
1414 const char * cOutput, in utilJenkinsPerfectHash() argument
1464 if ( make_c( cOutput, cInclude, procName, indexName, in utilJenkinsPerfectHash()
1468 { SDEB(cOutput); rval= -1; goto ready; } in utilJenkinsPerfectHash()
/dports/games/wesnoth/wesnoth-1.14.17/utils/
H A Dautorevision.sh455 cOutput() { function
1301 cOutput
/dports/games/gnubg/gnubg-1.06.002/
H A Deval.c735 g_assert(nnContact.cInput == NUM_INPUTS && nnContact.cOutput == NUM_OUTPUTS); in EvalInitialise()
736 g_assert(nnCrashed.cInput == NUM_INPUTS && nnCrashed.cOutput == NUM_OUTPUTS); in EvalInitialise()
737 g_assert(nnRace.cInput == NUM_RACE_INPUTS && nnRace.cOutput == NUM_OUTPUTS); in EvalInitialise()
739 g_assert(nnpContact.cInput == NUM_PRUNING_INPUTS && nnpContact.cOutput == NUM_OUTPUTS); in EvalInitialise()
740 g_assert(nnpCrashed.cInput == NUM_PRUNING_INPUTS && nnpCrashed.cOutput == NUM_OUTPUTS); in EvalInitialise()
741 g_assert(nnpRace.cInput == NUM_PRUNING_INPUTS && nnpRace.cOutput == NUM_OUTPUTS); in EvalInitialise()