Searched refs:max (Results 426 - 450 of 1128) sorted by relevance

<<11121314151617181920>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/ipa/
H A Dipa-icf-1.c12 static struct container max; variable in typeref:struct:container
/haiku-buildtools/gcc/gcc/
H A Dtree-ssa-loop.h54 widest_int max; /* The upper bound on the number of iterations of member in struct:tree_niter_desc
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/time_point/requirements/
H A Dconstexpr_functions.cc39 = _Ttesttype::max();
/haiku-buildtools/gcc/libstdc++-v3/testsuite/27_io/basic_filebuf/seekoff/wchar_t/
H A D11543.cc73 const extern_type* end, size_t max) const
74 { return do_length(state, from, end, max); }
105 const extern_type* end, size_t max) const
108 return std::min(max, len);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dudlit-namespace.C18 { return std::fmod(x, static_cast<long double>(std::numeric_limits<short>::max())); }
/haiku-buildtools/binutils/gas/
H A Dsb.h50 size_t max; /* The maximum length. */ member in struct:sb
/haiku-buildtools/binutils/ld/testsuite/ld-elf/
H A Dseg.d3 #ld: -T seg.t -z max-page-size=0x1000
H A Dtextaddr1.d2 #ld: -Ttext-segment 0x7000000 -z max-page-size=0x200000
H A Dtextaddr4.d2 #ld: -z max-page-size=0x10000 -Ttext-segment 0x10000
/haiku-buildtools/binutils/ld/testsuite/ld-mmix/
H A Dbpo-6m.d7 # 223 (max) linker-allocated GREGs.
/haiku-buildtools/legacy/binutils/gas/
H A Dfrags.c298 frag_align (int alignment, int fill_character, int max)
307 if (max == 0 || new_off - abs_section_offset <= (addressT) max)
314 p = frag_var (rs_align, 1, 1, (relax_substateT) max,
329 int n_fill, int max)
333 p = frag_var (rs_align, n_fill, n_fill, (relax_substateT) max,
359 frag_align_code (int alignment, int max)
364 (relax_substateT) max, (symbolS *) 0,
288 frag_align(int alignment, int fill_character, int max) argument
318 frag_align_pattern(int alignment, const char *fill_pattern, int n_fill, int max) argument
349 frag_align_code(int alignment, int max) argument
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-mmix/
H A Dbpo-6m.d7 # 223 (max) linker-allocated GREGs.
/haiku-buildtools/legacy/gcc/libstdc++/stl/
H A Ddefalloc.h81 return max(size_type(1), size_type(4096/sizeof(T)));
84 return max(size_type(1), size_type(UINT_MAX/sizeof(T)));
/haiku-buildtools/cloog/test/
H A Dbyu98-1-2-3.c20 for (j=max(-i+10,i-1);j<=6;j++) {
H A Dchristian.good.c7 #define max(x,y) ((x) > (y) ? (x) : (y)) macro
25 for (i=max(0,p);i<=min(N-1,p+N-2);i++) {
H A Dconstbound.good.c7 #define max(x,y) ((x) > (y) ? (x) : (y)) macro
20 for (t2=max(0,50*t0);t2<=50*t0+24;t2++) {
H A Dpouchet.c4 for (c1=max(ceild(c0+1,2),c0-1);c1<=min(floord(2*c0+Ny,4),c0);c1++) {
/haiku-buildtools/cloog/test/isl/
H A Djacobi-shared.c4 for (c0=max(-16*floord(t0-1,16)+t0,-16*floord(g1+t0-3,16)+t0);c0<=min(32,N-g1-1);c0+=16) {
H A Djacobi-shared.good.c7 #define max(x,y) ((x) > (y) ? (x) : (y)) macro
20 for (c0=max(-16*floord(t0-1,16)+t0,-16*floord(g1+t0-3,16)+t0);c0<=min(32,N-g1-1);c0+=16) {
/haiku-buildtools/cloog/test/reservoir/
H A Dloechner4.good.c7 #define max(x,y) ((x) > (y) ? (x) : (y)) macro
21 for (c8=max(1,c2-M);c8<=min(c2-1,M);c8++) {
H A Dpingali1.good.c7 #define max(x,y) ((x) > (y) ? (x) : (y)) macro
28 for (c6=max(1,c4-N);c6<=floord(c4-1,2);c6++) {
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/i386/
H A Dpr42542-1.c26 unsigned int max[] = variable
68 if (res[i] != max[i])
H A Dpr42542-2.c26 unsigned short max[] = variable
68 if (res[i] != max[i])
/haiku-buildtools/gcc/gcc/testsuite/gcc.target/ia64/
H A Dpr42542-2.c15 unsigned short max[] = variable
56 if (res[i] != max[i])
/haiku-buildtools/isl/test_inputs/codegen/cloog/
H A Ddarte.c5 for (int c1 = max(c0 + 2, -c0 + 4); c1 <= min(2 * n + c0, 2 * n - c0); c1 += 2) {

Completed in 152 milliseconds

<<11121314151617181920>>