Home
last modified time | relevance | path

Searched refs:MLL (Results 1 – 25 of 138) sorted by relevance

123456

/dports/science/cgnslib/CGNS-4.1.2/src/
H A Dcgnsconfig.h.in3 * CGNS/MLL - Mid-Level Library header file *
29 This file has been generated during the CGNS/MLL installation.
30 This is a snapshot of the parameters used for CGNS/MLL production and
H A Dcgns_io_f.h3 c * CGNS/MLL - Mid-Level Library header file *
H A Dcgnstypes_f.h.in3 !* CGNS/MLL - Mid-Level Library header file *
H A Dcgnstypes_f03.h.in3 !* CGNS/MLL - Mid-Level Library header file *
H A Dcgnstypes.h.in3 * CGNS/MLL - Mid-Level Library header file *
/dports/math/vtk9/VTK-9.1.0/ThirdParty/cgns/vtkcgns/src/
H A Dcgnsconfig.h.in3 * CGNS/MLL - Mid-Level Library header file *
29 This file has been generated during the CGNS/MLL installation.
30 This is a snapshot of the parameters used for CGNS/MLL production and
H A Dcgnstypes.h.in3 * CGNS/MLL - Mid-Level Library header file *
/dports/biology/biosig/biosig-2.3.3/biosig4matlab/t400_Classification/
H A Dfindclassifier1.m374 CC.MLL.AUC = auc(tmp1,tmp2);
375 CC.MLL.ERR(1,1) = mean(sign([tmp1(:)]))/2+1/2;
376 CC.MLL.ERR(1,2) = mean(sign([tmp2(:)]))/2+1/2;
377 CC.MLL.ERR(2,1) = mean(sign([mean(tmp1,1)']))/2+1/2;
378 CC.MLL.ERR(2,2) = mean(sign([mean(tmp2,1)']))/2+1/2;
383 CC.MLL.I = log2(SNR)/2;
384 CC.MLL.SNR = SNR - 1;
389 CC.MLL.TSD=stat2res(tmp1,tmp2);
390 CC.MLL.TSD.ERR=mean(sign([-d(:,cl==CL(1)),d(:,cl==CL(2))]),2)/2+1/2;
392 CC.MLL.TSD=bci3eval(d(:,cl==CL(1)),d(:,cl==CL(2)),2);
H A Dfc0.m144 CC.MLL.AUC = auc(tmp1,tmp2);
145 CC.MLL.ERR(1,:) = mean(sign([tmp1(:),tmp2(:)]))/2+1/2;
146 CC.MLL.ERR(2,:) = mean(sign([mean(tmp1,1)',mean(tmp2,1)']))/2+1/2;
151 CC.MLL.I = log2(SNR)/2;
152 CC.MLL.SNR = SNR - 1;
156 CC.MLL.TSD=tmp;
H A Dfindclassifier2.m642 CC.MLL.AUC = auc(tmp1,tmp2);
643 CC.MLL.ERR(1,1) = mean(sign([tmp1(:)]))/2+1/2;
644 CC.MLL.ERR(1,2) = mean(sign([tmp2(:)]))/2+1/2;
645 CC.MLL.ERR(2,1) = mean(sign([mean(tmp1,1)']))/2+1/2;
646 CC.MLL.ERR(2,2) = mean(sign([mean(tmp2,1)']))/2+1/2;
651 CC.MLL.I = log2(SNR)/2;
652 CC.MLL.SNR = SNR - 1;
657 CC.MLL.TSD=stat2res(tmp1,tmp2);
658 CC.MLL.TSD.ERR=mean(sign([-d(:,cl==CL(1)),d(:,cl==CL(2))]),2)/2+1/2;
660 CC.MLL.TSD=bci3eval(d(:,cl==CL(1)),d(:,cl==CL(2)),2);
/dports/biology/molden/molden5.8/plush/
H A DMLL1 mol="MLL" Charge="0"
/dports/audio/py-mutagen/mutagen-1.42.0/mutagen/id3/
H A D__init__.py43 LINK, LNK, MCDI, MCI, MLL, MLLT, MVI, MVIN, MVN, MVNM, OWNE, PCNT, PCST,
74 ETC, ETCO, GEO, GEOB, GP1, GRID, GRP1, IPL, IPLS, LINK, LNK, MCDI, MCI, MLL,
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/util/
H A Docamake.ml20 | ML | MLI | MLL | MLY Constructor
54 | ML -> "ml" | MLI -> "mli" | MLL -> "mll" | MLY -> "mly" | CMO -> "cmo"
326 | MLL when precomp -> "ocamllex " ^ (escape f.name)
340 | MLL | MLY ->
356 | MLL ->
477 | "MLL" -> [(MLL,file);(ML,file +! ML)]
485 | ML | MLI | MLL | MLY | DLL | SO ->
599 | MLL ->
/dports/cad/graywolf/graywolf-0.1.6-4-gf47937b/src/twsc/
H A Dpads.h36 #define MLL 9 macro
H A Dconfigure.c299 if( padside == MUL || padside == ML || padside == MLL ) { in configure()
405 case MLL : for( row = 1 ; row <= numRowsG ; row++ ) { in configure()
420 rowArrayG[row].startx = widthS + macspaceG[MLL] ; in configure()
421 rowArrayG[row].desiredL -= widthS + macspaceG[MLL] ; in configure()
425 (widthS + macspaceG[MLL]) ) / numRowsG ; in configure()
427 (widthS + macspaceG[MLL]) ) / numRowsG ; in configure()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/micrel/
H A DKconfig40 tristate "Micrel KS8851 MLL"
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/micrel/
H A DKconfig40 tristate "Micrel KS8851 MLL"
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/micrel/
H A DKconfig40 tristate "Micrel KS8851 MLL"
/dports/textproc/py-tomlkit/tomlkit-0.7.2/tomlkit/
H A Ditems.py119 MLL = "'''" variable in StringType
132 return self in {StringType.SLL, StringType.MLL}
140 return self in {StringType.MLB, StringType.MLL}
147 StringType.SLL: StringType.MLL,
148 StringType.MLL: StringType.SLL,
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/tomlkit/
H A Ditems.py113 MLL = "'''" variable in StringType
126 return self in {StringType.SLL, StringType.MLL}
134 return self in {StringType.MLB, StringType.MLL}
141 StringType.SLL: StringType.MLL,
142 StringType.MLL: StringType.SLL,
/dports/devel/py-poetry-core/poetry-core-1.0.7/poetry/core/_vendor/tomlkit/
H A Ditems.py118 MLL = "'''" variable in StringType
131 return self in {StringType.SLL, StringType.MLL}
139 return self in {StringType.MLB, StringType.MLL}
146 StringType.SLL: StringType.MLL,
147 StringType.MLL: StringType.SLL,
/dports/textproc/py-atoml/atoml-1.1.0/atoml/
H A Ditems.py119 MLL = "'''" variable in StringType
132 return self in {StringType.SLL, StringType.MLL}
140 return self in {StringType.MLB, StringType.MLL}
147 StringType.SLL: StringType.MLL,
148 StringType.MLL: StringType.SLL,
/dports/multimedia/libmediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Tag/
H A DFile_Id3v2.h164 void MLL() {Skip_XX(Element_Size, "Data");} in MLL() function
/dports/multimedia/mediainfo/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Tag/
H A DFile_Id3v2.h164 void MLL() {Skip_XX(Element_Size, "Data");} in MLL() function
/dports/multimedia/libzen/MediaInfo_CLI_GNU_FromSource/MediaInfoLib/Source/MediaInfo/Tag/
H A DFile_Id3v2.h164 void MLL() {Skip_XX(Element_Size, "Data");} in MLL() function

123456