Home
last modified time | relevance | path

Searched refs:inC (Results 1 – 25 of 98) sorted by relevance

1234

/dports/security/py-fail2ban/fail2ban-0.11.2/fail2ban/client/
H A Dbeautifier.py51 inC = self.__inputCmd
61 if len(inC) == 1:
74 if len(inC) > 1:
92 elif len(inC) < 2:
115 elif len(inC) < 3:
170 inC[1], inC[3])
173 "properties:\n" % (inC[1], inC[3])
178 inC[1], inC[3])
181 "methods:\n" % (inC[1], inC[3])
183 elif inC[2] == "banip" and inC[0] == "get":
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dsccolorengine.cpp118 double inC[3]; in getRGBValues() local
226 double inC[3]; in getRGBValues() local
341 double inC[3]; in getCMYKValues() local
371 double inC[3]; in getCMYKValues() local
451 double inC[3]; in getCMYKValues() local
485 double inC[3]; in getShadeColorCMYK() local
518 double inC[3]; in getShadeColorCMYK() local
557 double inC[3]; in getShadeColorRGB() local
595 double inC[3]; in getShadeColorRGB() local
714 double inC[3]; in getDisplayColor() local
[all …]
/dports/math/vtk9/VTK-9.1.0/Imaging/Core/
H A DvtkImageBlend.cxx287 if (outC == 4 && inC == 4) in vtkImageBlendExecute()
359 else if (inC == 2) in vtkImageBlendExecute()
525 else if (inC == 2) in vtkImageBlendExecuteChar()
640 if ((inC == 3 || inC == 1) && r <= threshold) in vtkImageBlendCompoundExecute()
665 if (inC >= 4) in vtkImageBlendCompoundExecute()
680 inPtr += inC; in vtkImageBlendCompoundExecute()
685 else if (inC == 3) in vtkImageBlendCompoundExecute()
696 inPtr += inC; in vtkImageBlendCompoundExecute()
701 else if (inC == 2) in vtkImageBlendCompoundExecute()
721 else if (inC == 1) in vtkImageBlendCompoundExecute()
[all …]
/dports/math/vtk8/VTK-8.2.0/Imaging/Core/
H A DvtkImageBlend.cxx304 if (outC == 4 && inC == 4) in vtkImageBlendExecute()
376 else if (inC == 2) in vtkImageBlendExecute()
544 else if (inC == 2) in vtkImageBlendExecuteChar()
669 if ((inC == 3 || inC == 1) && r <= threshold) in vtkImageBlendCompoundExecute()
691 if (inC >= 4) in vtkImageBlendCompoundExecute()
704 inPtr += inC; in vtkImageBlendCompoundExecute()
709 else if (inC == 3) in vtkImageBlendCompoundExecute()
718 inPtr += inC; in vtkImageBlendCompoundExecute()
723 else if (inC == 2) in vtkImageBlendCompoundExecute()
741 else if (inC == 1) in vtkImageBlendCompoundExecute()
[all …]
/dports/devel/hs-darcs/darcs-2.16.4/tests/
H A Dfailing-issue1702-optimize-relink-vs-cache.sh63 inC=$(find $HOME/.cache/darcs/patches -name $patch)
67 same_inode $inS $inC
68 same_inode $inC $inR
72 test $(links $inC) = 3
82 not same_inode $inS $inC
83 not same_inode $inC $inR
87 test $(links $inC) = 1
94 same_inode $inS $inC
95 same_inode $inC $inR
99 test $(links $inC) = 3
/dports/graphics/wings/libigl-2.1.0/tests/include/igl/
H A Dunique.cpp17 std::vector<bool> inC(inA.size(),false); variable
23 REQUIRE (!inC[C(i)]);
25 inC[C(i)] = true;
30 for(int i = 0;i<inC.size();i++)
32 REQUIRE (inA[i] == inC[i]);
58 std::map<std::vector<int>,bool> inC; variable
65 REQUIRE (!inC[vCi]);
67 inC[vCi] = true;
75 REQUIRE (inA.size() == inC.size());
78 REQUIRE (inA[pair.first] == inC[pair.first]);
[all …]
/dports/math/vtk6/VTK-6.2.0/Imaging/Core/
H A DvtkImageBlend.cxx270 int inC, outC; in vtkImageBlendExecute() local
316 inPtr += inC; in vtkImageBlendExecute()
327 inPtr += inC; in vtkImageBlendExecute()
354 else if (inC == 2) in vtkImageBlendExecute()
402 int inC, outC; in vtkImageBlendExecuteChar() local
444 inPtr += inC; in vtkImageBlendExecuteChar()
493 else if (inC == 2) in vtkImageBlendExecuteChar()
614 if ((inC == 3 || inC == 1) && r <= threshold) in vtkImageBlendCompoundExecute()
636 if (inC >= 4) in vtkImageBlendCompoundExecute()
649 inPtr += inC; in vtkImageBlendCompoundExecute()
[all …]
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/core/switching/
H A DPlainSwitchDT.java39 …public void setInputs(ObservableValue inA, ObservableValue inB, ObservableValue inC) throws NodeEx… in setInputs() argument
41 if (inB != null && inC == null) { in setInputs()
45 } else if (inB == null && inC != null) { in setInputs()
47 inC.addObserverToValue(this).checkBits(bits, null); in setInputs()
48 s2 = PlainSwitch.createSwitchModel(inA, inC, outputA, outputC); in setInputs()
49 } else if (inB != null && inC != null) { in setInputs()
52 inC.addObserverToValue(this).checkBits(bits, null); in setInputs()
54 s2 = PlainSwitch.createSwitchModel(inA, inC, outputA, outputC); in setInputs()
/dports/print/scribus-devel/scribus-1.5.7/scribus/palettes/
H A Dpaletteloader_swatchbook.cpp85 double inC[3]; in importFile() local
86 CoE >> inC[0]; in importFile()
87 CoE >> inC[1]; in importFile()
88 CoE >> inC[2]; in importFile()
89 tmp.setLabColor(inC[0], inC[1], inC[2]); in importFile()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/unagi-chan-0.4.1.3/tests/
H A DUnagiBounded.hs221 (inC,outC) <- newChan bnds
223 replicateM_ bnds $ writeChan inC ()
225 void $ forkIO $ writeChan inC () >> putMVar v ()
234 (replicateM_ (bnds-1) $ writeChan inC ())
239 void $ forkIO $ writeChan inC () >> putMVar v2 ()
308 (inC,outC) <- newChan bnds
310 trues <- replicateM bnds $ tryWriteChan inC ()
314 …success1 <- tryWriteChan inC () `onException` putStrLn "Our tryTakeMVar seems to have blocked inst…
320 …success2 <- tryWriteChan inC () `onException` putStrLn "Our tryTakeMVar number 2 seems to have blo…
336 (inC,outC) <- newChan bnds
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/mime/src/
H A Dmimemrel.cpp242 const char* inC; in escape_unescaped_percents() local
247 for (inC = incomingURL, outC = result; *inC != '\0'; inC++) { in escape_unescaped_percents()
248 if (*inC == '%') { in escape_unescaped_percents()
250 if (!*(inC + 1) || NONHEX(*(inC + 1)) || !*(inC + 2) || in escape_unescaped_percents()
263 *outC++ = *inC; in escape_unescaped_percents()
278 for (inC = inURL; *inC; inC++) in escape_for_mrel_subst()
279 if ((*inC == ' ') || (*inC == '>')) in escape_for_mrel_subst()
286 inC = inURL; in escape_for_mrel_subst()
288 while (*inC) { in escape_for_mrel_subst()
298 *outC++ = *inC; in escape_for_mrel_subst()
[all …]
/dports/graphics/libvisual04-plugins/libvisual-plugins-0.4.0/plugins/actor/G-Force/GForceCommon/
H A DGF_Palette.cpp71 void GF_Palette::SetupTransition( GF_Palette* inDest, float* inC ) { in SetupTransition() argument
73 mH.Weight( inDest -> mH, inC, 0 ); in SetupTransition()
74 mS.Weight( inDest -> mS, inC, 0 ); in SetupTransition()
75 mV.Weight( inDest -> mV, inC, 0 ); in SetupTransition()
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/demos/matplot/
H A Dmandelbrot.dem.sce32 inC = 1:size(c,"*");
43 nd(inC(find(a>2)))=i;
46 inC = inC(tmp);
47 z = z.*z+c(inC);
/dports/math/scilab/scilab-6.1.1/scilab/modules/graphics/demos/2d_3d_plots/
H A Dmandelbrot.dem.sce32 inC = 1:size(c,"*");
43 nd(inC(find(a>2)))=i;
46 inC = inC(tmp);
47 z = z.*z+c(inC);
/dports/devel/global/global-6.6.7/libparser/
H A DC.c107 int inC = (type == TYPE_YACC) ? 0 : 1; /* 1 while C source */ in C_family() local
123 if (inC && peekc(0) == '('/* ) */) { in C_family()
166 inC = 1; in C_family()
189 inC = 0; in C_family()
212 inC = (yaccstatus == PROGRAMS) ? 1 : 0; in C_family()
220 if (inC == 1 && (param->flags & PARSER_WARNING)) in C_family()
222 inC = 1; in C_family()
230 if (inC == 0 && (param->flags & PARSER_WARNING)) in C_family()
232 inC = 0; in C_family()
/dports/graphics/opendx/dx-4.4.4/src/exec/dxmods/
H A D_refineirr.c250 Array inP, inC, outC = NULL; in RefineICubes() local
270 if (! inC) in RefineICubes()
276 inElts = (int *)DXGetArrayData(inC); in RefineICubes()
521 Array inP, inC, outC = NULL; in RefineIQuads() local
542 if (! inC) in RefineIQuads()
556 inElts = (int *)DXGetArrayData(inC); in RefineIQuads()
782 if (! inC) in RefineILines()
788 inElts = (int *)DXGetArrayData(inC); in RefineILines()
963 if (! inC) in RefineITetras()
969 inElts = (int *)DXGetArrayData(inC); in RefineITetras()
[all …]
/dports/math/fftw3-float/fftw-3.3.9/libbench2/
H A Dverify-dft.c105 C *inA, *inB, *inC, *outA, *outB, *outC, *tmp; in verify_dft() local
124 inC = (C *) bench_malloc(N * sizeof(C)); in verify_dft()
130 e->i = impulse(&k.k, n, vecn, inA, inB, inC, outA, outB, outC, in verify_dft()
132 e->l = linear(&k.k, 0, N, inA, inB, inC, outA, outB, outC, in verify_dft()
150 bench_free(inC); in verify_dft()
/dports/math/fftw3/fftw-3.3.9/libbench2/
H A Dverify-dft.c105 C *inA, *inB, *inC, *outA, *outB, *outC, *tmp; in verify_dft() local
124 inC = (C *) bench_malloc(N * sizeof(C)); in verify_dft()
130 e->i = impulse(&k.k, n, vecn, inA, inB, inC, outA, outB, outC, in verify_dft()
132 e->l = linear(&k.k, 0, N, inA, inB, inC, outA, outB, outC, in verify_dft()
150 bench_free(inC); in verify_dft()
/dports/math/fftw3-long/fftw-3.3.9/libbench2/
H A Dverify-dft.c105 C *inA, *inB, *inC, *outA, *outB, *outC, *tmp; in verify_dft() local
124 inC = (C *) bench_malloc(N * sizeof(C)); in verify_dft()
130 e->i = impulse(&k.k, n, vecn, inA, inB, inC, outA, outB, outC, in verify_dft()
132 e->l = linear(&k.k, 0, N, inA, inB, inC, outA, outB, outC, in verify_dft()
150 bench_free(inC); in verify_dft()
/dports/math/fftw3-quad/fftw-3.3.9/libbench2/
H A Dverify-dft.c105 C *inA, *inB, *inC, *outA, *outB, *outC, *tmp; in verify_dft() local
124 inC = (C *) bench_malloc(N * sizeof(C)); in verify_dft()
130 e->i = impulse(&k.k, n, vecn, inA, inB, inC, outA, outB, outC, in verify_dft()
132 e->l = linear(&k.k, 0, N, inA, inB, inC, outA, outB, outC, in verify_dft()
150 bench_free(inC); in verify_dft()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Pdf/PDFWriter/
H A DAbstractContentContext.h110 void cm(double inA, double inB, double inC, double inD, double inE, double inF);
133 void K(double inC,double inM,double inY,double inK);
134 void k(double inC,double inM,double inY,double inK);
158 void Tm(double inA, double inB, double inC, double inD, double inE, double inF);
H A DCMYKRGBColor.cpp44 CMYKRGBColor::CMYKRGBColor(unsigned char inC,unsigned char inM, unsigned char inY, unsigned char in… in CMYKRGBColor() argument
47 CMYKComponents[0] = inC; in CMYKRGBColor()
/dports/science/opensim-core/opensim-core-4.1/OpenSim/Simulation/Control/
H A DPrescribedController.cpp141 int inC = controllerActuators.getIndex(actName); in extendConnectToModel() local
142 if(inC >= 0) in extendConnectToModel()
143 prescribeControlForActuator(inC, pfunc); in extendConnectToModel()
/dports/math/fftw-float/fftw-2.1.5/tests/
H A Dfftw_test.c271 fftw_complex *inA, *inB, *inC, *outA, *outB, *outC; in test_ergun() local
306 array_add(inC, inA, inB, n); in test_ergun()
307 fftw_out_of_place(plan, n, inC, outC); in test_ergun()
328 array_sub(inC, inA, inB, n); in test_ergun()
330 fftw_out_of_place(plan, n, inC, outC); in test_ergun()
360 fftw_free(inC); in test_ergun()
416 array_add(inC, inA, inB, N); in testnd_ergun()
417 fftwnd(plan, 1, inC, 1, N, outC, 1, N); in testnd_ergun()
447 array_sub(inC, inA, inB, N); in testnd_ergun()
449 fftwnd(plan, 1, inC, 1, N, outC, 1, N); in testnd_ergun()
[all …]
/dports/math/fftw/fftw-2.1.5/tests/
H A Dfftw_test.c271 fftw_complex *inA, *inB, *inC, *outA, *outB, *outC; in test_ergun() local
306 array_add(inC, inA, inB, n); in test_ergun()
307 fftw_out_of_place(plan, n, inC, outC); in test_ergun()
328 array_sub(inC, inA, inB, n); in test_ergun()
330 fftw_out_of_place(plan, n, inC, outC); in test_ergun()
360 fftw_free(inC); in test_ergun()
416 array_add(inC, inA, inB, N); in testnd_ergun()
417 fftwnd(plan, 1, inC, 1, N, outC, 1, N); in testnd_ergun()
447 array_sub(inC, inA, inB, N); in testnd_ergun()
449 fftwnd(plan, 1, inC, 1, N, outC, 1, N); in testnd_ergun()
[all …]

1234