Searched refs:max (Results 76 - 100 of 1128) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Datomic-compare-exchange-5.c13 __int128_t max = ~0; variable
24 if (!__atomic_compare_exchange_n (&v, &expected, max, STRONG , __ATOMIC_RELAXED, __ATOMIC_RELAXED))
31 if (expected != max)
36 if (expected != max)
50 if (v != max)
57 if (!__atomic_compare_exchange (&v, &expected, &max, STRONG, __ATOMIC_RELAXED, __ATOMIC_RELAXED))
64 if (expected != max)
69 if (expected != max)
83 if (v != max)
H A Datomic-compare-exchange-2.c12 short max = ~0; variable
23 if (!__atomic_compare_exchange_n (&v, &expected, max, STRONG , __ATOMIC_RELAXED, __ATOMIC_RELAXED))
30 if (expected != max)
35 if (expected != max)
49 if (v != max)
56 if (!__atomic_compare_exchange (&v, &expected, &max, STRONG, __ATOMIC_RELAXED, __ATOMIC_RELAXED))
63 if (expected != max)
68 if (expected != max)
82 if (v != max)
H A Datomic-compare-exchange-1.c12 char max = ~0; variable
23 if (!__atomic_compare_exchange_n (&v, &expected, max, STRONG , __ATOMIC_RELAXED, __ATOMIC_RELAXED))
30 if (expected != max)
35 if (expected != max)
49 if (v != max)
56 if (!__atomic_compare_exchange (&v, &expected, &max, STRONG, __ATOMIC_RELAXED, __ATOMIC_RELAXED))
63 if (expected != max)
68 if (expected != max)
82 if (v != max)
H A Datomic-compare-exchange-3.c12 int max = ~0; variable
23 if (!__atomic_compare_exchange_n (&v, &expected, max, STRONG , __ATOMIC_RELAXED, __ATOMIC_RELAXED))
30 if (expected != max)
35 if (expected != max)
49 if (v != max)
56 if (!__atomic_compare_exchange (&v, &expected, &max, STRONG, __ATOMIC_RELAXED, __ATOMIC_RELAXED))
63 if (expected != max)
68 if (expected != max)
82 if (v != max)
H A Difelse-2.c16 foo (enum Status *stat, double newUpper, double lower, double max) argument
18 if (newUpper >= max)
/haiku-buildtools/gcc/libatomic/testsuite/libatomic.c/
H A Datomic-compare-exchange-5.c12 __int128_t max = ~0; variable
23 if (!__atomic_compare_exchange_n (&v, &expected, max, STRONG , __ATOMIC_RELAXED, __ATOMIC_RELAXED))
30 if (expected != max)
35 if (expected != max)
49 if (v != max)
56 if (!__atomic_compare_exchange (&v, &expected, &max, STRONG, __ATOMIC_RELAXED, __ATOMIC_RELAXED))
63 if (expected != max)
68 if (expected != max)
82 if (v != max)
H A Datomic-compare-exchange-4.c12 long long max = ~0; variable
23 if (!__atomic_compare_exchange_n (&v, &expected, max, STRONG , __ATOMIC_RELAXED, __ATOMIC_RELAXED))
30 if (expected != max)
35 if (expected != max)
49 if (v != max)
56 if (!__atomic_compare_exchange (&v, &expected, &max, STRONG, __ATOMIC_RELAXED, __ATOMIC_RELAXED))
63 if (expected != max)
68 if (expected != max)
82 if (v != max)
H A Datomic-compare-exchange-2.c11 short max = ~0; variable
22 if (!__atomic_compare_exchange_n (&v, &expected, max, STRONG , __ATOMIC_RELAXED, __ATOMIC_RELAXED))
29 if (expected != max)
34 if (expected != max)
48 if (v != max)
55 if (!__atomic_compare_exchange (&v, &expected, &max, STRONG, __ATOMIC_RELAXED, __ATOMIC_RELAXED))
62 if (expected != max)
67 if (expected != max)
81 if (v != max)
H A Datomic-compare-exchange-1.c11 char max = ~0; variable
22 if (!__atomic_compare_exchange_n (&v, &expected, max, STRONG , __ATOMIC_RELAXED, __ATOMIC_RELAXED))
29 if (expected != max)
34 if (expected != max)
48 if (v != max)
55 if (!__atomic_compare_exchange (&v, &expected, &max, STRONG, __ATOMIC_RELAXED, __ATOMIC_RELAXED))
62 if (expected != max)
67 if (expected != max)
81 if (v != max)
H A Datomic-compare-exchange-3.c11 int max = ~0; variable
22 if (!__atomic_compare_exchange_n (&v, &expected, max, STRONG , __ATOMIC_RELAXED, __ATOMIC_RELAXED))
29 if (expected != max)
34 if (expected != max)
48 if (v != max)
55 if (!__atomic_compare_exchange (&v, &expected, &max, STRONG, __ATOMIC_RELAXED, __ATOMIC_RELAXED))
62 if (expected != max)
67 if (expected != max)
81 if (v != max)
/haiku-buildtools/cloog/test/
H A Dclassen2.c3 for (compScatter1=max(max(max(max(max(4,5*outerTimeTileScatter),5*outerProcTileScatter2+1),5*outerProcTileScatter1+5*outerProcTileScatter2-N),10*outerProcTileScatter1-2*N+2),10*outerProcTileScatter2-N+1);compScatter1<=min(min(min(min(min(5*outerTimeTileScatter+4,2*M+2*N-6),5*outerProcTileScatter1+M+2),5*outerProcTileScatter1+5*outerProcTileScatter2+5),5*outerProcTileScatter2+M+N),10*outerProcTileScatter2+N+3);compScatter1++) {
4 for (compScatter2=max(max(max(max(ceild(compScatter1+4,2),5*outerProcTileScatter1),5*outerProcTileScatter2+1),compScatter1-M+2),compScatter1-5*outerProcTileScatter2-1);compScatter2<=min(min(min(min(floord(compScatter1+2*N-2,2),compScatter1),5*outerProcTileScatter1+4),compScatter1-5*outerProcTileScatter2+N),5*outerProcTileScatter2+N+2);compScatter2++) {
5 for (compScatter3=max(ma
[all...]
H A Dstride3.c3 for (p1=max(50,50*m);p1<=50*n;p1+=50) {
/haiku-buildtools/gcc/libstdc++-v3/testsuite/util/regression/trait/assoc/
H A Dtype_trait.hpp62 generate_key(Gen& r_gen, size_t max) argument
63 { return basic_type(r_gen, max); }
67 generate_value(Gen& r_gen, size_t max) argument
68 { return generate_value(r_gen, max, value_type()); }
85 generate_value(Gen& r_gen, size_t max, __gnu_pbds::null_type) argument
86 { return basic_type(r_gen, max); }
90 generate_value(Gen& r_gen, size_t max, basic_type) argument
91 { return basic_type(r_gen, max); }
95 generate_value(Gen& gen, size_t max, argument
97 { return std::make_pair(basic_type(gen, max), basic_typ
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-elf/
H A Dheader.d2 # ld: -T header.t -z max-page-size=0x100
/haiku-buildtools/gcc/libstdc++-v3/scripts/
H A Dgen_includers.pl4 $max = shift @ARGV;
26 for ($num_args = 2; $num_args <= $max; ++$num_args) {
54 if ($num_args == $max) {
114 if ($num_args == $max) {
/haiku-buildtools/cloog/test/isl/
H A Dmod3.c2 for (i=max(0,32*h0-1991);i<=min(999,32*h0+31);i++) {
/haiku-buildtools/cloog/test/reservoir/
H A Dlim-lam4.c5 for (c4=max(-M+1,-c2+1);c4<=-1;c4++) {
6 for (i=max(1,c2-M+1);i<=min(M-1,c2+c4);i++) {
9 for (c6=max(-c4,c2-M+1);c6<=min(M-1,c2-1);c6++) {
13 for (i=max(1,c2-M+1);i<=min(c2,M-1);i++) {
H A Dtang-xue1.c3 for (c4=max(-1,c2-9);c4<=min(4,c2+3);c4++) {
4 for (c6=max(max(1,c2),c2-c4);c6<=min(min(9,c2+1),c2-c4+4);c6++) {
5 for (c8=max(1,-c2+c4+c6);c8<=min(4,-c2+c4+c6+1);c8++) {
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dcrash2.C7 static const EnumType size = max; // { dg-error "" }
16 enum E { max = 5 }; enumerator in enum:N::E
/haiku-buildtools/isl/test_inputs/codegen/cloog/
H A Dmod3.c1 for (int c0 = max(32 * h0 - 1991, 0); c0 <= min(999, 32 * h0 + 31); c0 += 1)
H A Dreservoir-bastoul3.c2 for (int c1 = max(c0 - 6, -(c0 % 2) + 2); c1 <= min(3, c0 - 2); c1 += 2)
H A Dreservoir-lim-lam3.c2 for (int c3 = max(2, floord(-M + c1, 4)); c3 < min((c1 + 1) / 3 - 2, M); c3 += 1)
3 for (int c5 = max(-M - c3 + (M + c1) / 2 - 2, 1); c5 < min(-2 * c3 + (c1 + c3) / 2 - 2, c3); c5 += 1)
5 for (int c3 = max(1, floord(-M + c1, 4)); c3 < (c1 + 1) / 5; c3 += 1)
9 for (int c3 = max(-((c1 - 1) % 3) + 3, -3 * M - c1 + 3 * ((M + c1) / 2) + 1); c3 < (c1 + 1) / 5; c3 += 3)
H A Dreservoir-lim-lam4.c2 for (int c3 = max(-c1 + 1, -M + 1); c3 < 0; c3 += 1) {
3 for (int c7 = max(-M + c1 + 1, 1); c7 <= min(M - 1, c1 + c3); c7 += 1)
5 for (int c5 = max(-M + c1 + 1, -c3); c5 < min(M, c1); c5 += 1)
8 for (int c7 = max(1, -M + c1 + 1); c7 <= min(c1, M - 1); c7 += 1)
/haiku-buildtools/isl/test_inputs/codegen/omega/
H A Dbasics-1.c2 for (int c1 = max(-c0 + 1, 1); c1 <= min(-c0 + 10, 10); c1 += 1)
H A Dm3-0.c2 for (int c1 = max(-c0 + 1, 1); c1 <= min(-c0 + 10, 10); c1 += 1)

Completed in 103 milliseconds

1234567891011>>