Home
last modified time | relevance | path

Searched refs:biggest (Results 1 – 25 of 3885) sorted by relevance

12345678910>>...156

/dports/biology/mapm3/mapm3-3.0_1/lib/
H A Dstats.c258 biggest = more_than_2;
259 if (more_than_1_5 > biggest) biggest = more_than_1_5;
260 if (more_than_1 > biggest) biggest = more_than_1;
261 if (more_than_5 > biggest) biggest = more_than_5;
262 if (more_than_0 > biggest) biggest = more_than_0;
263 if (less_than_5 > biggest) biggest = less_than_5;
264 if (less_than_1 > biggest) biggest = less_than_1;
265 if (less_than_1_5 > biggest) biggest = less_than_1_5;
266 if (less_than_2 > biggest) biggest = less_than_2;
267 if (less_than_2_5 > biggest) biggest = less_than_2_5;
[all …]
/dports/graphics/graphviz/graphviz-2.44.1/lib/neatogen/
H A Dlu.c71 double pivot, biggest, mult, tempf; in lu_decompose() local
85 biggest = 0.0; in lu_decompose()
87 if (biggest < (tempf = fabs(lu[i][j] = a[i][j]))) in lu_decompose()
88 biggest = tempf; in lu_decompose()
89 if (biggest != 0.0) in lu_decompose()
90 scales[i] = 1.0 / biggest; in lu_decompose()
100 biggest = 0.0; in lu_decompose()
102 if (biggest < (tempf = fabs(lu[ps[i]][k]) * scales[ps[i]])) { in lu_decompose()
103 biggest = tempf; in lu_decompose()
107 if (biggest == 0.0) in lu_decompose()
/dports/irc/atheme-services/atheme-7.2.9/modules/operserv/
H A Drnc.c44 rnc_t *rnc, *biggest; in os_cmd_rnc() local
69 biggest = NULL; in os_cmd_rnc()
75 biggest = rnc; in os_cmd_rnc()
79 if (biggest == NULL) in os_cmd_rnc()
82 …ess_nodata(si, _("\2%d\2: \2%d\2 matches for realname \2%s\2"), i, biggest->count, biggest->gecos); in os_cmd_rnc()
83 mowgli_patricia_delete(realnames, biggest->gecos); in os_cmd_rnc()
84 free(biggest); in os_cmd_rnc()
/dports/math/cgl/Cgl-releases-0.60.3/Cgl/src/CglLandP/
H A DCglLandPValidator.cpp71 double biggest = 0; in cleanCut() local
115 biggest = std::max (val,biggest); in cleanCut()
116 if (biggest > maxRatio_ * smallest) in cleanCut()
119 std::cout<<"Whaooo "<<biggest/smallest<<std::endl; in cleanCut()
198 double biggest = smallest; in cleanCut2() local
206 biggest = std::max (val,biggest); in cleanCut2()
210 if (biggest > 1e9) in cleanCut2()
213 std::cout<<"Whaooo "<<biggest/smallest<<std::endl; in cleanCut2()
221 rhs *= (toBeBiggest / biggest); in cleanCut2()
222 toBeBiggest /= biggest; in cleanCut2()
[all …]
/dports/biology/mothur/mothur-1.46.1/source/
H A Dheatmapsim.cpp60 double biggest = 0; in getPic() local
78 if ((1.0 - data[0]) > biggest) { biggest = (1.0 - data[0]); } in getPic()
87 float scalerBig = 255.0 / biggest; in getPic()
103 printLegend(y, biggest, smallest); in getPic()
142 double biggest = -1; in getPic() local
156 if (sim > biggest) { biggest = sim; } in getPic()
164 scaler = 255.0 / biggest; in getPic()
180 printLegend(y, biggest, smallest); in getPic()
/dports/x11/plasma5-kscreen/kscreen-5.23.5/kded/
H A Dgenerator.cpp397 Q_ASSERT(biggest); in laptop()
401 biggest->setEnabled(true); in laptop()
402 biggest->setPrimary(false); in laptop()
416 biggest->setPrimary(true); in laptop()
429 Q_ASSERT(biggest); in extendToRight()
433 biggest->setEnabled(true); in extendToRight()
434 biggest->setPrimary(true); in extendToRight()
435 biggest->setPos(QPoint(0, 0)); in extendToRight()
536 KScreen::OutputPtr biggest; in biggestOutput() local
548 biggest = output; in biggestOutput()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/net/quic/platform/impl/
H A Dquic_uint128_impl_unittest.cc28 QuicUint128Impl biggest(kuint128max); in TEST() local
44 EXPECT_LT(big, biggest); in TEST()
45 EXPECT_LE(big, biggest); in TEST()
46 EXPECT_GT(biggest, big); in TEST()
47 EXPECT_GE(biggest, big); in TEST()
69 EXPECT_EQ(QuicUint128High64Impl(biggest), in TEST()
71 EXPECT_EQ(QuicUint128Low64Impl(biggest), in TEST()
78 EXPECT_EQ(zero - one, biggest); in TEST()
82 EXPECT_EQ(biggest + 1, zero); in TEST()
83 EXPECT_EQ(zero - 1, biggest); in TEST()
/dports/devel/bullet/bullet3-3.21/test/Bullet2/Source/Tests/
H A DTest_mindot.cpp64 float *biggest = in + position * 4; in Test_mindot() local
65 float old[4] = {biggest[0], biggest[1], biggest[2], biggest[3]}; in Test_mindot()
66 biggest[0] -= LARGE_FLOAT17; in Test_mindot()
67 biggest[1] -= LARGE_FLOAT17; in Test_mindot()
68 biggest[2] -= LARGE_FLOAT17; in Test_mindot()
69 biggest[3] -= LARGE_FLOAT17; in Test_mindot()
114 memcpy(biggest, old, 16); in Test_mindot()
H A DTest_maxdot.cpp64 float *biggest = in + position * 4; in Test_maxdot() local
65 float old[4] = {biggest[0], biggest[1], biggest[2], biggest[3]}; in Test_maxdot()
66 biggest[0] += LARGE_FLOAT17; in Test_maxdot()
67 biggest[1] += LARGE_FLOAT17; in Test_maxdot()
68 biggest[2] += LARGE_FLOAT17; in Test_maxdot()
69 biggest[3] += LARGE_FLOAT17; in Test_maxdot()
119 memcpy(biggest, old, 16); in Test_maxdot()
/dports/devel/py-bullet3/bullet3-3.21/test/Bullet2/Source/Tests/
H A DTest_mindot.cpp64 float *biggest = in + position * 4; in Test_mindot() local
65 float old[4] = {biggest[0], biggest[1], biggest[2], biggest[3]}; in Test_mindot()
66 biggest[0] -= LARGE_FLOAT17; in Test_mindot()
67 biggest[1] -= LARGE_FLOAT17; in Test_mindot()
68 biggest[2] -= LARGE_FLOAT17; in Test_mindot()
69 biggest[3] -= LARGE_FLOAT17; in Test_mindot()
114 memcpy(biggest, old, 16); in Test_mindot()
H A DTest_maxdot.cpp64 float *biggest = in + position * 4; in Test_maxdot() local
65 float old[4] = {biggest[0], biggest[1], biggest[2], biggest[3]}; in Test_maxdot()
66 biggest[0] += LARGE_FLOAT17; in Test_maxdot()
67 biggest[1] += LARGE_FLOAT17; in Test_maxdot()
68 biggest[2] += LARGE_FLOAT17; in Test_maxdot()
69 biggest[3] += LARGE_FLOAT17; in Test_maxdot()
119 memcpy(biggest, old, 16); in Test_maxdot()
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/quic/platform/impl/
H A Dquic_uint128_impl_unittest.cc28 QuicUint128Impl biggest(kuint128max); in TEST() local
44 EXPECT_LT(big, biggest); in TEST()
45 EXPECT_LE(big, biggest); in TEST()
46 EXPECT_GT(biggest, big); in TEST()
47 EXPECT_GE(biggest, big); in TEST()
69 EXPECT_EQ(QuicUint128High64Impl(biggest), in TEST()
71 EXPECT_EQ(QuicUint128Low64Impl(biggest), in TEST()
78 EXPECT_EQ(zero - one, biggest); in TEST()
82 EXPECT_EQ(biggest + 1, zero); in TEST()
83 EXPECT_EQ(zero - 1, biggest); in TEST()
/dports/misc/vxl/vxl-3.3.2/contrib/gel/gmvl/
H A Dgmvl_connection_cache.cxx38 unsigned int biggest = std::max(node1->ref_, node2->ref_); in add() local
40 if (biggest>= cachebool_.rows()) in add()
42 cachebool_.enlarge((biggest+1)*2, (biggest+1)*2); in add()
124 unsigned int biggest= std::max(node1->ref_, node2->ref_); in rebuild() local
126 if (biggest>= cachebool_.rows()) in rebuild()
128 vbl_bit_array_2d temp(biggest+1, biggest+1, false); in rebuild()
/dports/math/cocoalib/CoCoALib-0.99712/src/AlgebraicCore/TmpFactorDir/linalg/
H A DZkernel.c95 int i, biggest, biggest2;
98 biggest = -1;
103 if (biggest < 0) { biggest = i; continue; }
104 if (mpz_cmp_abs(M->entry[i][col], M->entry[biggest][col]) >= 0)
106 biggest2 = biggest;
107 biggest = i;
115 return biggest;
/dports/math/giacxcas/CoCoALib-0.99700/src/AlgebraicCore/TmpFactorDir/linalg/
H A DZkernel.c95 int i, biggest, biggest2;
98 biggest = -1;
103 if (biggest < 0) { biggest = i; continue; }
104 if (mpz_cmp_abs(M->entry[i][col], M->entry[biggest][col]) >= 0)
106 biggest2 = biggest;
107 biggest = i;
115 return biggest;
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cpp-ethereum/libdevcore/
H A DCommon.cpp61 u256 biggest = 1; in inUnits() local
63 biggest *= 1000; in inUnits()
65 if (b > biggest * 1000) in inUnits()
67 ret << (b / biggest) << " " << _units.back(); in inUnits()
72 u256 unit = biggest; in inUnits()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc710/
H A DRecursiveDo.hs18 go biggest (RoseTree x []) = (RoseTree (x, biggest) [], x)
19 go biggest (RoseTree x xs) =
20 let sub = map (go biggest) xs
22 in (RoseTree (x, biggest) xs', max x (maximum largests))
/dports/science/minc2/minc-release-2.2.00/conversion/gcomserver/fix_dicom_coords/
H A Dfix_dicom_coords.c292 double biggest; in get_direction_cosines() local
307 biggest = dircos[iloop][kloop]; in get_direction_cosines()
311 if ((fabs(biggest) < fabs(dircos[iloop][jloop])) && in get_direction_cosines()
314 biggest = dircos[iloop][kloop]; in get_direction_cosines()
320 if (biggest > 0.0) in get_direction_cosines()
361 double biggest, flip; in calculate_image_position() local
397 biggest = pos_dircos[iloop][0]; in calculate_image_position()
399 if (fabs(biggest) < fabs(pos_dircos[iloop][jloop])) { in calculate_image_position()
400 biggest = pos_dircos[iloop][jloop]; in calculate_image_position()
403 flip = ((biggest >= 0.0) ? +1.0 : -1.0); in calculate_image_position()
/dports/sysutils/p5-BSD-Process/BSD-Process-0.07/t/
H A D01-func.t200 my ($biggest, $bigger) = (sort {$uid{$b} <=> $uid{$a} || $a <=> $b} keys %uid )[0,1];
202 my @proc = BSD::Process::list( uid => $biggest );
210 my $all_uid = BSD::Process::all( uid => $biggest );
214 ++$same_uid if $all_uid->{$proc}{uid} == $biggest;
216 is ($total, $same_uid, "same number of processes for uid $biggest" )
237 my @proc = BSD::Process::list( ruid => $biggest );
277 my @proc = BSD::Process::list( gid => $biggest );
295 @proc = BSD::Process::list( rgid => $biggest );
318 my @proc = BSD::Process::list( pgid => $biggest );
335 ($biggest, $bigger) = (sort {$sid{$b} <=> $sid{$a} || $a <=> $b} keys %sid )[0,1];
[all …]
/dports/x11/plasma5-libkscreen/libkscreen-5.23.5/src/
H A Doutput.cpp136 KScreen::ModePtr biggest; in biggestMode() local
146 biggest = mode; in biggestMode()
151 biggest = mode; in biggestMode()
154 if (!biggest) { in biggestMode()
158 return biggest->id(); in biggestMode()
331 KScreen::ModePtr biggest; in preferredModeId() local
339 if (area == total && biggest && candidateMode->refreshRate() < biggest->refreshRate()) { in preferredModeId()
342 if (area == total && biggest && candidateMode->refreshRate() > biggest->refreshRate()) { in preferredModeId()
343 biggest = candidateMode; in preferredModeId()
348 biggest = candidateMode; in preferredModeId()
[all …]
/dports/graphics/p5-Chart-Clicker/Chart-Clicker-2.90/lib/Chart/Clicker/Renderer/
H A DArea.pm59 my $biggest;
69 if(defined($biggest)) {
70 $biggest = $y if $y > $biggest;
72 $biggest = $y;
H A DStackedArea.pm44 my $biggest;
68 if(defined($biggest)) {
69 $biggest = $y if $y > $biggest;
71 $biggest = $y;
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DTableLayoutPanel.cs536 int[] biggest = new int[max_colspan]; in GetPreferredSizeCore()
548 biggest[s] = 0; in GetPreferredSizeCore()
562biggest[colspan-1] = Math.Max (biggest[colspan-1], c.PreferredSize.Width + c.Margin.Horizontal + P… in GetPreferredSizeCore()
565 biggest[0] = absolute_width; in GetPreferredSizeCore()
570 column_span_widths[i,s] = biggest[s]; in GetPreferredSizeCore()
600 biggest = new int[max_rowspan]; in GetPreferredSizeCore()
612 biggest[s] = 0; in GetPreferredSizeCore()
624biggest[rowspan-1] = Math.Max (biggest[rowspan-1], c.ExplicitBounds.Height + c.Margin.Vertical + P… in GetPreferredSizeCore()
626biggest[rowspan-1] = Math.Max (biggest[rowspan-1], c.PreferredSize.Height + c.Margin.Vertical + Pa… in GetPreferredSizeCore()
629 biggest[0] = absolute_height; in GetPreferredSizeCore()
[all …]
/dports/devel/mspdebug/mspdebug-493f38b/util/
H A Dpowerbuf.c299 int biggest = root; in sift_down() local
305 if (pb->mab[pb->sorted[biggest]] < in sift_down()
307 biggest = left_child; in sift_down()
309 (pb->mab[pb->sorted[biggest]] < in sift_down()
311 biggest = left_child + 1; in sift_down()
316 if (biggest == root) in sift_down()
320 temp = pb->sorted[biggest]; in sift_down()
321 pb->sorted[biggest] = pb->sorted[root]; in sift_down()
325 root = biggest; in sift_down()
/dports/www/sogo/SOGo-5.4.0/Migration/Horde/
H A DHordeSignatureConverter.py70 biggest = -1
76 biggest = count
79 if biggest == -1:
82 signature = signatures[biggest]

12345678910>>...156