/netbsd-src/external/mit/isl/dist/ |
H A D | bound.c | 75 isl_bool bounded; in verify_point() local 108 bounded = isl_set_is_bounded(dom); in verify_point() 110 if (bounded < 0) in verify_point() 113 if (!bounded) in verify_point() 122 if (vpb->exact && bounded) in verify_point() 144 p = isl_printer_print_str(p, bounded ? "opt" : "sample"); in verify_point()
|
H A D | isl_scheduler_clustering.c | 749 isl_bool bounded; in distance_is_bounded() local 757 bounded = isl_set_is_empty(test); in distance_is_bounded() 760 if (bounded < 0 || !bounded) in distance_is_bounded() 761 return bounded; in distance_is_bounded() 765 bounded = isl_set_is_empty(test); in distance_is_bounded() 768 return bounded; in distance_is_bounded() 845 isl_bool bounded; in has_bounded_distances() local 856 bounded = isl_bool_true; in has_bounded_distances() 872 bounded = isl_bool_false; in has_bounded_distances() 881 bounded = isl_bool_false; in has_bounded_distances() [all …]
|
H A D | isl_sample.c | 955 struct isl_basic_set *bounded; in isl_basic_set_sample_with_cone() local 973 bounded = isl_basic_set_copy(bset); in isl_basic_set_sample_with_cone() 974 bounded = isl_basic_set_drop_constraints_involving(bounded, in isl_basic_set_sample_with_cone() 976 bounded = isl_basic_set_drop_dims(bounded, total - cone_dim, cone_dim); in isl_basic_set_sample_with_cone() 977 sample = sample_bounded(bounded); in isl_basic_set_sample_with_cone() 1154 int bounded) in basic_set_sample() argument 1183 return sample_eq(bset, bounded ? isl_basic_set_sample_bounded in basic_set_sample() 1190 return bounded ? sample_bounded(bset) : gbr_sample(bset); in basic_set_sample()
|
H A D | isl_bound.c | 90 int bounded; in compressed_guarded_poly_bound() local 106 bounded = isl_basic_set_is_bounded(bset); in compressed_guarded_poly_bound() 107 if (bounded < 0) in compressed_guarded_poly_bound() 109 if (bounded) in compressed_guarded_poly_bound()
|
H A D | isl_convex_hull.c | 813 isl_bool bounded; in isl_basic_set_is_bounded() local 821 bounded = isl_tab_cone_is_bounded(tab); in isl_basic_set_is_bounded() 823 return bounded; in isl_basic_set_is_bounded() 833 isl_bool bounded; in isl_basic_map_image_is_bounded() local 842 bounded = isl_basic_set_is_bounded(bset_from_bmap(bmap)); in isl_basic_map_image_is_bounded() 845 return bounded; in isl_basic_map_image_is_bounded() 858 isl_bool bounded = isl_basic_set_is_bounded(set->p[i]); in isl_set_is_bounded() local 859 if (!bounded || bounded < 0) in isl_set_is_bounded() 860 return bounded; in isl_set_is_bounded() 1794 isl_bool bounded; in uset_convex_hull() local [all …]
|
H A D | README | 2 of integer points bounded by affine constraints. The descriptions of
|
H A D | isl_test.c | 582 isl_bool bounded; in test_bounded() local 585 bounded = isl_set_is_bounded(set); in test_bounded() 588 if (bounded < 0) in test_bounded() 590 if (!bounded) in test_bounded() 595 bounded = isl_set_is_bounded(set); in test_bounded() 596 assert(!bounded); in test_bounded() 599 if (bounded < 0) in test_bounded() 601 if (bounded) in test_bounded() 606 bounded = isl_set_is_bounded(set); in test_bounded() 609 if (bounded < 0) in test_bounded() [all …]
|
H A D | isl_map.c | 11575 isl_bool bounded; in isl_map_dim_is_bounded() local 11576 bounded = isl_basic_map_dim_is_bounded(map->p[i], type, pos); in isl_map_dim_is_bounded() 11577 if (bounded < 0 || !bounded) in isl_map_dim_is_bounded() 11578 return bounded; in isl_map_dim_is_bounded() 11606 isl_bool bounded; in has_any_bound() local 11607 bounded = fn(map->p[i], type, pos); in has_any_bound() 11608 if (bounded < 0 || bounded) in has_any_bound() 11609 return bounded; in has_any_bound() 11646 isl_bool bounded; in has_bound() local 11647 bounded = fn(map->p[i], type, pos); in has_bound() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | gimple-ssa-sprintf.cc | 912 bool bounded; member 929 return bounded ? OPT_Wformat_truncation_ : OPT_Wformat_overflow_; in warnopt() 2717 if (info.bounded) in should_warn_p() 2825 info.bounded in maybe_warn() 2842 if (!info.bounded) in maybe_warn() 2867 info.bounded in maybe_warn() 2884 info.bounded in maybe_warn() 2899 info.bounded in maybe_warn() 2914 info.bounded in maybe_warn() 2945 info.bounded in maybe_warn() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | gimple-ssa-sprintf.c | 915 bool bounded; member 932 return bounded ? OPT_Wformat_truncation_ : OPT_Wformat_overflow_; in warnopt() 2658 if (info.bounded) in should_warn_p() 2766 info.bounded in maybe_warn() 2783 if (!info.bounded) in maybe_warn() 2808 info.bounded in maybe_warn() 2825 info.bounded in maybe_warn() 2840 info.bounded in maybe_warn() 2855 info.bounded in maybe_warn() 2886 info.bounded in maybe_warn() [all …]
|
/netbsd-src/tests/lib/libc/regex/data/ |
H A D | repet_bounded.in | 1 # the dreaded bounded repetitions
|
/netbsd-src/external/apache2/llvm/dist/llvm/docs/HistoricalNotes/ |
H A D | 2001-05-19-ExceptionResponse.txt | 21 bounded) I don't think this is a big deal. One of the really nice things
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/ |
H A D | contexts.rst | 39 have their lifetime bounded by the context they are created within, and 72 The lifetime of the child context must be bounded by that of the
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/ |
H A D | contexts.rst | 39 have their lifetime bounded by the context they are created within, and 72 The lifetime of the child context must be bounded by that of the
|
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/ |
H A D | EVP_PKEY_check.pod | 64 The EVP_PKEY_pairwise_check() and EVP_PKEY_private_check() might not be bounded
|
/netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
H A D | draft-legg-ldap-admin-xx.txt | 177 area begins. Specific administrative areas are always bounded by the 212 is bounded by the specific administrative area within which it is
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/doc/ |
H A D | rfc1950.txt | 47 bounded amount of intermediate storage. The format presently uses 96 priori bounded amount of intermediate storage, and hence can
|
/netbsd-src/external/gpl3/gdb.old/dist/zlib/doc/ |
H A D | rfc1950.txt | 47 bounded amount of intermediate storage. The format presently uses 96 priori bounded amount of intermediate storage, and hence can
|
/netbsd-src/common/dist/zlib/doc/ |
H A D | rfc1950.txt | 47 bounded amount of intermediate storage. The format presently uses 96 priori bounded amount of intermediate storage, and hence can
|
/netbsd-src/external/gpl3/gdb/dist/zlib/doc/ |
H A D | rfc1950.txt | 47 bounded amount of intermediate storage. The format presently uses 96 priori bounded amount of intermediate storage, and hence can
|
/netbsd-src/external/gpl3/binutils/dist/zlib/doc/ |
H A D | rfc1950.txt | 47 bounded amount of intermediate storage. The format presently uses 96 priori bounded amount of intermediate storage, and hence can
|
/netbsd-src/libexec/httpd/ |
H A D | CHANGES | 31 now bounded at 16KiB. reported by Justin Parrott in PR#56085 91 is now bounded at 16KiB. reported by JP
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/ |
H A D | contexts.rst | 37 have their lifetime bounded by the context they are created within, and 69 The lifetime of the child context must be bounded by that of the
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/ |
H A D | contexts.rst | 37 have their lifetime bounded by the context they are created within, and 69 The lifetime of the child context must be bounded by that of the
|
/netbsd-src/external/mit/isl/dist/doc/ |
H A D | isl.bib | 336 relations of sequences of integers bounded by (quasi-)affine constraints.
|