Home
last modified time | relevance | path

Searched refs:newOcc (Results 1 – 5 of 5) sorted by relevance

/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/mymoney/
H A Dmymoneyschedule.cpp1302 Schedule::Occurrence newOcc = occurrence; in simpleToCompoundOccurrence() local
1312 newOcc = Schedule::Occurrence::Weekly; in simpleToCompoundOccurrence()
1315 newOcc = Schedule::Occurrence::Weekly; in simpleToCompoundOccurrence()
1318 newOcc = Schedule::Occurrence::Weekly; in simpleToCompoundOccurrence()
1321 newOcc = Schedule::Occurrence::Daily; in simpleToCompoundOccurrence()
1324 newOcc = Schedule::Occurrence::Weekly; in simpleToCompoundOccurrence()
1343 newOcc = Schedule::Occurrence::Any; in simpleToCompoundOccurrence()
1346 if (newOcc != occurrence) { in simpleToCompoundOccurrence()
1347 occurrence = newOcc; in simpleToCompoundOccurrence()
1360 Schedule::Occurrence newOcc = occurrence; in compoundToSimpleOccurrence() local
[all …]
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/esimonov/ifshort/pkg/analyzer/
H A Doccurrences.go138 newOcc := occurrence{}
140 newOcc.declarationPos = ident.Pos()
142 nom[ident.Name] = scopeMarkeredOccurences{scopeMarker: newOcc}
/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/esimonov/ifshort/pkg/analyzer/
H A Doccurrences.go138 newOcc := occurrence{}
140 newOcc.declarationPos = ident.Pos()
142 nom[ident.Name] = scopeMarkeredOccurences{scopeMarker: newOcc}
/dports/graphics/ebsynth/ebsynth-2f5c97c0c21a/src/
H A Debsynth_cpu.cpp514 …const float newOcc = (float(patchOmega(patchWidth, bxy,Omega))/float(patchWidth*patchWidth))/ome… in tryPatch() local
519 if ((newErr+lambda*newOcc) < (curErr+lambda*curOcc)) in tryPatch()
H A Debsynth_cuda.cu144 …const float newOcc = (float(patchOmega(patchWidth, bx, by,Omega))/float(patchWidth*patch… in tryPatch() local
149 if ((newErr+lambda*newOcc) < (curErr+lambda*curOcc)) in tryPatch()