Home
last modified time | relevance | path

Searched refs:lev2 (Results 1 – 25 of 116) sorted by relevance

12345

/dports/biology/ncbi-toolkit/ncbi/demo/
H A Derrhdr.c83 ErrMsgNode *lev2; in ErrMsgRoot_PrintHeader() local
94 for (lev2=lev1->list; lev2; lev2=lev2->next) in ErrMsgRoot_PrintHeader()
95 fprintf(fd,"#define ERR_%s_%s %d,%d\n",lev1->name,lev2->name, in ErrMsgRoot_PrintHeader()
96 (int)lev1->code,(int)lev2->code); in ErrMsgRoot_PrintHeader()
101 for (lev2=lev1->list; lev2; lev2=lev2->next) in ErrMsgRoot_PrintHeader()
105 lev2->name,(int)lev2->code); in ErrMsgRoot_PrintHeader()
108 lev1->name,lev2->name,(int)lev2->code); in ErrMsgRoot_PrintHeader()
/dports/cad/libredwg/libredwg-0.12.4/examples/
H A Dalldxf_MULTILEADER.inc53 { 170, "1", NULL, 0, BITS_UNKNOWN, "lev2.type", 10, {-1,-1,-1,-1,-1} },
55 { 171, "1", NULL, 0, BITS_UNKNOWN, "lev2.weight", 10, {-1,-1,-1,-1,-1} },
59 { 92, "0", NULL, 0, BITS_UNKNOWN, "lev2.color", 11, {-1,-1,-1,-1,-1} },
183 { 170, "1", NULL, 0, BITS_UNKNOWN, "lev2.type", 10, {-1,-1,-1,-1,-1} },
189 { 92, "0", NULL, 0, BITS_UNKNOWN, "lev2.color", 11, {-1,-1,-1,-1,-1} },
275 //{ 92, "752", NULL, 0, BITS_UNKNOWN, "lev2.color", 1, {-1,-1,-1,-1,-1} },
311 { 170, "1", NULL, 0, BITS_UNKNOWN, "lev2.type", 7, {-1,-1,-1,-1,-1} },
434 { 170, "1", NULL, 0, BITS_UNKNOWN, "lev2.type", 7, {-1,-1,-1,-1,-1} },
558 { 170, "1", NULL, 0, BITS_UNKNOWN, "lev2.type", 7, {-1,-1,-1,-1,-1} },
683 { 170, "1", NULL, 0, BITS_UNKNOWN, "lev2.type", 7, {-1,-1,-1,-1,-1} },
[all …]
/dports/science/cdo/cdo-2.0.0/src/
H A DIntlevel.cc179 if (lev2[i2] > val1 && lev2[i2] <= val2) break; in vert_gen_weights()
182 if (i1 == nlev1) cdo_abort("Level %g not found!", lev2[i2]); in vert_gen_weights()
198 lev_wgt[i2] = (lev1[idx2] - lev2[i2]) / (lev1[idx2] - lev1[idx1]); in vert_gen_weights()
349 lev2.resize(nvalues); in intlevel_get_parameter()
390 std::vector<double> lev2; in Intlevel() local
397 lev2 = cdo_argv_to_flt(argv); in Intlevel()
402 intlevel_get_parameter(lev2, zdescription, zvarname); in Intlevel()
412 lev2.resize(nlevels); in Intlevel()
413 zaxisInqLevels(zaxisID2, lev2.data()); in Intlevel()
417 const int nlev2 = lev2.size(); in Intlevel()
[all …]
H A DIntlevel3d.cc26 …, int nlev1, const Varray<double> &lev1, int nlev2, const Varray<double> &lev2, Varray<int> &lev_i…
45 Varray2D<double> lev2(nthreads, Varray<double>(nlev2)); in vert_gen_weights3d()
59 …shared(expol, gridsize, nlev1, nlev2, lev2, xlev2, level_0, level_N, lev1p2, xlev1, xlev_idx, xlev… in vert_gen_weights3d()
68 for (int k = 0; k < nlev2; ++k) lev2[ompthID][k] = xlev2[k * gridsize + i]; in vert_gen_weights3d()
70 …vert_gen_weights(expol, nlev1 + 2, lev1p2[ompthID], nlev2, lev2[ompthID], lev_idx[ompthID], lev_wg… in vert_gen_weights3d()
242 Varray<double> lev2(nlevo); in Intlevel3d() local
244 for (i = 0; i < nlevo; i++) lev2[i] = i + 1.0; in Intlevel3d()
245 zaxisDefLevels(zaxisID3, lev2.data()); in Intlevel3d()
/dports/textproc/p5-Text-ClearSilver/Text-ClearSilver-0.10.5.4/t/
H A D01_basic.t19 my $lev2 = $hdf->get_obj("TopNode.2nd1");
20 ok $lev2, "get_obj";
22 is $lev2->obj_name, "2nd1", "obj_name";
24 my $lev3 = $lev2->obj_child;
36 $lev2 = $hdf->get_child("TopNode.2nd1");
37 ok $lev2, "get_child";
H A D06_compat.t25 my $lev2 = $hdf->getObj("TopNode.2nd1");
26 ok $lev2, "get_obj";
28 is $lev2->objName, "2nd1", "obj_name";
30 my $lev3 = $lev2->objChild;
42 $lev2 = $hdf->getChild("TopNode.2nd1");
43 ok $lev2, "get_child";
/dports/science/tfel-edf/tfel-3.2.1/mtest/tests/unit-tests/
H A DEvolutionTest.cxx41 auto lev2 = mtest::make_evolution({{0.,1.}}); in execute() local
52 TFEL_TESTS_ASSERT(std::abs(lev2->operator()(0.)-1.)<1.e-14); in execute()
53 TFEL_TESTS_ASSERT(std::abs(lev2->operator()(0.5)-1.)<1.e-14); in execute()
54 TFEL_TESTS_ASSERT(std::abs(lev2->operator()(1.)-1.)<1.e-14); in execute()
/dports/science/tfel/tfel-3.4.0/mtest/tests/unit-tests/
H A DEvolutionTest.cxx41 auto lev2 = mtest::make_evolution({{0.,1.}}); in execute() local
52 TFEL_TESTS_ASSERT(std::abs(lev2->operator()(0.)-1.)<1.e-14); in execute()
53 TFEL_TESTS_ASSERT(std::abs(lev2->operator()(0.5)-1.)<1.e-14); in execute()
54 TFEL_TESTS_ASSERT(std::abs(lev2->operator()(1.)-1.)<1.e-14); in execute()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/bdd/reo/
H A DreoSwap.c49 int lev1 = lev0 + 1, lev2 = lev0 + 2; in reoReorderSwapAdjacentVars() local
141 if ( pUnitER->TopRef == lev2 ) in reoReorderSwapAdjacentVars()
159 if ( pUnitT->TopRef == lev2 ) in reoReorderSwapAdjacentVars()
185 pUnitER->TopRef = lev2; in reoReorderSwapAdjacentVars()
197 pUnitT->TopRef = lev2; in reoReorderSwapAdjacentVars()
291 pUnitER->TopRefNew = lev2; in reoReorderSwapAdjacentVars()
301 pUnitT->TopRefNew = lev2; in reoReorderSwapAdjacentVars()
570 pNew1ER->TopRefNew = lev2; in reoReorderSwapAdjacentVars()
588 pNew1T->TopRefNew = lev2; in reoReorderSwapAdjacentVars()
697 pNew2ER->TopRefNew = lev2; in reoReorderSwapAdjacentVars()
[all …]
/dports/biology/ncbi-toolkit/ncbi/corelib/
H A Dncbierr.c363 int lev2;
437 info->desc.subcode = lev2; in Nlm_ErrPostStr()
1025 ErrMsgNode *lev2; in ErrMsgRoot_Read() local
1054 lev1 = lev2 = NULL; in ErrMsgRoot_Read()
1065 ErrMsgNode *n = lev2 ? lev2 : lev1; in ErrMsgRoot_Read()
1084 lev2 = NULL; in ErrMsgRoot_Read()
1123 lev1->list = lev2; in ErrMsgRoot_Read()
1134 t0->next = lev2; in ErrMsgRoot_Read()
1135 lev2->next = t1; in ErrMsgRoot_Read()
1160 ErrMsgNode *n = lev2 ? lev2 : lev1; in ErrMsgRoot_Read()
[all …]
/dports/math/R-cran-lava/lava/R/
H A Dmultinomial.R115 lev2 <- levels(x[,2]) functionVar
117 k2 <- length(lev2)
122 lev2 <- colnames(x)
124 k2 <- length(lev2)
134 iid[,pos] <- (x[,1]==lev1[i])*(x[,2]==lev2[j])-P[i,j]
169 …oef=coefs,P=P,vcov=varcov,iid=iid, position=Pos, call=match.call(), levels=list(lev1,lev2), data=x,
/dports/games/vultures-eye/vulture-2.3.67/slashem/src/
H A Ddbridge.c751 register struct rm *lev1, *lev2; local
764 lev2 = &levl[x2][y2];
765 lev2->typ = DBWALL;
769 lev2->horizontal = TRUE;
773 lev2->horizontal = FALSE;
815 lev2 = &levl[x2][y2];
816 lev2->typ = DOOR;
817 lev2->doormask = D_NODOOR;
852 lev2 = &levl[x2][y2];
887 lev2->typ = DOOR;
[all …]
/dports/games/nethack33-nox11/nethack-3.3.1/src/
H A Ddbridge.c766 register struct rm *lev1, *lev2; local
779 lev2 = &levl[x2][y2];
780 lev2->typ = DBWALL;
784 lev2->horizontal = TRUE;
788 lev2->horizontal = FALSE;
830 lev2 = &levl[x2][y2];
831 lev2->typ = DOOR;
832 lev2->doormask = D_NODOOR;
867 lev2 = &levl[x2][y2];
902 lev2->typ = DOOR;
[all …]
/dports/games/nethack33/nethack-3.3.1/src/
H A Ddbridge.c766 register struct rm *lev1, *lev2; local
779 lev2 = &levl[x2][y2];
780 lev2->typ = DBWALL;
784 lev2->horizontal = TRUE;
788 lev2->horizontal = FALSE;
830 lev2 = &levl[x2][y2];
831 lev2->typ = DOOR;
832 lev2->doormask = D_NODOOR;
867 lev2 = &levl[x2][y2];
902 lev2->typ = DOOR;
[all …]
/dports/games/nethack34/nethack-3.4.3/src/
H A Ddbridge.c751 register struct rm *lev1, *lev2; local
764 lev2 = &levl[x2][y2];
765 lev2->typ = DBWALL;
769 lev2->horizontal = TRUE;
773 lev2->horizontal = FALSE;
815 lev2 = &levl[x2][y2];
816 lev2->typ = DOOR;
817 lev2->doormask = D_NODOOR;
852 lev2 = &levl[x2][y2];
887 lev2->typ = DOOR;
[all …]
/dports/games/nethack34-nox11/nethack-3.4.3/src/
H A Ddbridge.c751 register struct rm *lev1, *lev2; local
764 lev2 = &levl[x2][y2];
765 lev2->typ = DBWALL;
769 lev2->horizontal = TRUE;
773 lev2->horizontal = FALSE;
815 lev2 = &levl[x2][y2];
816 lev2->typ = DOOR;
817 lev2->doormask = D_NODOOR;
852 lev2 = &levl[x2][y2];
887 lev2->typ = DOOR;
[all …]
/dports/games/falconseye/falconseye-1.9.3_11/src/
H A Ddbridge.c766 register struct rm *lev1, *lev2; local
779 lev2 = &levl[x2][y2];
780 lev2->typ = DBWALL;
784 lev2->horizontal = TRUE;
788 lev2->horizontal = FALSE;
830 lev2 = &levl[x2][y2];
831 lev2->typ = DOOR;
832 lev2->doormask = D_NODOOR;
867 lev2 = &levl[x2][y2];
902 lev2->typ = DOOR;
[all …]
/dports/games/vultures-eye/vulture-2.3.67/unnethack/src/
H A Ddbridge.c751 register struct rm *lev1, *lev2; local
773 lev2 = &levl[x2][y2];
774 lev2->typ = DBWALL;
778 lev2->horizontal = TRUE;
782 lev2->horizontal = FALSE;
825 lev2 = &levl[x2][y2];
826 lev2->typ = DOOR;
827 lev2->doormask = D_NODOOR;
862 lev2 = &levl[x2][y2];
897 lev2->typ = DOOR;
[all …]
/dports/games/vultures-eye/vulture-2.3.67/nethack/src/
H A Ddbridge.c751 register struct rm *lev1, *lev2; local
764 lev2 = &levl[x2][y2];
765 lev2->typ = DBWALL;
769 lev2->horizontal = TRUE;
773 lev2->horizontal = FALSE;
815 lev2 = &levl[x2][y2];
816 lev2->typ = DOOR;
817 lev2->doormask = D_NODOOR;
852 lev2 = &levl[x2][y2];
887 lev2->typ = DOOR;
[all …]
/dports/www/geneweb/geneweb-13c850a0cc3973daf7ae3e0772a1621f84052041/src/
H A Dcousins.ml250 br lev1 lev2 print_tips ||
266 value print_cousins conf base p lev1 lev2 =
269 if lev1 = lev2 then
275 else if lev1 = 2 && lev2 = 1 then
281 else if lev1 = 1 && lev2 = 2 then
289 (capitale (transl conf "descendants")) lev2
301 print_cousins_lev conf base max_cnt p lev1 lev2;
362 value leq (_, lev1, _) (_, lev2, _) = lev1 <= lev2;
452 let lev2 =
454 [ Some lev2 -> min (max 1 lev2) 10
[all …]
/dports/cad/jspice3/jspice3-2.5/src/lib/cp/
H A Dvariable.c68 int i, lev1, lev2; local
90 lev1 = lev2 = 0;
99 lev2++;
455 int i, lev1, lev2; local
473 lev1 = lev2 = 0;
478 lev2++;
487 if (lev2)
488 lev2--;
504 lev1 = lev2 = 0;
509 lev2++;
[all …]
/dports/games/xnethack/xNetHack-xnh6.1/src/
H A Ddbridge.c746 lev2 = &levl[x2][y2]; in close_drawbridge()
747 lev2->typ = DBWALL; in close_drawbridge()
751 lev2->horizontal = TRUE; in close_drawbridge()
755 lev2->horizontal = FALSE; in close_drawbridge()
804 lev2 = &levl[x2][y2]; in open_drawbridge()
805 lev2->typ = DOOR; in open_drawbridge()
806 set_doorstate(lev2, D_NODOOR); in open_drawbridge()
847 lev2 = &levl[x2][y2]; in destroy_drawbridge()
881 lev2->typ = DOOR; in destroy_drawbridge()
882 set_doorstate(lev2, D_NODOOR); in destroy_drawbridge()
[all …]
/dports/games/nethack36-nox11/NetHack-NetHack-3.6.6_Released/src/
H A Ddbridge.c791 lev2 = &levl[x2][y2];
792 lev2->typ = DBWALL;
796 lev2->horizontal = TRUE;
800 lev2->horizontal = FALSE;
850 lev2 = &levl[x2][y2];
851 lev2->typ = DOOR;
852 lev2->doormask = D_NODOOR;
894 lev2 = &levl[x2][y2];
928 lev2->typ = DOOR;
929 lev2->doormask = D_NODOOR;
[all …]
/dports/games/nethack36/NetHack-NetHack-3.6.6_Released/src/
H A Ddbridge.c791 lev2 = &levl[x2][y2];
792 lev2->typ = DBWALL;
796 lev2->horizontal = TRUE;
800 lev2->horizontal = FALSE;
850 lev2 = &levl[x2][y2];
851 lev2->typ = DOOR;
852 lev2->doormask = D_NODOOR;
894 lev2 = &levl[x2][y2];
928 lev2->typ = DOOR;
929 lev2->doormask = D_NODOOR;
[all …]
/dports/games/unnethack/unnethack-5.1.0-20131208/src/
H A Ddbridge.c765 register struct rm *lev1, *lev2; local
787 lev2 = &levl[x2][y2];
788 lev2->typ = DBWALL;
792 lev2->horizontal = TRUE;
796 lev2->horizontal = FALSE;
839 lev2 = &levl[x2][y2];
840 lev2->typ = DOOR;
841 lev2->doormask = D_NODOOR;
877 lev2 = &levl[x2][y2];
912 lev2->typ = DOOR;
[all …]

12345