Searched refs:max (Results 276 - 300 of 1128) sorted by relevance

<<11121314151617181920>>

/haiku-buildtools/legacy/gcc/libf2c/libF77/
H A Dexit_.c14 #undef max macro
/haiku-buildtools/cloog/test/
H A D4-param.good.c7 #define max(x,y) ((x) > (y) ? (x) : (y)) macro
23 for (i=max(m,p);i<=min(n,q);i++) {
27 for (i=max(m,q+1);i<=n;i++) {
30 for (i=max(p,n+1);i<=q;i++) {
H A DdealII.c9 for (scat_0=max(0,T_66+1);scat_0<=T_2-1;scat_0++) {
/haiku-buildtools/cloog/test/reservoir/
H A Dlim-lam3.c17 for (c4=max(2,ceild(c2-M-3,4));c4<=min(floord(c2-8,3),M-1);c4++) {
18 for (c6=max(1,ceild(c2-2*c4-M-5,2));c6<=min(floord(c2-3*c4-6,2),c4-1);c6++) {
22 for (c4=max(1,ceild(c2-M-3,4));c4<=floord(c2-4,5);c4++) {
28 for (c4=max(1,ceild(c2-3*M-1,2));c4<=floord(c2-4,5);c4++) {
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lto/
H A D20091002-2_0.C7 int max() const { } function in class:DataArray
H A D20091002-3_0.C8 int max() const { } function in class:DataArray
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c/
H A Dreduction-6.c13 #pragma omp parallel for reduction (min:f) reduction (max:j)
/haiku-buildtools/isl/include/isl/
H A Dlp.h31 enum isl_lp_result isl_basic_map_solve_lp(struct isl_basic_map *bmap, int max,
35 enum isl_lp_result isl_basic_set_solve_lp(struct isl_basic_set *bset, int max,
39 enum isl_lp_result isl_map_solve_lp(__isl_keep isl_map *map, int max,
43 enum isl_lp_result isl_set_solve_lp(__isl_keep isl_set *set, int max,
/haiku-buildtools/isl/test_inputs/codegen/cloog/
H A DdealII.c8 for (int c0 = max(0, T_66 + 1); c0 < T_2; c0 += 1)
/haiku-buildtools/isl/test_inputs/codegen/omega/
H A Dlu-0.c5 for (int c4 = max(c3 + 1, c1); c4 <= min(c1 + 63, n); c4 += 1)
8 for (int c4 = max(c2 + 1, c1); c4 <= min(n, c1 + 63); c4 += 1)
H A Dlu-1.c5 for (int c4 = max(c3 + 1, c1); c4 <= min(c1 + 63, n); c4 += 1)
8 for (int c4 = max(c2 + 1, c1); c4 <= min(n, c1 + 63); c4 += 1)
H A Dlu-2.c5 for (int c4 = max(c3 + 1, c1); c4 <= min(c1 + 63, n); c4 += 1)
8 for (int c4 = max(c2 + 1, c1); c4 <= min(n, c1 + 63); c4 += 1)
/haiku-buildtools/gcc/libstdc++-v3/testsuite/18_support/numeric_limits/
H A Dmin_max.cc33 static T max; member in struct:extrema
39 template<> T extrema<T>::max = M
66 T limits_max = std::numeric_limits<T>::max();
68 T extrema_max = extrema<T>::max;
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/char/
H A Dstof.cc99 long double ld0 = numeric_limits<float>::max() / 100.0;
109 if ((numeric_limits<long double>::max() / 10000.0L)
110 > numeric_limits<float>::max())
116 long double ld1 = numeric_limits<float>::max();
H A Dstod.cc99 long double ld0 = numeric_limits<double>::max() / 100.0;
109 if ((numeric_limits<long double>::max() / 10000.0L)
110 > numeric_limits<double>::max())
116 long double ld1 = numeric_limits<double>::max();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/21_strings/basic_string/numeric_conversions/wchar_t/
H A Dstof.cc100 long double ld0 = numeric_limits<float>::max() / 100.0;
110 if ((numeric_limits<long double>::max() / 10000.0L)
111 > numeric_limits<float>::max())
117 long double ld1 = numeric_limits<float>::max();
H A Dstod.cc100 long double ld0 = numeric_limits<double>::max() / 100.0;
110 if ((numeric_limits<long double>::max() / 10000.0L)
111 > numeric_limits<double>::max())
117 long double ld1 = numeric_limits<double>::max();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/26_numerics/random/binomial_distribution/cons/
H A Ddefault.cc38 VERIFY( u.max() == u.t() );
H A Dparms.cc38 VERIFY( u.max() == u.t() );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/26_numerics/random/mersenne_twister_engine/cons/
H A Ddefault.cc40 VERIFY( x.max() == 4294967295ul );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/26_numerics/random/subtract_with_carry_engine/cons/
H A Ddefault.cc33 VERIFY( x.max() == ((1UL << 24) - 1) );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/26_numerics/random/uniform_real_distribution/cons/
H A Ddefault.cc38 VERIFY( u.max() == 1.0 );
H A Dparms.cc38 VERIFY( u.max() == 5.0 );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/26_numerics/random/uniform_int_distribution/cons/
H A Dparms.cc38 VERIFY( u.max() == 20 );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/random/arcsine_distribution/cons/
H A Ddefault.cc35 VERIFY( u.max() == 1.0 );

Completed in 113 milliseconds

<<11121314151617181920>>