Searched refs:max (Results 351 - 375 of 1128) sorted by relevance

<<11121314151617181920>>

/haiku-buildtools/isl/test_inputs/codegen/omega/
H A Dsyr2k-1.c3 for (int c2 = max(c0 + c1, 1); c2 <= min(n + c1, n); c2 += 1)
H A Dsyr2k-3.c3 for (int c2 = max(c0 + c1, 1); c2 <= min(n + c1, n); c2 += 1)
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dlui.s23 lui $2, max - 1
25 .eqv max, 65536
/haiku-buildtools/binutils/ld/testsuite/ld-elf/
H A Dmaxpage3c.d3 #ld: -m elf_i386 -z max-page-size=0x10000000 -T maxpage3.t
H A Dmaxpage3b.d2 #ld: -T maxpage3.t -z max-page-size=0x10000000
H A Dloadaddr3a.d2 #ld: -T loadaddr3.t -z max-page-size=0x200000
/haiku-buildtools/binutils/ld/testsuite/ld-x86-64/
H A Dpr18176.d3 #ld: -melf_x86_64 -shared -z relro -T pr18176.t -z max-page-size=0x200000 -z common-page-size=0x1000
H A Dpr18591.d2 #ld: -melf_x86_64 -shared -z max-page-size=0x200000 --no-relax
H A Dpr19162.d4 #ld: -melf_x86_64 -shared -z max-page-size=0x200000 -z common-page-size=0x1000
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/codecvt/length/char/
H A D2.cc34 const extern_type* end, std::size_t max) const
37 return c_codecvt::do_length(state, from, end, max);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/18_support/type_info/
H A Dfundamental.cc34 return std::max(std::max(s1, s2), s3);
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/char/
H A D4402.cc35 long double val = numeric_limits<long double>::max();
53 double val2 = numeric_limits<double>::max();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_ostream/inserters_arithmetic/wchar_t/
H A D4402.cc34 long double val = numeric_limits<long double>::max();
52 double val2 = numeric_limits<double>::max();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/regression/
H A Dbasic_type.hpp65 basic_type(Gen& r_gen, size_t max) argument
67 size_t rnd = r_gen.get_unsigned_long(0, static_cast<unsigned long>(max));
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/regression/trait/priority_queue/
H A Dtrait.hpp63 generate_value(Gen& r_gen, size_t max) argument
64 { return basic_type(r_gen, max); }
/haiku-buildtools/cloog/test/
H A D0D-1.good.c7 #define max(x,y) ((x) > (y) ? (x) : (y)) macro
H A D0D-2.good.c7 #define max(x,y) ((x) > (y) ? (x) : (y)) macro
H A D0D-3.good.c7 #define max(x,y) ((x) > (y) ? (x) : (y)) macro
H A Dbasic-bounds-2.good.c7 #define max(x,y) ((x) > (y) ? (x) : (y)) macro
H A Dbasic-bounds-6.good.c7 #define max(x,y) ((x) > (y) ? (x) : (y)) macro
H A Dsingleton.good.c7 #define max(x,y) ((x) > (y) ? (x) : (y)) macro
/haiku-buildtools/cloog/test/reservoir/
H A Dpingali5.c9 for (c4=max(1,c2-M);c4<=floord(c2-1,2);c4++) {
18 for (c2=max(M+1,2*M-2);c2<=2*M-1;c2++) {
H A Dpingali5.good.c7 #define max(x,y) ((x) > (y) ? (x) : (y)) macro
27 for (c4=max(1,c2-M);c4<=floord(c2-1,2);c4++) {
38 for (c2=max(2*M-2,3);c2<=2*M-1;c2++) {
39 for (c4=max(1,c2-M);c4<=floord(c2-1,2);c4++) {
/haiku-buildtools/isl/test_inputs/codegen/cloog/
H A Dreservoir-liu-zhuge1.c7 for (int c3 = max(-3 * M + c1 + 3, c1 + 3 * floord(-c1 - 1, 3) + 3); c3 <= min(N - 1, c1); c3 += 3) {
15 for (int c3 = max(-3 * M + c1, c1 + 3 * floord(-c1 - 1, 3) + 3); c3 <= min(N, c1); c3 += 3)
/haiku-buildtools/binutils/ld/testsuite/ld-nios2/
H A Ds16.s11 addi r1, r1, max

Completed in 141 milliseconds

<<11121314151617181920>>