Searched refs:exact (Results 1 - 25 of 84) sorted by relevance

1234

/haiku-buildtools/isl/
H A Dclosure.c10 int exact; local
19 map = isl_map_transitive_closure(map, &exact);
20 if (!exact)
21 printf("# NOT exact\n");
H A Disl_transitive_closure.c96 * The approximation is exact if
114 int exact; local
124 exact = isl_map_is_subset(app_1, map);
127 if (!exact || exact < 0) {
130 return exact;
137 exact = isl_map_is_subset(app_2, app_1);
142 return exact;
160 * Otherwise, we check if the power is exact.
170 int exact; local
850 construct_component(__isl_take isl_space *dim, __isl_keep isl_map *map, int *exact, int project) argument
898 construct_projected_component( __isl_take isl_space *dim, __isl_keep isl_map *map, int *exact, int project) argument
922 q_closure(__isl_take isl_space *dim, __isl_take isl_set *dom, __isl_keep isl_basic_map *bmap, int *exact) argument
1136 compute_incremental( __isl_take isl_space *dim, __isl_keep isl_map *map, int i, __isl_take isl_map *qc, int *left, int *right, int *exact) argument
1280 incremental_closure(__isl_take isl_space *dim, __isl_keep isl_map *map, int *exact, int project) argument
1506 floyd_warshall_iterate(isl_map ***grid, int n, int *exact) argument
1556 floyd_warshall_with_groups(__isl_take isl_space *dim, __isl_keep isl_map *map, int *exact, int project, int *group, int n) argument
1695 floyd_warshall(__isl_take isl_space *dim, __isl_keep isl_map *map, int *exact, int project) argument
1836 construct_power_components(__isl_take isl_space *dim, __isl_keep isl_map *map, int *exact, int project) argument
1944 construct_power(__isl_keep isl_map *map, int *exact, int project) argument
1976 map_power(__isl_take isl_map *map, int *exact, int project) argument
2010 isl_map_power(__isl_take isl_map *map, int *exact) argument
2064 isl_map_reaching_path_lengths(__isl_take isl_map *map, int *exact) argument
2477 box_closure_with_check(__isl_take isl_map *map, int *exact) argument
2508 transitive_closure_omega(__isl_take isl_map *map, int *exact) argument
2566 isl_map_transitive_closure(__isl_take isl_map *map, int *exact) argument
2637 union_floyd_warshall_on_list(isl_ctx *ctx, __isl_keep isl_basic_map **list, int n, int *exact) argument
2717 union_floyd_warshall( __isl_take isl_union_map *umap, int *exact) argument
2764 union_components( __isl_take isl_union_map *umap, int *exact) argument
2864 isl_union_map_transitive_closure( __isl_take isl_union_map *umap, int *exact) argument
2891 int *exact; member in struct:isl_union_power
2945 isl_union_map_power(__isl_take isl_union_map *umap, int *exact) argument
[all...]
H A Dbound.c51 int exact; member in struct:verify_point_bound
121 if (vpb->exact && bounded)
180 __isl_take isl_pw_qpolynomial_fold *bound, int exact,
211 vpb.exact = exact;
246 int exact; local
270 pwf = isl_pw_qpolynomial_fold_bound(pwf, &exact);
274 r = check_solution(copy, pwf, exact, options);
276 if (!exact)
277 printf("# NOT exact\
179 check_solution(__isl_take isl_pw_qpolynomial_fold *pwf, __isl_take isl_pw_qpolynomial_fold *bound, int exact, struct bound_options *options) argument
[all...]
/haiku-buildtools/legacy/autoconf/testsuite/autoconf.s/
H A Ddefines.exp34 if {[lsearch -exact $defines $u] != -1} {
45 if {[lsearch -exact $undefs $d] != -1} {
/haiku-buildtools/gcc/mpfr/src/
H A Dhypot.c32 int inexact, exact; local
108 mpfr_abs (z, x, rnd_mode); /* exact */
153 exact = mpfr_mul_2si (te, x, sh, MPFR_RNDZ);
154 exact |= mpfr_mul_2si (ti, y, sh, MPFR_RNDZ);
155 exact |= mpfr_sqr (te, te, MPFR_RNDZ);
157 exact |= mpfr_fma (t, ti, ti, te, MPFR_RNDZ);
158 exact |= mpfr_sqrt (t, t, MPFR_RNDZ);
161 if (MPFR_LIKELY (exact == 0
173 MPFR_ASSERTD (exact == 0 || inexact != 0);
180 exact inexac
[all...]
H A Dstrtofr.c227 (ie NAN and INF are exact) */
453 int count, exact; local
522 /* exact means that the number of limbs of the output of mpn_set_str
524 exact = real_ysize <= ysize;
525 if (exact) /* shift y to the left in that case y should be exact */
549 exact = mpn_rshift (y, y, real_ysize, GMP_NUMB_BITS - count) ==
607 exact = exact && (err == -1);
609 /* If exact i
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20011229-1.c34 int exact; member in struct:s4::mc_
73 if ((buffer[0] & mask) == test && penum->mask_color.exact)
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/special/
H A Dmips-abi.exp54 if {[lsearch -exact $abis $arg] >= 0} {
/haiku-buildtools/gcc/gcc/testsuite/lib/
H A Dgnat-dg.exp22 set idx [lsearch -exact $var $value]
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/fixedbugs/
H A Dbug120.go52 println("\twant exact:", strconv.FormatFloat(x, 'g', 1000, 64))
53 println("\tgot exact: ", strconv.FormatFloat(t.f, 'g', 1000, 64))
/haiku-buildtools/gcc/libgcc/config/libbid/
H A Dbid64_sqrt.c34 * - in parallel, check for exact case and return if true
222 int digits, scale, exponent_q = 0, exact = 1, amount, extra_digits; local
302 // check for exact result
327 exact = 0;
336 exact = 0;
350 exact = 0;
357 if (exact) {
364 exact = 0;
405 if (exact) {
407 exact
[all...]
/haiku-buildtools/gcc/gmp/mpn/alpha/ev6/
H A Dadd_n.asm84 beq r5, $fix5f C U0 fix exact zero
91 beq r8, $fix6f C U1 fix exact zero
112 beq r7, $fix7 C U0 fix exact 0
121 beq r2, $fix0 C U1 fix exact zero
132 beq r5, $fix1 C U0 fix exact zero
141 beq r8, $fix2 C U1 fix exact zero
152 beq r7, $fix3 C U0 fix exact 0
161 beq r2, $fix4 C U1 fix exact zero
172 beq r5, $fix5 C U0 fix exact zero
181 beq r8, $fix6 C U1 fix exact zer
[all...]
H A Dsub_n.asm84 beq r5, $fix5f C U0 fix exact zero
91 beq r8, $fix6f C U1 fix exact zero
112 beq r7, $fix7 C U0 fix exact 0
121 beq r2, $fix0 C U1 fix exact zero
132 beq r5, $fix1 C U0 fix exact zero
141 beq r8, $fix2 C U1 fix exact zero
152 beq r7, $fix3 C U0 fix exact 0
161 beq r2, $fix4 C U1 fix exact zero
172 beq r5, $fix5 C U0 fix exact zero
181 beq r8, $fix6 C U1 fix exact zer
[all...]
/haiku-buildtools/binutils/libiberty/
H A Dgetopt.c504 or is an exact match for some defined option. If they have an
651 int exact = 0;
659 /* Test all long options for either exact match
670 exact = 1;
684 if (ambig && !exact)
809 int exact = 0;
848 /* Test all long options for either exact match
858 exact = 1;
871 if (ambig && !exact)
647 int exact = 0; local
805 int exact = 0; local
/haiku-buildtools/gcc/libiberty/
H A Dgetopt.c504 or is an exact match for some defined option. If they have an
651 int exact = 0;
659 /* Test all long options for either exact match
670 exact = 1;
684 if (ambig && !exact)
809 int exact = 0;
848 /* Test all long options for either exact match
858 exact = 1;
871 if (ambig && !exact)
647 int exact = 0; local
805 int exact = 0; local
/haiku-buildtools/legacy/binutils/libiberty/
H A Dgetopt.c504 or is an exact match for some defined option. If they have an
651 int exact = 0;
659 /* Test all long options for either exact match
670 exact = 1;
684 if (ambig && !exact)
809 int exact = 0;
848 /* Test all long options for either exact match
858 exact = 1;
871 if (ambig && !exact)
647 int exact = 0; local
805 int exact = 0; local
/haiku-buildtools/legacy/gcc/libiberty/
H A Dgetopt.c499 or is an exact match for some defined option. If they have an
650 int exact = 0;
658 /* Test all long options for either exact match
669 exact = 1;
683 if (ambig && !exact)
808 int exact = 0;
847 /* Test all long options for either exact match
857 exact = 1;
870 if (ambig && !exact)
646 int exact = 0; local
804 int exact = 0; local
/haiku-buildtools/legacy/gcc/texinfo/lib/
H A Dgetopt.c489 or is an exact match for some defined option. If they have an
640 int exact = 0;
648 /* Test all long options for either exact match
659 exact = 1;
673 if (ambig && !exact)
796 int exact = 0;
835 /* Test all long options for either exact match
845 exact = 1;
858 if (ambig && !exact)
636 int exact = 0; local
792 int exact = 0; local
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/graphite/
H A Dgraphite.exp29 set idx [lsearch -exact $var $value]
/haiku-buildtools/legacy/gcc/texinfo/libtxi/
H A Dgetopt.c357 or is an exact match for some defined option. If they have an
488 int exact = 0;
496 /* Test all long options for either exact match
506 exact = 1;
520 if (ambig && !exact)
484 int exact = 0; local
/haiku-buildtools/gcc/gmp/mpn/lisp/
H A Dgmpasm-mode.el340 '(gmpasm-comment . exact)))
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-mips-elf/
H A Dmips-elf-flags.exp78 if {[lsearch -exact $gotflags $flag] < 0} {
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/graphite/
H A Dgraphite.exp29 set idx [lsearch -exact $var $value]
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/graphite/
H A Dgraphite.exp29 set idx [lsearch -exact $var $value]
/haiku-buildtools/binutils/ld/testsuite/ld-mips-elf/
H A Dmips-elf-flags.exp85 if {[lsearch -exact $gotflags $flag] < 0} {

Completed in 245 milliseconds

1234