Searched refs:max (Results 401 - 425 of 1128) sorted by relevance

<<11121314151617181920>>

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/debug/
H A Dpr46240.cc5 T &max (T &a, T &b) function
99 R max; member in struct:K
103 max = ::max (max, z);
105 operator R () { return max; }
/haiku-buildtools/gcc/libstdc++-v3/include/profile/impl/
H A Dprofiler_container_size.h85 _M_init = std::max(_M_init, __o._M_init);
86 _M_max = std::max(_M_max, __o._M_max);
87 _M_item_max = std::max(_M_item_max, __o._M_item_max);
101 _M_max = std::max(_M_max, __num);
102 _M_item_max = std::max(_M_item_max, __inum);
130 _M_max = std::max(_M_max, __to);
/haiku-buildtools/gcc/libstdc++-v3/config/locale/gnu/
H A Dc_locale.cc58 __v = numeric_limits<float>::max();
63 __v = -numeric_limits<float>::max();
85 __v = numeric_limits<double>::max();
90 __v = -numeric_limits<double>::max();
118 __v = numeric_limits<long double>::max();
123 __v = -numeric_limits<long double>::max();
/haiku-buildtools/isl/
H A Dpip.c126 /* Compute the lexicographically minimal (or maximal if max is set)
131 struct isl_vec *params, int max)
162 res = isl_basic_set_solve_ilp(bset, max, obj->el,
190 int max; member in struct:isl_scan_pip
209 opt = opt_at(isl_basic_set_copy(sp->bset), isl_vec_copy(sample), sp->max);
237 isl_set *sol, isl_set *empty, int max)
264 sp.max = max;
289 int max = 0; local
310 max
130 opt_at(struct isl_basic_set *bset, struct isl_vec *params, int max) argument
236 check_solution(isl_basic_set *bset, isl_basic_set *context, isl_set *sol, isl_set *empty, int max) argument
[all...]
/haiku-buildtools/gcc/libstdc++-v3/testsuite/22_locale/num_get/get/wchar_t/
H A D16.cc39 unsigned short us0, us1 = numeric_limits<unsigned short>::max();
40 unsigned int ui0, ui1 = numeric_limits<unsigned int>::max();
41 unsigned long ul0, ul1 = numeric_limits<unsigned long>::max();
42 long l01, l1 = numeric_limits<long>::max();
45 unsigned long long ull0, ull1 = numeric_limits<unsigned long long>::max();
46 long long ll01, ll1 = numeric_limits<long long>::max();
66 VERIFY( us0 == numeric_limits<unsigned short>::max() );
84 VERIFY( ui0 == numeric_limits<unsigned int>::max() );
102 VERIFY( ul0 == numeric_limits<unsigned long>::max() );
120 VERIFY( l01 == numeric_limits<long>::max() );
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Drange-for12.C20 int min, max; member in struct:pre::container
21 container(int a, int b) :min(a), max(b) {}
28 return iterator(max);
H A Drange-for4.C19 int min, max; member in struct:pre::container
20 container(int a, int b) :min(a), max(b) {}
30 return iterator(c.max);
H A Drange-for7.C52 int min, max; member in struct:container
53 container(int a, int b) :min(a), max(b)
71 return iterator(c.max + 1);
/haiku-buildtools/binutils/gas/
H A Dfrags.h132 void frag_align (int alignment, int fill_character, int max);
134 size_t n_fill, int max);
135 void frag_align_code (int alignment, int max);
/haiku-buildtools/legacy/gcc/libf2c/libF77/
H A DF77_aloc.c4 #undef max macro
H A Ds_stop.c10 #undef max macro
H A Dsystem_.c13 #undef max
/haiku-buildtools/cloog/test/
H A D1point-1.good.c7 #define max(x,y) ((x) > (y) ? (x) : (y)) macro
H A D1point-2.good.c7 #define max(x,y) ((x) > (y) ? (x) : (y)) macro
H A Dbacktrack.good.c7 #define max(x,y) ((x) > (y) ? (x) : (y)) macro
H A Dbasic-bounds-1.good.c7 #define max(x,y) ((x) > (y) ? (x) : (y)) macro
H A Dbasic-bounds-3.good.c7 #define max(x,y) ((x) > (y) ? (x) : (y)) macro
H A Dbasic-bounds-4.good.c7 #define max(x,y) ((x) > (y) ? (x) : (y)) macro
H A Dbasic-bounds-5.good.c7 #define max(x,y) ((x) > (y) ? (x) : (y)) macro
H A Dblock.good.c7 #define max(x,y) ((x) > (y) ? (x) : (y)) macro
H A Dblock3.good.c7 #define max(x,y) ((x) > (y) ? (x) : (y)) macro
H A Dlex.good.c7 #define max(x,y) ((x) > (y) ? (x) : (y)) macro
H A Dno_lindep.good.c7 #define max(x,y) ((x) > (y) ? (x) : (y)) macro
/haiku-buildtools/cloog/test/isl/
H A Dunroll.good.c7 #define max(x,y) ((x) > (y) ? (x) : (y)) macro
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dheaders1.C47 // The VxWorks kernel-mode headers define macros named "max" and
50 #undef max macro

Completed in 92 milliseconds

<<11121314151617181920>>