Home
last modified time | relevance | path

Searched refs:NLR (Results 1 – 25 of 191) sorted by relevance

12345678

/dports/net/zebra-server/idzebra-2.0.55/test/rusmarc/records/
H A Dsimple-rusmarc1NLR\bibl\198019990708171252.0 aRU91455b97-34452 a19980708d1997 u||y0rusy0102 ca0 …
/dports/math/testu01/TestU01-1.2.3/testu01/
H A Dsentrop.c285 double NLR = N; in sentrop_EntropyDiscOver() local
380 Mean = Sum / NLR + E1; in sentrop_EntropyDiscOver()
382 Var *= NLR / (NLR - 1.0); in sentrop_EntropyDiscOver()
383 temp = (Entropy + E1 * NLR - 2.0 * NLR * Mean) * E1 / (NLR - 1.0); in sentrop_EntropyDiscOver()
395 Mean = Sum / NLR; in sentrop_EntropyDiscOver()
396 Var = (Sum2 / NLR - Mean * Mean) * NLR / (NLR - 1.0); in sentrop_EntropyDiscOver()
445 double NLR = N; in sentrop_EntropyDiscOver2() local
567 Var *= NLR / (NLR - 1.0); in sentrop_EntropyDiscOver2()
568 temp = (Entropy + E1 * NLR - 2.0 * NLR * Mean) * E1 / (NLR - 1.0); in sentrop_EntropyDiscOver2()
580 Mean = Sum / NLR; in sentrop_EntropyDiscOver2()
[all …]
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/stereo/src/
H A Dstereo_binary_sgbm.cpp185 const int NLR = 2; in computeDisparityBinarySGBM() local
186 const int LrBorder = NLR - 1; in computeDisparityBinarySGBM()
196 … const size_t totalBufSize = (LrSize + minLrSize)*NLR*sizeof(CostType) + // minLr[] and Lr[] in computeDisparityBinarySGBM()
209 CostType* disp2cost = pixDiff + costBufSize + (LrSize + minLrSize)*NLR; in computeDisparityBinarySGBM()
228 CostType *Lr[NLR]={0}, *minLr[NLR]={0}; in computeDisparityBinarySGBM()
229 for(int k = 0; k < NLR; k++ ) in computeDisparityBinarySGBM()
238 minLr[k] = pixDiff + costBufSize + LrSize*NLR + minLrSize*k + NR2*LrBorder; in computeDisparityBinarySGBM()
/dports/astro/py-pyerfa/pyerfa-2.0.0/liberfa/erfa/src/
H A Dmoon98.c262 static int NLR = ( sizeof tlr / sizeof ( struct termlr ) ); in eraMoon98() local
463 for ( n = NLR-1; n >= 0; n-- ) { in eraMoon98()
/dports/astro/sofa/sofa/20210512/c/src/
H A Dmoon98.c268 static int NLR = ( sizeof tlr / sizeof ( struct termlr ) ); in iauMoon98() local
469 for ( n = NLR-1; n >= 0; n-- ) { in iauMoon98()
/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/test/train-sets/ref/
H A Dbs.prreg.predict257 0.484905 NLR/20091028 0.452844 0.516442
532 0.542869 NLR/20091029 0.527110 0.560694
807 0.510609 NLR/20091030 0.481565 0.537140
H A Dbs.reg.predict257 0.574071 NLR/20091028 0.566247 0.579425
532 0.498232 NLR/20091029 0.475896 0.539949
807 0.516316 NLR/20091030 0.495713 0.553124
/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/test/pred-sets/ref/
H A D0002b.predict257 0.450361 NLR/20091028
532 0.541604 NLR/20091029
807 0.483539 NLR/20091030
H A D0002c.predict257 0.493404 NLR/20091028
532 0.548048 NLR/20091029
807 0.523324 NLR/20091030
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/eurorack/stmlib/third_party/STM/STM32F4xx_StdPeriph_Driver/src/
H A Dstm32f4xx_dma2d.c207 DMA2D->NLR &= ~(DMA2D_NLR_NL | DMA2D_NLR_PL); in DMA2D_Init()
208 DMA2D->NLR |= ((DMA2D_InitStruct->DMA2D_NumberOfLine) | (pixline)); in DMA2D_Init()
/dports/audio/lenticular-lv2/lenticular_lv2-0.5.0-14-g14d8075/parasites/stmlib/third_party/STM/STM32F4xx_StdPeriph_Driver/src/
H A Dstm32f4xx_dma2d.c207 DMA2D->NLR &= ~(DMA2D_NLR_NL | DMA2D_NLR_PL); in DMA2D_Init()
208 DMA2D->NLR |= ((DMA2D_InitStruct->DMA2D_NumberOfLine) | (pixline)); in DMA2D_Init()
/dports/graphics/mapserver/mapserver-7.6.4/
H A Dmaptemplate.h134 int NLR; /* number of results in a layer */ member
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/unist-util-visit-parents/
H A Dreadme.md61 [*tree traversal*][tree-traversal] in [*preorder*][preorder] (**NLR**), or
78 [preorder][] (NLR), visiting the node itself, then its [head][], etc.
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/unist-util-visit-parents/
H A Dreadme.md61 [*tree traversal*][tree-traversal] in [*preorder*][preorder] (**NLR**), or
78 [preorder][] (NLR), visiting the node itself, then its [head][], etc.
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/remark-emoji/node_modules/unist-util-visit-parents/
H A Dreadme.md61 [*tree traversal*][tree-traversal] in [*preorder*][preorder] (**NLR**), or
78 [preorder][] (NLR), visiting the node itself, then its [head][], etc.
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/@elastic/eui/node_modules/unist-util-visit-parents/
H A Dreadme.md61 [*tree traversal*][tree-traversal] in [*preorder*][preorder] (**NLR**), or
78 [preorder][] (NLR), visiting the node itself, then its [head][], etc.
/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/sirius/
H A Dsirgrad.F2184 NLR = IROW(NL)
2185 NLK = NLR + NK
2186 NLL = NLR + NL
2201 NLX = NLR + NX
2205 NLX = NLR + NX
2216 NLY = NLR + NY
2219 NLY = NLR + NY
/dports/astro/gpstk/GPSTk-8.0.0/ext/lib/Geomatics/
H A DSRI.cpp993 Namelist NLR(S.names); in operator <<() local
998 LabeledMatrix LM(NLR,NLC,A); in operator <<()
/dports/math/pspp/pspp-1.4.1/doc/
H A Dni.texi170 @item @cmd{NLR}
/dports/astro/swe/swisseph-2.10.1/
H A Dswemmoon.c318 #define NLR 118 macro
319 static const short LR[8*NLR] = {
1448 chewm( LR, NLR, 4, 1, moonpol ); in moon3()
/dports/math/suitesparse-klu/SuiteSparse-5.10.1/MATLAB_Tools/dimacs10/
H A Ddimacs10.m210 'numerical/NLR', [ ]
435 4163763 24975952 % 147 : numerical/NLR
/dports/math/suitesparse-graphblas/SuiteSparse-5.10.1/MATLAB_Tools/dimacs10/
H A Ddimacs10.m210 'numerical/NLR', [ ]
435 4163763 24975952 % 147 : numerical/NLR
/dports/math/suitesparse-config/SuiteSparse-5.10.1/MATLAB_Tools/dimacs10/
H A Ddimacs10.m210 'numerical/NLR', [ ]
435 4163763 24975952 % 147 : numerical/NLR
/dports/math/suitesparse-amd/SuiteSparse-5.10.1/MATLAB_Tools/dimacs10/
H A Ddimacs10.m210 'numerical/NLR', [ ]
435 4163763 24975952 % 147 : numerical/NLR
/dports/math/suitesparse-mongoose/SuiteSparse-5.10.1/MATLAB_Tools/dimacs10/
H A Ddimacs10.m210 'numerical/NLR', [ ]
435 4163763 24975952 % 147 : numerical/NLR

12345678