Home
last modified time | relevance | path

Searched refs:newC (Results 1 – 25 of 354) sorted by relevance

12345678910>>...15

/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/formula/definition/
H A Dfractal_transf_add_cpixel_scator.cpp39 CVector4 newC = tempC; in FormulaCode() local
60 if (fractal->transformCommon.functionEnabledSwFalse) swap(newC.x, newC.z); in FormulaCode()
64 z += newC; in FormulaCode()
68 z.x += sign(z.x) * newC.x; in FormulaCode()
69 z.y += sign(z.y) * newC.y; in FormulaCode()
70 z.z += sign(z.z) * newC.z; in FormulaCode()
79 if (fractal->transformCommon.functionEnabledy) newC.y = fabs(newC.y); in FormulaCode()
80 if (fractal->transformCommon.functionEnabledz) newC.z = fabs(newC.z); in FormulaCode()
82 if (fractal->transformCommon.functionEnabledSwFalse) swap(newC.x, newC.z); in FormulaCode()
87 z += newC; in FormulaCode()
[all …]
/dports/graphics/mandelbulber/mandelbulber2-2.26/mandelbulber2/formula/opencl/
H A Dtransf_add_cpixel_scator.cl32 REAL4 newC = tempC;
55 REAL temp = newC.x;
56 newC.x = newC.z;
57 newC.z = temp;
62 z += newC;
77 if (fractal->transformCommon.functionEnabledy) newC.y = fabs(newC.y);
78 if (fractal->transformCommon.functionEnabledz) newC.z = fabs(newC.z);
82 REAL temp = newC.x;
83 newC.x = newC.z;
84 newC.z = temp;
[all …]
/dports/lang/sdcc/sdcc-4.0.0/sim/ucsim/s51.src/
H A Darith.cc116 u8_t newC, newA, c6; in instruction_24() local
125 SFR_SET_BIT(newC ^ c6, PSW, bmOV); in instruction_24()
143 u8_t newC, newA, c6; in instruction_25() local
155 SFR_SET_BIT(newC ^ c6, PSW, bmOV); in instruction_25()
173 u8_t newC, newA, c6; in instruction_26() local
184 SFR_SET_BIT(newC ^ c6, PSW, bmOV); in instruction_26()
202 u8_t newC, newA, c6; in instruction_28() local
253 u8_t orgC, newC, newA, c6; in instruction_34() local
280 u8_t orgC, newC, newA, c6; in instruction_35() local
310 u8_t orgC, newC, newA, c6; in instruction_36() local
[all …]
/dports/emulators/fuse/fuse-1.6.0/peripherals/ide/
H A Dzxatasp.c311 libspectrum_byte newC; in zxatasp_portC_write() local
321 zxatasp_portC = newC; in zxatasp_portC_write()
327 if( ( ZXATASP_READ_PRIMARY( newC ) ) && in zxatasp_portC_write()
333 if( ( ZXATASP_READ_SECONDARY( newC ) ) && in zxatasp_portC_write()
339 if( ( ZXATASP_WRITE_PRIMARY( newC ) ) && in zxatasp_portC_write()
351 if( newC & ZXATASP_RAM_LATCH ) { in zxatasp_portC_write()
356 if( newC & ZXATASP_RAM_DISABLE ) { in zxatasp_portC_write()
391 libspectrum_byte newC = zxatasp_portC; in zxatasp_control_write() local
394 newC |= ( 1 << bit ); in zxatasp_control_write()
396 newC &= ~( 1 << bit ); in zxatasp_control_write()
[all …]
/dports/biology/edlib/edlib-d5774b4/test/
H A DSimpleEditDistance.h50 int* newC = new int[queryLength]; in calcEditDistanceSimple() local
62 newC[0] = min3((mode == EDLIB_MODE_HW ? 0 : c + 1) + 1, // up in calcEditDistanceSimple()
67 newC[r] = min3(newC[r-1] + 1, // up in calcEditDistanceSimple()
77 int newScore = newC[queryLength - 1]; in calcEditDistanceSimple()
88 C = newC; in calcEditDistanceSimple()
89 newC = tmp; in calcEditDistanceSimple()
93 delete[] newC; in calcEditDistanceSimple()
/dports/games/libretro-fuse/fuse-libretro-8b51f87/fuse/peripherals/ide/
H A Dzxatasp.c334 libspectrum_byte newC; in zxatasp_portC_write() local
344 zxatasp_portC = newC; in zxatasp_portC_write()
350 if( ( ZXATASP_READ_PRIMARY( newC ) ) & in zxatasp_portC_write()
356 if( ( ZXATASP_READ_SECONDARY( newC ) ) & in zxatasp_portC_write()
362 if( ( ZXATASP_WRITE_PRIMARY( newC ) ) & in zxatasp_portC_write()
374 if( newC & ZXATASP_RAM_LATCH ) { in zxatasp_portC_write()
379 if( newC & ZXATASP_RAM_DISABLE ) { in zxatasp_portC_write()
414 libspectrum_byte newC = zxatasp_portC; in zxatasp_control_write() local
417 newC |= ( 1 << bit ); in zxatasp_control_write()
419 newC &= ~( 1 << bit ); in zxatasp_control_write()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/docker/daemon/
H A Dlist.go467 newC := &types.Container{
472 if newC.Names == nil {
474 newC.Names = []string{}
487 newC.Image = image
502 newC.Command = container.Path
534 newC.Ports = []types.Port{}
541 newC.Ports = append(newC.Ports, types.Port{
552 newC.Ports = append(newC.Ports, types.Port{
563 newC.SizeRw = sizeRw
564 newC.SizeRootFs = sizeRootFs
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/provider/
H A DX509Factory.java166 if (newC != null) { in intern()
167 return newC; in intern()
170 newC = (X509CertImpl)c; in intern()
172 newC = new X509CertImpl(encoding); in intern()
176 return newC; in intern()
202 if (newC != null) { in intern()
203 return newC; in intern()
206 newC = (X509CRLImpl)c; in intern()
208 newC = new X509CRLImpl(encoding); in intern()
211 addToCache(crlCache, encoding, newC); in intern()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/security/provider/
H A DX509Factory.java166 if (newC != null) { in intern()
167 return newC; in intern()
170 newC = (X509CertImpl)c; in intern()
172 newC = new X509CertImpl(encoding); in intern()
176 return newC; in intern()
202 if (newC != null) { in intern()
203 return newC; in intern()
206 newC = (X509CRLImpl)c; in intern()
208 newC = new X509CRLImpl(encoding); in intern()
211 addToCache(crlCache, encoding, newC); in intern()
[all …]
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/adlio/trello/trello-1.0.0/
H A Dclient_test.go32 newC := c.WithContext(ctx)
33 if newC == c {
37 if newC.ctx != ctx {
51 newC.Client = &http.Client{
54 newC.Get("members", nil, nil)
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/provider/
H A DX509Factory.java171 if (newC != null) { in intern()
172 return newC; in intern()
175 newC = (X509CertImpl)c; in intern()
177 newC = new X509CertImpl(encoding); in intern()
181 return newC; in intern()
207 if (newC != null) { in intern()
208 return newC; in intern()
211 newC = (X509CRLImpl)c; in intern()
213 newC = new X509CRLImpl(encoding); in intern()
216 addToCache(crlCache, encoding, newC); in intern()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/sun/security/provider/
H A DX509Factory.java171 if (newC != null) { in intern()
172 return newC; in intern()
175 newC = (X509CertImpl)c; in intern()
177 newC = new X509CertImpl(encoding); in intern()
181 return newC; in intern()
207 if (newC != null) { in intern()
208 return newC; in intern()
211 newC = (X509CRLImpl)c; in intern()
213 newC = new X509CRLImpl(encoding); in intern()
216 addToCache(crlCache, encoding, newC); in intern()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/sun/security/provider/
H A DX509Factory.java171 if (newC != null) { in intern()
172 return newC; in intern()
175 newC = (X509CertImpl)c; in intern()
177 newC = new X509CertImpl(encoding); in intern()
181 return newC; in intern()
207 if (newC != null) { in intern()
208 return newC; in intern()
211 newC = (X509CRLImpl)c; in intern()
213 newC = new X509CRLImpl(encoding); in intern()
216 addToCache(crlCache, encoding, newC); in intern()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/sun/security/provider/
H A DX509Factory.java171 if (newC != null) { in intern()
172 return newC; in intern()
175 newC = (X509CertImpl)c; in intern()
177 newC = new X509CertImpl(encoding); in intern()
181 return newC; in intern()
207 if (newC != null) { in intern()
208 return newC; in intern()
211 newC = (X509CRLImpl)c; in intern()
213 newC = new X509CRLImpl(encoding); in intern()
216 addToCache(crlCache, encoding, newC); in intern()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/sun/security/provider/
H A DX509Factory.java171 if (newC != null) { in intern()
172 return newC; in intern()
175 newC = (X509CertImpl)c; in intern()
177 newC = new X509CertImpl(encoding); in intern()
181 return newC; in intern()
207 if (newC != null) { in intern()
208 return newC; in intern()
211 newC = (X509CRLImpl)c; in intern()
213 newC = new X509CRLImpl(encoding); in intern()
216 addToCache(crlCache, encoding, newC); in intern()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/sun/security/provider/
H A DX509Factory.java171 if (newC != null) { in intern()
172 return newC; in intern()
175 newC = (X509CertImpl)c; in intern()
177 newC = new X509CertImpl(encoding); in intern()
181 return newC; in intern()
207 if (newC != null) { in intern()
208 return newC; in intern()
211 newC = (X509CRLImpl)c; in intern()
213 newC = new X509CRLImpl(encoding); in intern()
216 addToCache(crlCache, encoding, newC); in intern()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/sun/security/provider/
H A DX509Factory.java171 if (newC != null) { in intern()
172 return newC; in intern()
175 newC = (X509CertImpl)c; in intern()
177 newC = new X509CertImpl(encoding); in intern()
181 return newC; in intern()
207 if (newC != null) { in intern()
208 return newC; in intern()
211 newC = (X509CRLImpl)c; in intern()
213 newC = new X509CRLImpl(encoding); in intern()
216 addToCache(crlCache, encoding, newC); in intern()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/sun/security/provider/
H A DX509Factory.java171 if (newC != null) { in intern()
172 return newC; in intern()
175 newC = (X509CertImpl)c; in intern()
177 newC = new X509CertImpl(encoding); in intern()
181 return newC; in intern()
207 if (newC != null) { in intern()
208 return newC; in intern()
211 newC = (X509CRLImpl)c; in intern()
213 newC = new X509CRLImpl(encoding); in intern()
216 addToCache(crlCache, encoding, newC); in intern()
[all …]
/dports/science/PETSc/petsc-3.14.1/src/ts/characteristic/interface/
H A Dcharacteristic.c74 Characteristic newC; in CharacteristicCreate() local
83 *c = newC; in CharacteristicCreate()
86 newC->numIds = 0; in CharacteristicCreate()
90 newC->numVelocityComp = 0; in CharacteristicCreate()
97 newC->numFieldComp = 0; in CharacteristicCreate()
102 newC->itemType = 0; in CharacteristicCreate()
104 newC->queueSize = 0; in CharacteristicCreate()
105 newC->queueMax = 0; in CharacteristicCreate()
107 newC->queueLocalSize = 0; in CharacteristicCreate()
108 newC->queueLocalMax = 0; in CharacteristicCreate()
[all …]
/dports/editors/o/o-2.46.0/
H A Dredraw.go22 newC := vt100.NewCanvas()
23 newC.ShowCursor()
24 w := int(newC.Width())
34 *c = *newC
38 newC = vt100.NewCanvas()
39 newC.ShowCursor()
40 w = int(newC.Width())
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dcompilerfactory.cpp176 Compiler* newC = compiler->CreateCopy(); in CreateCompilerCopy() local
179 Compiler::m_CompilerIDs.Remove(newC->GetID()); in CreateCompilerCopy()
180 newC->SetName(newName); in CreateCompilerCopy()
181 newC->m_ID = newName; in CreateCompilerCopy()
182 newC->MakeValidID(); in CreateCompilerCopy()
184 newC->ReloadOptions(); in CreateCompilerCopy()
185 RegisterCompiler(newC); in CreateCompilerCopy()
186 newC->LoadSettings(_T("/user_sets")); in CreateCompilerCopy()
187 …Manager::Get()->GetLogManager()->DebugLog(F(_T("Added compiler \"%s\""), newC->GetName().wx_str())… in CreateCompilerCopy()
188 return newC; // return the index for the new compiler in CreateCompilerCopy()
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DSpinB.c868 if ((newC->minimum_value < newC->maximum_value in ConstraintInitialize()
870 || (newC->minimum_value > newC->maximum_value in ConstraintInitialize()
894 if (newC->values == NULL || newC->num_values == 0) in ConstraintInitialize()
908 error = ValidatePositionValue(newC, &newC->position); in ConstraintInitialize()
997 if ((newC->minimum_value < newC->maximum_value in ConstraintSetValues()
999 || (newC->minimum_value > newC->maximum_value in ConstraintSetValues()
1006 error = ValidatePositionValue(newC, &newC->position); in ConstraintSetValues()
1019 newC->values = in ConstraintSetValues()
1027 error = ValidatePositionValue(newC, &newC->position); in ConstraintSetValues()
1032 if (newC->values == NULL || newC->num_values == 0) in ConstraintSetValues()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/TopOpeBRepDS/
H A DTopOpeBRepDS_BuildTool.cxx581 newC.SetRange(newparmin,newparmax); in ApproxCurves()
672 TopOpeBRepDS_Curve& newC, in ComputePCurves() argument
699 newC.Tolerance(tol); in ComputePCurves()
748 newC.Curve(C3Dnew,newtol); in ComputePCurves()
749 newC.SetRange(newparmin, newparmax); in ComputePCurves()
761 (const TopOpeBRepDS_Curve& newC, in PutPCurves() argument
768 Handle(Geom2d_Curve) PC1 = newC.Curve1(); in PutPCurves()
774 Handle(Geom2d_Curve) PC2 = newC.Curve2(); in PutPCurves()
813 PutPCurves(newC, E, comppc1, comppc2); in RecomputeCurves()
828 newC.Curve1(C.Curve1()); in RecomputeCurves()
[all …]
/dports/devel/p5-AI-Prolog/AI-Prolog-0.741/lib/AI/Prolog/
H A DKnowledgeBase.pm108 my $newC = Clause->new( $term->deref, undef );
120 $c->next_clause($newC);
123 $self->{ht}{$predicate} = $newC;
135 my $newC = Clause->new( $term->deref, undef );
137 $newC->next_clause($c);
138 $self->{ht}{$predicate} = $newC;
143 my $newC = Clause->new( $term, undef ); #, undef);
/dports/x11-toolkits/p5-Tk/Tk-804.035/demos/demos/widget_lib/
H A Darrows.pl118 my $newC = int(($v->{'y'} + 5 - int($c->canvasy($y)) - 5 * $v->{width})
120 $newC = 0, $erry = 1 if $newC < 0;
121 $newC = 12, $erry = 1 if $newC > 12;
122 if (($newB != $v->{b}) or ($newC != $v->{c})) {
123 $c->move('box2', 10*($v->{b}-$newB), 10*($v->{c}-$newC));
125 $v->{c} = $newC;

12345678910>>...15