| /src/external/mit/isl/dist/ |
| isl_morph.h | 25 * "map" is an affine mapping from "dom" to "ran" 32 isl_basic_set *ran; member in struct:isl_morph 42 __isl_take isl_basic_set *dom, __isl_take isl_basic_set *ran,
|
| isl_factorization.c | 103 isl_basic_set *ran; local 121 ran = isl_basic_set_universe(space); 122 morph = isl_morph_alloc(dom, ran, Q, U);
|
| isl_morph.c | 32 __isl_take isl_basic_set *dom, __isl_take isl_basic_set *ran, 37 if (!dom || !ran || !map || !inv) 46 morph->ran = ran; 53 isl_basic_set_free(ran); 74 isl_basic_set_copy(morph->ran), 98 isl_basic_set_free(morph->ran); 138 isl_space *dom, *ran, *space; local 157 ran = isl_morph_get_ran_space(morph); 158 space = isl_space_map_from_domain_and_range(dom, ran); 487 isl_basic_set *dom, *ran; local 577 isl_basic_set *dom, *ran; local 688 isl_basic_set *ran; local 719 isl_basic_set *dom, *ran; local [all...] |
| isl_flow.c | 873 isl_set *ran; local 884 ran = isl_map_range(isl_map_copy(T)); 888 isl_set_copy(ran))); 892 ran); 1247 isl_set *ran; local 1260 ran = isl_map_range(isl_map_copy(T)); 1263 mustdo = isl_set_subtract(mustdo, isl_set_copy(ran)); 1264 maydo = isl_set_union_disjoint(maydo, ran);
|
| isl_input.c | 1814 isl_space *space, *ran; local 1819 ran = read_tuple_space(s, v, isl_space_copy(params), 1, 1, 1821 space = isl_space_unwrap(isl_space_product(space, ran));
|
| isl_space.c | 1609 isl_space *ran, *dom1, *dom2, *nest; local 1618 ran = isl_space_range(isl_space_copy(left)); 1624 return isl_space_join(isl_space_reverse(nest), ran); 3168 isl_space *dom, *ran; local 3178 ran = isl_space_unwrap(isl_space_range(space)); 3181 ran_dom = isl_space_domain(isl_space_copy(ran)); 3182 ran_ran = isl_space_range(ran); 3185 ran = isl_space_join(isl_space_from_domain(dom_ran), 3188 isl_space_from_range(isl_space_wrap(ran))); 3207 isl_space *dom, *ran; local 3281 isl_space *dom, *ran; local [all...] |
| isl_transitive_closure.c | 853 * element from ran R \times Z, such that the first n coordinates of the 865 * x in dom R and x + d in ran R and 971 * with domain and/or range outside of dom and ran. 974 __isl_keep isl_set *dom, __isl_keep isl_set *ran) 981 if (d < 0 || !dom || !ran) 1000 subset = isl_set_is_subset(s, ran); 1022 * ran map_i \cap dom map_j = \emptyset 1029 * ran map_j \subseteq C 1033 * dom map_i \cap ran map_j = \emptyset 1042 isl_set **dom, isl_set **ran, int *left, int *right 1312 isl_set **ran = NULL; local [all...] |
| isl_scheduler.c | 1164 isl_set *dom, *ran; local 1171 ran = isl_set_copy(dst->hull); 1173 ran = isl_set_universe(isl_space_copy(dst->space)); 1175 return isl_map_from_domain_and_range(dom, ran);
|
| isl_union_map.c | 3370 /* Check whether the maps in umap that map to subsets of "ran" 3373 static isl_bool plain_injective_on_range_wrap(__isl_keep isl_set *ran, 3379 dim = isl_set_dim(ran, isl_dim_set); 3385 isl_union_set_from_set(isl_set_copy(ran))); 3399 isl_union_set *ran; local 3408 ran = isl_union_map_range(univ); 3410 in = union_map_forall_user(ran, &plain_injective_on_range_wrap, umap); 3412 isl_union_set_free(ran);
|
| isl_aff.c | 9190 isl_union_set *dom, *ran; local 9194 ran = isl_union_set_from_set(isl_set_universe(space)); 9205 return isl_union_map_from_domain_and_range(dom, ran);
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| background_thread.c | 89 bool ran = false; local 93 ran = true; 96 if (ran) {
|
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| background_thread.c | 90 bool ran = false; local 94 ran = true; 97 if (ran) {
|
| /src/external/gpl3/gdb/dist/gdbsupport/ |
| selftest.cc | 74 int ran = 0; local 99 ++ran; 121 debug_printf (_("Ran %d unit tests, %zu failed\n"), 122 ran, failed.size ());
|
| /src/external/gpl3/gdb.old/dist/gdbsupport/ |
| selftest.cc | 74 int ran = 0; local 99 ++ran; 121 debug_printf (_("Ran %d unit tests, %zu failed\n"), 122 ran, failed.size ());
|
| /src/external/lgpl3/gmp/dist/mpn/generic/ |
| random2.c | 51 mp_limb_t ran, ranm; /* buffer for random bits */ local 57 ran = ranm; 60 bit_pos = ran % GMP_NUMB_BITS;
|
| /src/external/lgpl3/mpfr/dist/tests/ |
| random2.c | 46 mp_limb_t elimb, ran, acc; local 75 ran = elimb; 79 ran >>= MPFR_LOG2_GMP_NUMB_BITS; /* Ideally log2(GMP_NUMB_BITS) */ 82 /* Bit 0 of ran chooses string of ones/string of zeroes. 83 Make most significant limb be non-zero by setting bit 0 of RAN. */ 84 ran |= 1; 93 ran = elimb; 97 nb = (ran >> 1) % (1 << LOGBITS_PER_BLOCK) + 1; 98 if ((ran & 1) != 0) 127 ran >>= LOGBITS_PER_BLOCK + 1 [all...] |
| /src/games/adventure/ |
| wizard.c | 156 ran(int range) function
|
| /src/external/lgpl3/gmp/dist/tests/mpn/ |
| t-minvert.c | 66 mp_limb_t ran; local 133 scratch[itch] = ran = urandom (); 141 if (rres != tres || (rres == 1 && !mpz_eq_mpn (tp, n, r)) || ran != scratch[itch]) 152 if (ran != scratch[itch])
|
| t-bdiv.c | 141 mp_limb_t ran; local 235 ran = random_word (rands); 297 scratch[itch] = ran; 302 ASSERT_ALWAYS (ran == scratch[itch]); 319 scratch[itch] = ran; 324 ASSERT_ALWAYS (ran == scratch[itch]); 336 scratch[itch] = ran; 339 ASSERT_ALWAYS (ran == scratch[itch]);
|
| t-div.c | 137 mp_limb_t ran; local 255 ran = urandom (); 296 scratch[itch] = ran; 301 ASSERT_ALWAYS (ran == scratch[itch]); 311 scratch[itch] = ran; 314 ASSERT_ALWAYS (ran == scratch[itch]); 321 scratch[itch] = ran; 327 ASSERT_ALWAYS (ran == scratch[itch]); 332 scratch[itch] = ran; 335 ASSERT_ALWAYS (ran == scratch[itch]) [all...] |
| /src/games/sail/ |
| dr_2.c | 180 int row, col, dir, total, ran; local 192 ran = range(ship, to); 193 total = -50 * ran; 194 if (ran < 4 && gunsbear(ship, to)) 196 if ((ran = portside(ship, to, 1) - fp->dir) == 4 || ran == -4)
|
| /src/external/gpl2/gmake/dist/ |
| remake.c | 803 int ran = file->command_state == cs_running; 815 or won when they ran (i.e. status is 0). */ 838 /* Pretend we ran a real touch command, to suppress the 843 to the double-colon entries). Simply setting ran=1 would 854 if ((ran && !file->phony) || touched) 858 /* If -n, -t, or -q and all the commands are recursive, we ran them so 905 if (ran && file->update_status != -1) 916 if (ran && !d->file->phony) 799 int ran = file->command_state == cs_running; local
|
| /src/usr.sbin/rtadvd/ |
| rtadvd.c | 393 struct rainfo *rai, *ran; local 420 TAILQ_FOREACH_SAFE(rai, &ralist, next, ran) {
|
| /src/external/bsd/dhcpcd/dist/src/ |
| ipv6nd.c | 701 struct ra *rap, *ran; local 718 TAILQ_FOREACH_SAFE(rap, ifp->ctx->ra_routers, next, ran) { 1703 struct ra *rap, *ran; local 1723 TAILQ_FOREACH_SAFE(rap, ifp->ctx->ra_routers, next, ran) { 1880 struct ra *rap, *ran; local 1887 TAILQ_FOREACH_SAFE(rap, ifp->ctx->ra_routers, next, ran) {
|