HomeSort by: relevance | last modified time | path
    Searched defs:isl (Results 1 - 19 of 19) sorted by relevancy

  /src/external/mit/isl/dist/include/isl/
cpp-checked-conversion.h 2 /// the default and the checked C++ bindings for isl.
4 /// isl is a library for computing with integer sets and maps described by
5 /// Presburger formulas. On top of this, isl provides various tools for
12 #include <isl/cpp.h>
13 #include <isl/cpp-checked.h>
15 namespace isl { namespace
705 } // namespace isl
typed_cpp.h 1 /// These are automatically generated templated C++ bindings for isl.
3 /// isl is a library for computing with integer sets and maps described by
4 /// Presburger formulas. On top of this, isl provides various tools for
13 #include <isl/cpp.h>
15 namespace isl { namespace
133 struct aff<Anonymous> : public isl::aff {
196 aff(const isl::aff &obj) : isl::aff(obj) {}
197 static aff from(const isl::aff &obj) {
200 inline explicit aff(const isl::ctx &ctx, const std::string &str)
    [all...]
cpp-checked.h 1 /// These are automatically generated checked C++ bindings for isl.
3 /// isl is a library for computing with integer sets and maps described by
4 /// Presburger formulas. On top of this, isl provides various tools for
25 namespace isl { namespace
41 /* Class used to check that isl::checked::boolean,
42 * isl::checked::stat and isl::checked::size values are checked for errors.
199 } // namespace isl
201 #include <isl/id.h>
202 #include <isl/id_to_id.h
217 namespace isl { namespace
    [all...]
cpp.h 1 /// These are automatically generated C++ bindings for isl.
3 /// isl is a library for computing with integer sets and maps described by
4 /// Presburger formulas. On top of this, isl provides various tools for
11 #include <isl/ctx.h>
12 #include <isl/options.h>
40 namespace isl { namespace
76 /* Class capturing isl errors.
99 /* Default behavior on error conditions that occur inside isl calls
101 * In the case exceptions are available, isl should continue
118 * corresponds to what isl would have printed
284 namespace isl { namespace
    [all...]
  /src/external/mit/isl/dist/
isl_union_print_templ.c 36 * to "p" in isl format.
54 /* Print the "UNION" object "u" to "p" in isl format.
56 static __isl_give isl_printer *FN(FN(print_union,BASE),isl)( function
isl_test_cpp17-checked.cc 6 #include <isl/options.h>
7 #include <isl/cpp-checked.h>
11 namespace isl { using namespace checked; } namespace
25 /* Test the C++17 specific features of the isl checked C++ interface
isl_pw_print_templ.c 40 /* Print a piecewise expression in isl format.
42 static __isl_give isl_printer *FN(FN(print_pw,BASE),isl)( function
cat.c 2 #include <isl/obj.h>
3 #include <isl/printer.h>
4 #include <isl/stream.h>
5 #include <isl/options.h>
8 {"isl", ISL_FORMAT_ISL},
24 struct isl_options *isl; member in struct:cat_options
30 ISL_ARG_CHILD(struct cat_options, isl, "isl", &isl_options_args, "isl options")
schedule_cmp.c 11 #include <isl/arg.h>
12 #include <isl/options.h>
13 #include <isl/schedule.h>
16 struct isl_options *isl; member in struct:options
22 ISL_ARG_CHILD(struct options, isl, "isl", &isl_options_args, "isl options")
flow_cmp.c 11 #include <isl/arg.h>
12 #include <isl/options.h>
13 #include <isl/union_map.h>
14 #include <isl/stream.h>
17 struct isl_options *isl; member in struct:options
23 ISL_ARG_CHILD(struct options, isl, "isl", &isl_options_args, "isl options")
bound.c 2 #include <isl/stream.h>
4 #include <isl/polynomial.h>
6 #include <isl/val.h>
7 #include <isl/options.h>
10 struct isl_options *isl; member in struct:bound_options
17 ISL_ARG_CHILD(struct bound_options, isl, "isl", &isl_options_args,
18 "isl options")
codegen.c 23 #include <isl/ast.h>
24 #include <isl/ast_build.h>
25 #include <isl/options.h>
26 #include <isl/space.h>
27 #include <isl/set.h>
28 #include <isl/union_set.h>
29 #include <isl/union_map.h>
30 #include <isl/stream.h>
31 #include <isl/schedule_node.h>
34 struct isl_options *isl; member in struct:options
    [all...]
isl_test_cpp-checked.cc 14 #include <isl/options.h>
15 #include <isl/cpp-checked.h>
17 namespace isl { using namespace checked; } namespace
29 static void assert_impl(isl::boolean condition, const char *file, int line,
37 static int size_val(isl::size s)
51 * We check in detail the following parts of the isl::boolean class:
53 * are called on a true, false, or error instance of isl::boolean,
61 void test_return_bool(isl::ctx ctx)
63 isl::set empty(ctx, "{ : false }");
64 isl::set univ(ctx, "{ : }")
    [all...]
pip.c 13 #include <isl/aff.h>
14 #include <isl/set.h>
19 #include <isl/printer.h>
22 #include <isl/options.h>
42 struct isl_options *isl; member in struct:options
57 ISL_ARG_CHILD(struct options, isl, "isl", &isl_options_args, "isl options")
  /src/external/gpl3/binutils/dist/opcodes/
nfp-dis.c 2573 int isl = menum_linear >> 3; local
2583 mecfg = &priv->mecfgs[isl][menum][1];
2609 size_t isl, menum; local
2614 isl = SHI_NFP_IREG_ISLAND (sec->sh_info);
2654 if (isl >= _NFP_ISLAND_MAX || menum >= _NFP_ME_MAX)
2657 mecfg = &priv->mecfgs[isl][menum][is_for_text];
2679 size_t isl; local
2716 isl = SHI_NFP_IREG_ISLAND (sec->sh_info);
2717 if ((sec_order < mecfg_orders[isl][is_for_text]))
2721 mecfg_orders[isl][is_for_text] = sec_order
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
nfp-dis.c 2573 int isl = menum_linear >> 3; local
2583 mecfg = &priv->mecfgs[isl][menum][1];
2609 size_t isl, menum; local
2614 isl = SHI_NFP_IREG_ISLAND (sec->sh_info);
2654 if (isl >= _NFP_ISLAND_MAX || menum >= _NFP_ME_MAX)
2657 mecfg = &priv->mecfgs[isl][menum][is_for_text];
2679 size_t isl; local
2716 isl = SHI_NFP_IREG_ISLAND (sec->sh_info);
2717 if ((sec_order < mecfg_orders[isl][is_for_text]))
2721 mecfg_orders[isl][is_for_text] = sec_order
    [all...]
  /src/external/gpl3/gdb.old/dist/opcodes/
nfp-dis.c 2573 int isl = menum_linear >> 3; local
2583 mecfg = &priv->mecfgs[isl][menum][1];
2609 size_t isl, menum; local
2614 isl = SHI_NFP_IREG_ISLAND (sec->sh_info);
2654 if (isl >= _NFP_ISLAND_MAX || menum >= _NFP_ME_MAX)
2657 mecfg = &priv->mecfgs[isl][menum][is_for_text];
2679 size_t isl; local
2716 isl = SHI_NFP_IREG_ISLAND (sec->sh_info);
2717 if ((sec_order < mecfg_orders[isl][is_for_text]))
2721 mecfg_orders[isl][is_for_text] = sec_order
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
nfp-dis.c 2573 int isl = menum_linear >> 3; local
2583 mecfg = &priv->mecfgs[isl][menum][1];
2609 size_t isl, menum; local
2614 isl = SHI_NFP_IREG_ISLAND (sec->sh_info);
2654 if (isl >= _NFP_ISLAND_MAX || menum >= _NFP_ME_MAX)
2657 mecfg = &priv->mecfgs[isl][menum][is_for_text];
2679 size_t isl; local
2716 isl = SHI_NFP_IREG_ISLAND (sec->sh_info);
2717 if ((sec_order < mecfg_orders[isl][is_for_text]))
2721 mecfg_orders[isl][is_for_text] = sec_order
    [all...]
  /src/external/mit/isl/dist/interface/
isl.py 10 isl = cdll.LoadLibrary(isl_dlname) variable
12 isl = cdll.LoadLibrary(find_library("isl")) variable
22 ptr = isl.isl_ctx_alloc()
26 isl.isl_ctx_free(self)
41 isl.isl_ctx_alloc.restype = c_void_p
42 isl.isl_ctx_free.argtypes = [Context]
43 isl.isl_id_alloc.restype = c_void_p
44 isl.isl_id_alloc.argtypes = [Context, c_char_p, py_object]
45 isl.isl_id_set_free_user.restype = c_void_
    [all...]

Completed in 62 milliseconds