Searched refs:max (Results 26 - 50 of 1128) sorted by relevance

1234567891011>>

/haiku-buildtools/isl/test_inputs/codegen/omega/
H A Dwak4-1.c1 for (int c0 = max(max(max(max(a1, a2), a3), a4), a5); c0 <= min(min(min(min(b5, b4), b3), b2), b1); c0 += 1) {
H A Dwak1-1.c6 for (int c0 = max(a3, a2); c0 <= min(min(b2, b3), a1 - 1); c0 += 1) {
10 for (int c0 = max(max(a3, a2), b2 + 1); c0 <= min(b3, a1 - 1); c0 += 1)
14 for (int c0 = max(a1, a3); c0 <= min(min(a2 - 1, b3), b1); c0 += 1) {
18 for (int c0 = max(max(a1, b1 + 1), a3); c0 <= min(a2 - 1, b3); c0 += 1)
20 for (int c0 = max(a1, a2); c0 <= min(min(b2, a3 - 1), b1); c0 += 1) {
24 for (int c0 = max(max(a1, b1 + 1), a2); c0 <= min(b2, a3 - 1); c0 += 1)
26 for (int c0 = max(ma
[all...]
H A Dlefur04-0.c2 for (int c1 = max(2 * c0 - 3, c0 / 2); c1 <= min(c0 + 1, 3); c1 += 1)
4 for (int c3 = max(max(max(c2 - (c2 + 2) / 3, c2 + floord(3 * c1 - c2 - 1, 6)), c1 - (-c1 + 3) / 3), c0 - (-c2 + 3) / 3); c3 <= min(c0 + c0 / 2 + 1, 3); c3 += 1)
5 for (int c5 = max(max(max(max(c1 - (c1 - 2 * c3 + 5) / 5, 0), c3 - (c3 + 3) / 3), 2 * c3 - 4), c2 - (c2 + 3) / 3); c5 <= min(min(c1 + 1, c3), -c2 + 2 * c3 - (c2 + 3) / 3 + 2); c5 += 1)
6 for (int c6 = max(max(ma
[all...]
H A Dlefur03-0.c2 for (int c1 = max(2 * c0 - 3, 0); c1 <= min(3, c0 + c0 / 2 + 1); c1 += 1)
4 for (int c3 = max(max(max(c2 + floord(3 * c1 - c2 - 1, 6), c1 - (-c1 + 3) / 3), c0 - (-c0 + 3) / 3), 0); c3 <= min(c0 + 1, 3); c3 += 1)
5 for (int c4 = max(max(max(max(250 * c3 + 1, 333 * c2 + (c2 + 1) / 3), 333 * c1 + c1 / 3), -200 * c1 + 400 * c3 - 199), 667 * c0 - 333 * c1 - (c0 + c1 + 3) / 3 - 332); c4 <= min(min(min(min(1000, -200 * c1 + 400 * c3 + 400), 500 * c0 + 499), 333 * c2 - (-c2 + 3) / 3 + 333), 333 * c3 - (-c3 + 3) / 3 + 334); c4 += 1)
6 for (int c5 = max(max(ma
[all...]
H A Dlefur00-0.c2 for (int c1 = max(2 * c0 - 15, c0 / 2); c1 <= min(c0 + 1, 15); c1 += 1)
3 for (int c2 = max(max(max(67 * c0 - (c0 + 1) / 3, 1), 67 * c1 - (c1 + 2) / 3), 133 * c0 - 67 * c1 + (c0 + c1 + 1) / 3 - 66); c2 <= min(min(100 * c0 + 99, 1000), 133 * c0 - 67 * c1 + floord(c0 + c1 - 1, 3) + 133); c2 += 1)
4 for (int c3 = max(max(100 * c1 + (c2 + 1) / 2, 200 * c0 - c2), c2); c3 <= min(min(200 * c0 - c2 + 199, 100 * c1 + (c2 + 1) / 2 + 99), 2 * c2 + 1); c3 += 1)
/haiku-buildtools/binutils/ld/testsuite/ld-nios2/
H A Du16_symbol.s3 .global max
5 .set max, 0xffff
H A Ds16_symbol.s4 .global max
6 .set max, 0x7fff
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-ssa/
H A Dvrp.h3 #define RANGE(name, min, max) \
4 if (name < min || name > max) \
6 #define ANTI_RANGE(name, min, max) \
7 if (name >= min && name <= max) \
12 #define CHECK_RANGE(expr, min, max) \
16 if (v > max) link_error(); \
17 if (v < min || v > max) link_error (); \
19 #define CHECK_ANTI_RANGE(expr, min, max) \
23 if (v <= max) \
25 if (v >= min && v <= max) \
[all...]
/haiku-buildtools/binutils/gas/testsuite/gas/rx/
H A Dmax.d9 0: fd 74 40 80 max #-128, r0
10 4: fd 74 4f 80 max #-128, r15
11 8: fd 74 40 7f max #127, r0
12 c: fd 74 4f 7f max #127, r15
13 10: fd 78 40 00 80 max #0xffff8000, r0
14 15: fd 78 4f 00 80 max #0xffff8000, r15
15 1a: fd 7c 40 00 80 00 max #0x8000, r0
16 20: fd 7c 4f 00 80 00 max #0x8000, r15
17 26: fd 7c 40 00 00 80 max #0xff800000, r0
18 2c: fd 7c 4f 00 00 80 max #
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.robertl/
H A Deb79.C6 // The VxWorks kernel-mode headers define a macro named "max", which is not
9 #undef max macro
15 T max(T a, T b) function
21 double max<>(double, double); // { dg-error "" } bogus code
22 // int max(int, int);
30 cout << max(d, i) << endl; // { dg-error "" }
31 cout << max(i, d) << endl; // { dg-error "" }
/haiku-buildtools/isl/test_inputs/codegen/cloog/
H A Dclassen2.c1 for (int c0 = max(max(max(max(max(max(5 * outerTimeTileScatter, 10 * outerProcTileScatter1 - 2 * N + 2), 5 * outerProcTileScatter1 + 5 * outerProcTileScatter2 - N), 5 * outerProcTileScatter1), 10 * outerProcTileScatter2 - N + 1), 5 * outerProcTileScatter2 + 1), 4); c0 <= min(min(min(min(min(min(2 * M + 2 * N - 6, 5 * outerProcTileScatter2 + M + N), 10 * outerProcTileScatter2 + N + 3), 5 * outerProcTileScatter1 + M + 2), 5 * outerProcTileScatter1 + 5 * outerProcTileScatter2 + 5), 10 * outerProcTileScatter1 + 4), 5 * outerTimeTileScatter + 4); c0 += 1)
2 for (int c1 = max(max(max(max(
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/25_algorithms/max/
H A D3.cc28 const int& x = std::max({1, 3, 2});
29 const int& y = std::max({4, 3, 2});
30 const int& z = std::max({3, 2, 4});
35 const int& xc = std::max({1, 2, 3}, std::greater<int>());
36 const int& yc = std::max({4, 3, 2}, std::greater<int>());
37 const int& zc = std::max({2, 4, 3}, std::greater<int>());
H A D4.cc28 const int& z = std::max({1, 2, 3, 4, 5, 6, 7});
29 const double& w = std::max({2.0, 1.0, 3.2, 4.5, 5.0, 6.0, 7.0});
30 const int& y = std::max({2, 3, 1, 4, 5, 6, 7});
31 const float& x = std::max({2.0f, 3.0f, 5.0f, 1.0f, 7.0f, 6.0f});
37 const int& zc = std::max({1, 2, 3, 4, 5, 6, 7}, std::greater<int>());
38 const double& wc = std::max({2.0, 1.0, 3.2, 4.5, 5.0},
40 const int& yc = std::max({2, 7, 1, 4, 5, 6, 3}, std::greater<int>());
41 const float& xc = std::max({2.0f, 3.0f, 5.0f, 1.0f},
H A D1.cc28 const int x = std::max(1, 2);
29 const int y = std::max(4, 3);
33 const int xc = std::max(1, 2, std::greater<int>());
34 const int yc = std::max(4, 3, std::greater<int>());
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dvt-34219.C3 struct max struct
5 static const T value = a > max<T, Params>::value ? a : max<T, Params>::value; // { dg-error "not expanded|Params" }
9 struct max<T, a, b> struct
14 static const int value1 = max< int, 1, 2>::value;
15 static const int value2 = max< int, 1, 3, 5>::value;
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dmissed-error2.C11 // The VxWorks kernel-mode headers define a macro named "max", which is not
14 #undef max macro
17 inline int max(int a, int b) {return a > b ? a : b;}; // { dg-message "note" } function
19 inline double max(double a, double b) {return a > b ? a : b;}; // { dg-message "note" } candidate function
32 std::cout << "Max(int): " << max(i,j) << " Max(double): " <<
33 max(x,y) << '\n';
34 std::cout << "Max(int, double): " << max(i, y) << '\n';// { dg-error "" }
H A Darm5.C11 int & max( int & a, int & b) { function
18 int & c = max( a, b);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/
H A Dpr45310.C5 max (const int &a, const int &b) function
13 return max (0, 0);
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dcrash12.C4 inline float max(float x, float y) { return (x>y)?x:y; } function
8 float f = (y<x)?x:(max<y)?z:y; // { dg-error "" }
H A Dtemplate19.C3 template <class T> T max (const T a, const T b) { return a>b?a:b; } function
8 int c = max (a, b);
9 int d = max ((const int)a, (const int)b);
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/tree-prof/
H A Dstringop-2.c5 int max=10000; variable
14 for (i=0;i<max; i++)
H A Dstringop-1.c5 int max=10000; variable
10 for (i=0;i<max; i++)
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr65103-1.c14 int global_opt (int max) argument
16 while (gs.sum < max)
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dpr42231.c3 static max; variable
7 if (i > max)
8 max = i;
32 if (max != 10)
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/torture/
H A Dbuiltin-arith-overflow-12.h3 #define TESTS(type, min, max) \
11 T (107, unsigned type, unsigned type, signed type, max / 31, 31, (signed type) ((unsigned type) max / 31 * 31), mul, 0) \
12 T (108, unsigned type, unsigned type, signed type, max / 31, 32, (signed type) ((unsigned type) max / 31 * 32), mul, 1) \
13 T (109, unsigned type, unsigned type, signed type, max / 31, 65, (signed type) ((unsigned type) max / 31 * 65), mul, 1) \
16 T (112, signed type, unsigned type, signed type, max / 12, 13, (signed type) ((unsigned type) max / 12 * 13), mul, 1) \
17 T (113, unsigned type, signed type, signed type, (unsigned type) max
[all...]

Completed in 169 milliseconds

1234567891011>>