Searched refs:max (Results 301 - 325 of 1128) sorted by relevance

<<11121314151617181920>>

/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/random/beta_distribution/cons/
H A Ddefault.cc36 VERIFY( u.max() == 1.0 );
H A Dparms.cc36 VERIFY( u.max() == 1.0 );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/random/arcsine_distribution/cons/
H A Dparms.cc35 VERIFY( u.max() == 3.0 );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/random/hypergeometric_distribution/cons/
H A Ddefault.cc39 VERIFY( u.max() == 1 );
H A Dparms.cc39 VERIFY( u.max() == 2 );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/random/triangular_distribution/cons/
H A Ddefault.cc37 VERIFY( u.max() == 1.0 );
H A Dparms.cc37 VERIFY( u.max() == 3.5 );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/ext/random/von_mises_distribution/cons/
H A Ddefault.cc36 VERIFY( u.max() == __gnu_cxx::__math_constants<double>::__pi );
H A Dparms.cc36 VERIFY( u.max() == __gnu_cxx::__math_constants<double>::__pi );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/linear_congruential/cons/
H A Dgen1.cc44 VERIFY( x.max() == 2147483647-1 );
H A Ddefault.cc34 VERIFY( x.max() == 2147483647-1 );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/mersenne_twister/cons/
H A Dgen1.cc49 VERIFY( x.max() == 4294967295ul );
H A Ddefault.cc39 VERIFY( x.max() == 4294967295ul );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry/cons/
H A Ddefault.cc34 VERIFY( x.max() == ((1UL << 24) - 1) );
H A Dgen1.cc44 VERIFY( x.max() == ((1UL << 24) - 1) );
/haiku-buildtools/gcc/libstdc++-v3/testsuite/tr1/5_numerical_facilities/random/subtract_with_carry_01/cons/
H A Dgen1.cc44 VERIFY( x.max() == 1.0 );
H A Ddefault.cc34 VERIFY( x.max() == 1.0 );
/haiku-buildtools/cloog/test/reservoir/
H A Dlim-lam3.good.c7 #define max(x,y) ((x) > (y) ? (x) : (y)) macro
27 for (c4=max(1,ceild(c2-M-3,4));c4<=floord(c2-4,5);c4++) {
34 for (c4=max(1,ceild(c2-3*M-1,2));c4<=floord(c2-4,5);c4++) {
42 for (c4=max(2,ceild(c2-M-3,4));c4<=min(M-1,floord(c2-8,3));c4++) {
43 for (c6=max(1,ceild(c2-2*c4-M-5,2));c6<=min(c4-1,floord(c2-3*c4-6,2));c6++) {
48 for (c4=max(ceild(c2-M-3,4),1);c4<=floord(c2-4,5);c4++) {
55 for (c4=max(ceild(c2-3*M-1,2),1);c4<=floord(c2-4,5);c4++) {
H A Dlim-lam4.good.c7 #define max(x,y) ((x) > (y) ? (x) : (y)) macro
23 for (c4=max(-M+1,-c2+1);c4<=-1;c4++) {
24 for (i=max(1,c2-M+1);i<=min(c2+c4,M-1);i++) {
28 for (c6=max(-c4,c2-M+1);c6<=min(c2-1,M-1);c6++) {
34 for (i=max(1,c2-M+1);i<=min(M-1,c2);i++) {
/haiku-buildtools/isl/
H A Disl_map_lexopt_templ.c31 __isl_give isl_set **empty, int max)
51 isl_basic_set_copy(dom->p[0]), empty, max);
59 isl_basic_set_copy(dom->p[i]), &empty_i, max);
77 __isl_give isl_set **empty, int max);
87 __isl_give isl_set **empty, int max)
93 empty, max);
100 return SF(isl_map_partial_lexopt_aligned,SUFFIX)(map, dom, empty, max);
109 __isl_give TYPE *SF(isl_map_lexopt,SUFFIX)(__isl_take isl_map *map, int max)
118 return SF(isl_map_partial_lexopt,SUFFIX)(map, dom, NULL, max);
/haiku-buildtools/gcc/gcc/
H A Ddata-streamer.h210 HOST_WIDE_INT max,
213 HOST_WIDE_INT range = max - min;
215 gcc_checking_assert (val >= min && val <= max && range > 0
229 HOST_WIDE_INT max)
231 HOST_WIDE_INT range = max - min;
237 if (val < min || val > max)
238 lto_value_range_error (purpose, val, min, max);
249 HOST_WIDE_INT max,
252 HOST_WIDE_INT range = max - min;
255 gcc_checking_assert (val >= min && val <= max
208 streamer_write_hwi_in_range(struct lto_output_stream *obs, HOST_WIDE_INT min, HOST_WIDE_INT max, HOST_WIDE_INT val) argument
226 streamer_read_hwi_in_range(struct lto_input_block *ib, const char *purpose, HOST_WIDE_INT min, HOST_WIDE_INT max) argument
247 bp_pack_int_in_range(struct bitpack_d *bp, HOST_WIDE_INT min, HOST_WIDE_INT max, HOST_WIDE_INT val) argument
266 bp_unpack_int_in_range(struct bitpack_d *bp, const char *purpose, HOST_WIDE_INT min, HOST_WIDE_INT max) argument
[all...]
H A Dtree-vrp.c114 tree max; member in struct:value_range_d
279 tree min = vrp_val_min (type), max = vrp_val_max (type); local
285 && max != NULL_TREE
286 && CONSTANT_CLASS_P (max));
438 vr->min = vr->max = NULL_TREE;
450 vr->min = vr->max = NULL_TREE;
460 tree max, bitmap equiv)
468 gcc_assert (min && max);
471 && (!TREE_OVERFLOW_P (max) || is_overflow_infinity (max)));
459 set_value_range(value_range_t *vr, enum value_range_type t, tree min, tree max, bitmap equiv) argument
521 set_and_canonicalize_value_range(value_range_t *vr, enum value_range_type t, tree min, tree max, bitmap equiv) argument
716 abs_extent_range(value_range_t *vr, tree min, tree max) argument
854 wide_int min, max; local
1554 value_inside_range(tree val, tree min, tree max) argument
1597 range_includes_zero_p(tree min, tree max) argument
1679 tree var, cond, limit, min, max, type; local
2219 tree min, max; local
2374 tree min = NULL_TREE, max = NULL_TREE; local
3556 tree min, max; local
4277 tree init, step, chrec, tmin, tmax, min, max, type, tem; local
5165 tree max = TYPE_MAX_VALUE (TREE_TYPE (val)); local
6022 tree min, max; local
7779 find_case_label_range(gswitch *stmt, tree min, tree max, size_t *min_idx, size_t *max_idx) argument
7843 tree min = vr->min, max = vr->max; local
8105 tree max = int_const_binop (MINUS_EXPR, local
8131 tree max = int_const_binop (MINUS_EXPR, local
9293 tree max = NULL; local
[all...]
/haiku-buildtools/binutils/gas/
H A Dmessages.c348 offsetT max,
358 if (val >= min && val <= max)
360 addressT right = max & -max;
362 if (max <= 1)
378 && max < HEX_MAX_THRESHOLD
381 && max > HEX_MIN_THRESHOLD)
388 prefix, (int) val, (int) min, (int) max);
391 prefix, (int) val, (int) min, (int) max);
404 sprintf_vma (max_buf, (bfd_vma) max);
345 as_internal_value_out_of_range(const char *prefix, offsetT val, offsetT min, offsetT max, const char *file, unsigned line, int bad) argument
417 as_warn_value_out_of_range(const char *prefix, offsetT value, offsetT min, offsetT max, const char *file, unsigned line) argument
428 as_bad_value_out_of_range(const char *prefix, offsetT value, offsetT min, offsetT max, const char *file, unsigned line) argument
[all...]
/haiku-buildtools/cloog/test/
H A Dthomasset.c21 for (i=max(2,3*c1+1);i<=n;i++) {
41 for (j=max(1,3*c1-n);j<=min(n,3*c1-n+4);j++) {
42 p = max(ceild(3*c1-j,3),ceild(n-2,3));
/haiku-buildtools/binutils/gas/testsuite/gas/tic54x/
H A Dmath.s22 .float $max(1.0,2.0)

Completed in 90 milliseconds

<<11121314151617181920>>