Home
last modified time | relevance | path

Searched refs:Ig (Results 1 – 25 of 1136) sorted by relevance

12345678910>>...46

/dports/science/ergo/ergo-3.8/source/densfromf/recursive_expansion/src/
H A Drandom_matrices.cc143 vector<int> Ig; in sprandsym() local
202 Ig.resize(k); in sprandsym()
207 Ig[i] = i; in sprandsym()
245 Ig.resize(N-(l+1)); in sprandsym()
250 Ig[i] = k; in sprandsym()
258 Ig[i] = l; in sprandsym()
287 Ig.resize(l-(k+1)); in sprandsym()
292 Ig[i] = k; in sprandsym()
298 Ig = Jg; in sprandsym()
328 Ig[0] = k; Ig[1] = k; Ig[2] = l; in sprandsym()
[all …]
/dports/misc/visp/visp-3.4.0/example/device/framegrabber/
H A DgrabV4l2.cpp275 vpImage<unsigned char> Ig; // grey level image in main() local
293 g.open(Ig); in main()
295 g.acquire(Ig); in main()
296 …std::cout << "Grey image size: width : " << Ig.getWidth() << " height: " << Ig.getHeight() << std:… in main()
320 display.init(Ig, 100, 100, "V4L2 grey images framegrabbing"); in main()
321 vpDisplay::display(Ig); in main()
322 vpDisplay::flush(Ig); in main()
336 g.acquire(Ig); in main()
339 vpDisplay::display(Ig); in main()
341 vpDisplay::flush(Ig); in main()
[all …]
H A Dgrab1394Two.cpp563 vpImage<unsigned char> *Ig = new vpImage<unsigned char>[ncameras]; in main() local
589 g.acquire(Ig[i]); in main()
591 << " height: " << Ig[i].getHeight() << std::endl; in main()
598 d[i].init(Ig[i], (int)(100 + i * 50), (int)(100 + i * 50), title); in main()
599 vpDisplay::display(Ig[i]); in main()
600 vpDisplay::flush(Ig[i]); in main()
628 g.acquire(Ig[c]); in main()
632 vpDisplay::display(Ig[c]); in main()
633 vpDisplay::flush(Ig[c]); in main()
645 vpImageIo::write(Ig[c], filename); in main()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/randlib/src/c/
H A Dclcg4.c236 Ig [0][g] = (int) s0; in set_seed_clcg4()
237 Ig [1][g] = (int) s1; in set_seed_clcg4()
238 Ig [2][g] = (int) s2; in set_seed_clcg4()
239 Ig [3][g] = (int) s3; in set_seed_clcg4()
281 Lg [j][g] = Ig [j][g]; in init_generator_clcg4()
311 Ig[j][g] = MultModM ( b[j], Cg[j][g], m[j] ); in advance_state_clcg4()
332 Ig [0][0] = (int) s0; in set_initial_seed_clcg4()
333 Ig [1][0] = (int) s1; in set_initial_seed_clcg4()
334 Ig [2][0] = (int) s2; in set_initial_seed_clcg4()
335 Ig [3][0] = (int) s3; in set_initial_seed_clcg4()
[all …]
/dports/math/gap/gap-4.11.0/pkg/loops-3.4.1/data/rcc/
H A Dsections16.115.tbl1 …yW lh J$ 3Jm 4q lN J$ 1I& 2E yW @L mmz 4q 2I 4q ks yW JR 4q C; yW 6|+ yW 1. yW ld 4q Ig \
2 …27 4q 2I 4q ks yW JR 4q C; yW 13w yW 1. yW ld 4q Ig yW Dz 4q G>a 4W 1. u4WK ks 1L Ig 1…
3 …6|+ 1L 1r u4WK lJ 4W JR 4W D5 1L 31g 1L 1r u4WK lJ 4W JR 4W D5 1L 143 4W 1. u4WK ks 1L Ig
/dports/graphics/pfstools/pfstools-2.1.0/src/camera/
H A Dpfshdrcalibrate.cpp565 float* Ig = new float [ M ]; in pfshdrcalibrate() local
595 bool loadG_ok = responseLoad ( responseFile, Ig, M ); in pfshdrcalibrate()
611 responseLinear( Ig, M ); in pfshdrcalibrate()
619 responseGamma( Ig, M ); in pfshdrcalibrate()
627 responseLog10( Ig, M ); in pfshdrcalibrate()
670 int numg = responseFillGaps ( Ig, w, M ); in pfshdrcalibrate()
753 Ir, Ig, Ib, in pfshdrcalibrate()
799 const float *resp_curves[] = { Ir, Ig, Ib }; in pfshdrcalibrate()
839 Ir, Ig, Ib, in pfshdrcalibrate()
893 responseSave( responseSaveFile, Ig, M, "IG" ); in pfshdrcalibrate()
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dqmmm_elpot.F164 DO Ig = ig_start, pgf%number_of_gaussians
165 A = pgf%Ak(Ig)
166 G = pgf%Gk(Ig)
190 DO Ig = 1, pgf%number_of_gaussians
200 … x, (EXP(-(x/pgf%Gk(Ig))**2)*pgf%Ak(Ig), Ig=1, pgf%number_of_gaussians), pot0_2(1, i)
H A Dqmmm_per_elpot.F165 DO Ig = ig_start, pgf%number_of_gaussians
166 Gk = pgf%Gk(Ig)
167 Ak = pgf%Ak(Ig)*Pi**(3.0_dp/2.0_dp)*Gk**3.0_dp
182 DO Ig = ig_start, pgf%number_of_gaussians
183 Gk = pgf%Gk(Ig)
184 Ak = pgf%Ak(Ig)*Pi**(3.0_dp/2.0_dp)*Gk**3.0_dp
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dqmmm_elpot.F164 DO Ig = ig_start, pgf%number_of_gaussians
165 A = pgf%Ak(Ig)
166 G = pgf%Gk(Ig)
190 DO Ig = 1, pgf%number_of_gaussians
200 … x, (EXP(-(x/pgf%Gk(Ig))**2)*pgf%Ak(Ig), Ig=1, pgf%number_of_gaussians), pot0_2(1, i)
H A Dqmmm_per_elpot.F165 DO Ig = ig_start, pgf%number_of_gaussians
166 Gk = pgf%Gk(Ig)
167 Ak = pgf%Ak(Ig)*Pi**(3.0_dp/2.0_dp)*Gk**3.0_dp
182 DO Ig = ig_start, pgf%number_of_gaussians
183 Gk = pgf%Gk(Ig)
184 Ak = pgf%Ak(Ig)*Pi**(3.0_dp/2.0_dp)*Gk**3.0_dp
/dports/graphics/luminance-qt5/luminance-hdr-2.6.1.1/src/HdrCreation/
H A Dresponses.cpp182 void responseSave(FILE *file, const float *Ir, const float *Ig, const float *Ib, in responseSave() argument
195 float logG = Ig[m] == 0.0f ? -6.0f : log10f(Ig[m]); in responseSave()
198 logR, Ir[m], logG, Ig[m], logB, Ib[m]); in responseSave()
202 bool responseLoad(FILE *file, float *Ir, float *Ig, float *Ib, int M) { in responseLoad() argument
224 Ig[i] = valG; in responseLoad()
H A Dresponses.h122 void responseSave(FILE *file, const float *Ir, const float *Ig, const float *Ib,
132 bool responseLoad(FILE *file, float *Ir, float *Ig, float *Ib, int M);
/dports/misc/visp/visp-3.4.0/modules/core/test/image/
H A DtestConversion.cpp255 vpImageIo::read(Ig, filename); in main()
257 vpImageConvert::convert(Ig, Ic); in main()
269 vpImageConvert::convert(Ic, Ig); in main()
272 vpImageIo::write(Ig, filename); in main()
341 vpImageConvert::convert(image, Ig); in main()
344 vpImageIo::write(Ig, filename); in main()
362 vpImageIo::write(Ig, filename); in main()
399 vpImageIo::read(Ig, filename); in main()
488 vpImageIo::write(Ig, filename); in main()
508 vpImageIo::write(Ig, filename); in main()
[all …]
/dports/math/jags/JAGS-4.3.0/src/modules/lecuyer/
H A DRngStreamFactory.cc118 Bg[i] = Ig[i] = state[i]; in setSeed()
124 MatVecModM (A1p127, Ig, m1); in nextStream()
125 MatVecModM (A2p127, &Ig[3], m2); in nextStream()
127 Bg[i] = Ig[i]; in nextStream()
/dports/biology/py-biopython/biopython-1.79/Tests/EMBL/
H A DA04195.imgt8 DE Artificial Ig lambda-chain mRNA ;
9 DE RNA; rearranged configuration; Ig-Light-Lambda; regular.
30 FT /product="Ig Lambda"
/dports/graphics/devil/devil-1.7.8/src-IL/src/
H A Dil_quantizer.c109 r = Ir[i]; g = Ig[i]; b = Ib[i]; in Hist3d()
419 ILubyte *Ir = NULL, *Ig = NULL, *Ib = NULL; in iQuantizeImage() local
455 Ig = (ILubyte*)ialloc(Width * Height * Depth); in iQuantizeImage()
457 if (!Ir || !Ig || !Ib) { in iQuantizeImage()
459 ifree(Ig); in iQuantizeImage()
509 vec_st(green[0],pos,Ig); in iQuantizeImage()
510 vec_st(green[1],pos+16,Ig); in iQuantizeImage()
511 vec_st(green[2],pos+32,Ig); in iQuantizeImage()
520 Ig[k] = TempImage->Data[k * 3 + 1]; in iQuantizeImage()
610 ifree(Ig); in iQuantizeImage()
[all …]
/dports/math/R-cran-pbkrtest/pbkrtest/R/
H A DKR-Sigma-G2.R44 Ig <- sparseMatrix(1:n.lev, 1:n.lev, x=1) functionVar
55 EE <- Ig %x% EE ## Kronecker product
133 Ig <- sparseMatrix(1:n.lev, 1:n.lev, x=1) functionVar
143 EE <- Ig %x% EE ## Kronecker product
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/writers/unit_test/gff3writer_test_cases/
H A Drw-246-v-segment.entry.gff38 … samples with support for all annotated introns;partial=true;standard_name=Ig lambda chain V-I reg…
9 … samples with support for all annotated introns;partial=true;standard_name=Ig lambda chain V-I reg…
10 … samples with support for all annotated introns;partial=true;standard_name=Ig lambda chain V-I reg…
11 …o RNA sequence%2C mRNA (same species):INSD:HQ913591.1;partial=true;product=Ig lambda chain V-I reg…
12 …o RNA sequence%2C mRNA (same species):INSD:HQ913591.1;partial=true;product=Ig lambda chain V-I reg…
/dports/misc/visp/visp-3.4.0/modules/robot/src/image-simulator/
H A DvpImageSimulator.cpp116 Ig = text.Ig; in vpImageSimulator()
165 Ig = sim.Ig; in operator =()
193 I = Ig; in getImage()
1083 Ig = I; in init()
1105 vpImageConvert::convert(I, Ig); in init()
1127 vpImageIo::read(Ig, file_image); in init()
1161 Ig = I; in init()
1194 vpImageConvert::convert(I, Ig); in init()
1228 vpImageIo::read(Ig, file_image); in init()
1279 i2 = v * (Ig.getHeight() - 1); in getPixel()
[all …]
/dports/math/rngstreams/rngstreams-1.0.1/doc/
H A Drngstreams.info102 double Cg[6], Bg[6], Ig[6];
108 The arrays `Ig', `Bg', and `Cg' contain the initial state, the
129 `RngStream', initializes its seed `Ig', sets `Bg' and `Cg' equal
130 to `Ig', sets its antithetic and precision switches to `0'. The
131 seed `Ig' is equal to the initial seed of the package given by
143 set to `Ig'.
176 Sets the initial seed `Ig' of stream G to the vector SEED. This
188 values of `Bg' and `Ig' associated with this stream. If E > 0,
H A Drngstreams.texi144 double Cg[6], Bg[6], Ig[6];
151 The arrays @code{Ig}, @code{Bg}, and @code{Cg} contain the initial state,
190 the @code{RngStream}, initializes its seed @code{Ig},
191 sets @code{Bg} and @code{Cg} equal to @code{Ig}, sets its antithetic and
193 The seed @code{Ig} is equal to the initial seed of the package given by
209 @code{Cg} and @code{Bg} are set to @code{Ig}.
277 Sets the initial seed @code{Ig} of stream @var{g}
291 nor the values of @code{Bg} and @code{Ig} associated with this stream.
/dports/math/rngstreams/rngstreams-1.0.1/src/
H A DRngStream.c329 g->Bg[i] = g->Cg[i] = g->Ig[i] = nextSeed[i]; in RngStream_CreateStream()
354 g->Cg[i] = g->Bg[i] = g->Ig[i]; in RngStream_ResetStartStream()
397 g->Cg[i] = g->Bg[i] = g->Ig[i] = seed[i]; in RngStream_SetSeed()
474 printf ("%lu, ", (unsigned long) (g->Ig[i])); in RngStream_WriteStateFull()
476 printf ("%lu }\n", (unsigned long) g->Ig[5]); in RngStream_WriteStateFull()
/dports/www/sogo/SOGo-5.4.0/UI/MainUI/Basque.lproj/
H A DLocale26 NSShortWeekDayNameArray = (Ig, Al, As, Az, Os, Or, Ig);
/dports/www/sogo-activesync/SOGo-5.4.0/UI/MainUI/Basque.lproj/
H A DLocale26 NSShortWeekDayNameArray = (Ig, Al, As, Az, Os, Or, Ig);
/dports/www/sogo2/SOGo-2.4.1/UI/MainUI/Basque.lproj/
H A DLocale26 NSShortWeekDayNameArray = (Ig, Al, As, Az, Os, Or, Ig);

12345678910>>...46