Searched refs:signs (Results 1 - 24 of 24) sorted by relevance

/haiku-buildtools/isl/
H A Disl_range.h6 __isl_keep isl_qpolynomial *poly, int *signs, int sign);
H A Disl_range.c10 int *signs; member in struct:range_data
29 __isl_keep isl_qpolynomial *poly, int sign, int *signs)
56 data_m.signs = signs;
119 s = has_sign(bset, diff, 1, data->signs);
125 s = has_sign(bset, diff, -1, data->signs);
172 int *signs; member in struct:isl_fixed_sign_data
178 * The sign is determined based on the signs of the parameters
179 * and variables in data->signs. The integer divisions, if
203 if (data->signs[
28 has_sign(__isl_keep isl_basic_set *bset, __isl_keep isl_qpolynomial *poly, int sign, int *signs) argument
231 isl_qpolynomial_terms_of_sign( __isl_keep isl_qpolynomial *poly, int *signs, int sign) argument
[all...]
H A Disl_map_private.h313 unsigned first, unsigned n, int *signs);
315 int (*fn)(__isl_take isl_set *orthant, int *signs, void *user),
H A Disl_polynomial.c4668 * one over the given orthant (identified by "signs"). This ensures
4683 int *signs)
4711 if (isl_int_sgn(row[2 + j]) * signs[j] >= 0)
4713 if (signs[j] < 0)
4757 /* Appoximate data->qp by a polynomial on the orthant identified by "signs".
4765 static int to_polynomial_on_orthant(__isl_take isl_set *orthant, int *signs, argument
4773 qp = make_divs_pos(qp, signs);
4775 up = isl_qpolynomial_terms_of_sign(qp, signs, data->sign);
4777 down = isl_qpolynomial_terms_of_sign(qp, signs, -data->sign);
4682 make_divs_pos(__isl_take isl_qpolynomial *qp, int *signs) argument
H A Disl_map.c7628 static int foreach_orthant(__isl_take isl_set *set, int *signs, int first, argument
7629 int len, int (*fn)(__isl_take isl_set *orthant, int *signs, void *user),
7641 return fn(set, signs, user);
7643 signs[first] = 1;
7647 if (foreach_orthant(half, signs, first + 1, len, fn, user) < 0)
7650 signs[first] = -1;
7654 return foreach_orthant(half, signs, first + 1, len, fn, user);
7662 * by the signs array, with each entry having value 1 or -1 according
7666 int (*fn)(__isl_take isl_set *orthant, int *signs, void *user),
7671 int *signs; local
7665 isl_set_foreach_orthant(__isl_keep isl_set *set, int (*fn)(__isl_take isl_set *orthant, int *signs, void *user), void *user) argument
9866 isl_basic_set_vars_get_sign(__isl_keep isl_basic_set *bset, unsigned first, unsigned n, int *signs) argument
9922 isl_basic_set_dims_get_sign(__isl_keep isl_basic_set *bset, enum isl_dim_type type, unsigned first, unsigned n, int *signs) argument
[all...]
/haiku-buildtools/gcc/mpc/tests/
H A Dread_data.c439 known_signs_t *signs, mpc_ptr op, mpc_rnd_t *rnd)
444 read_mpc (fp, expected, signs);
465 known_signs_t *signs, mpc_ptr op1, mpc_ptr op2, mpc_rnd_t *rnd)
470 read_mpc (fp, expected, signs);
482 known_signs_t *signs, mpc_ptr op1, mpc_ptr op2, mpc_ptr op3,
488 read_mpc (fp, expected, signs);
499 known_signs_t *signs, mpfr_ptr op1, mpc_ptr op2, mpc_rnd_t *rnd)
504 read_mpc (fp, expected, signs);
514 known_signs_t *signs, mpc_ptr op1, mpfr_ptr op2, mpc_rnd_t *rnd)
519 read_mpc (fp, expected, signs);
438 read_cc(FILE *fp, int *inex_re, int *inex_im, mpc_ptr expected, known_signs_t *signs, mpc_ptr op, mpc_rnd_t *rnd) argument
464 read_ccc(FILE *fp, int *inex_re, int *inex_im, mpc_ptr expected, known_signs_t *signs, mpc_ptr op1, mpc_ptr op2, mpc_rnd_t *rnd) argument
481 read_cccc(FILE *fp, int *inex_re, int *inex_im, mpc_ptr expected, known_signs_t *signs, mpc_ptr op1, mpc_ptr op2, mpc_ptr op3, mpc_rnd_t *rnd) argument
498 read_cfc(FILE *fp, int *inex_re, int *inex_im, mpc_ptr expected, known_signs_t *signs, mpfr_ptr op1, mpc_ptr op2, mpc_rnd_t *rnd) argument
513 read_ccf(FILE *fp, int *inex_re, int *inex_im, mpc_ptr expected, known_signs_t *signs, mpc_ptr op1, mpfr_ptr op2, mpc_rnd_t *rnd) argument
528 read_ccu(FILE *fp, int *inex_re, int *inex_im, mpc_ptr expected, known_signs_t *signs, mpc_ptr op1, unsigned long int *op2, mpc_rnd_t *rnd) argument
543 read_ccs(FILE *fp, int *inex_re, int *inex_im, mpc_ptr expected, known_signs_t *signs, mpc_ptr op1, long int *op2, mpc_rnd_t *rnd) argument
670 known_signs_t signs; local
[all...]
/haiku-buildtools/gcc/gcc/testsuite/objc.dg/gnu-encoding/
H A Dstruct-layout-encoding-1_generate.c488 int signs = 0; local
504 signs = generate_random () & 3;
511 (signs & 1) ? "-" : "", l1, l1 > 2147483647 ? "LL" : "",
512 (signs & 2) ? "-" : "", l2, l2 > 2147483647 ? "LL" : "");
526 signs = generate_random () & 3;
527 fprintf (outfile, "%s%f,%s%f", (signs & 1) ? "-" : "",
528 ((double) l1) / 64, (signs & 2) ? "-" : "", ((double) l2) / 64);
531 signs = generate_random () & 3;
535 (signs & 1) ? "-" : "", l1, l1 > 2147483647 ? "LL" : "",
536 (signs
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/compat/
H A Dstruct-layout-1_generate.c1047 int signs = 0; local
1068 signs = generate_random () & 3;
1075 (signs & 1) ? "-" : "", l1, l1 > 2147483647 ? "LL" : "",
1076 (signs & 2) ? "-" : "", l2, l2 > 2147483647 ? "LL" : "");
1091 signs = generate_random () & 3;
1092 fprintf (outfile, "%s%f,%s%f", (signs & 1) ? "-" : "",
1093 ((double) l1) / 64, (signs & 2) ? "-" : "", ((double) l2) / 64);
1099 signs = generate_random () & 3;
1114 (signs & 1) ? "-" : "", ((double) l1) / 64, DEC_SUFFIX[suffix],
1115 (signs
[all...]
/haiku-buildtools/gcc/gmp/mpn/x86/pentium/mmx/
H A Dmul_1.asm245 C The m signs calculated in %mm3 are a loop invariant and could be held in
259 C %mm2 (adjust for m using x signs)
260 C %mm3 (adjust for x using m signs)
292 psraw $15, %mm3 C m signs
294 pand -8(%esi,%ecx,4), %mm3 C x selected by m signs
295 psraw $15, %mm2 C x signs
298 pand %mm7, %mm2 C m selected by x signs
/haiku-buildtools/gcc/mpfr/src/
H A Dzeta.c66 /* since s is positive and the tc[i] have alternate signs,
337 int signs = MPFR_SIGN(s); local
343 if ((rnd_mode == MPFR_RNDU || rnd_mode == MPFR_RNDZ) && signs < 0)
348 else if (rnd_mode == MPFR_RNDD && signs > 0)
360 inex = (signs > 0) ? 1 : -1;
/haiku-buildtools/gcc/gcc/
H A Dtree-vect-generic.c217 tree low_bits, high_bits, a_low, b_low, result_low, signs; local
226 signs = gimplify_build2 (gsi, BIT_XOR_EXPR, word_type, a, b);
233 signs = gimplify_build1 (gsi, BIT_NOT_EXPR, word_type, signs);
236 signs = gimplify_build2 (gsi, BIT_AND_EXPR, word_type, signs, high_bits);
238 return gimplify_build2 (gsi, BIT_XOR_EXPR, word_type, result_low, signs);
249 tree low_bits, high_bits, b_low, result_low, signs; local
258 signs = gimplify_build1 (gsi, BIT_NOT_EXPR, word_type, b);
259 signs
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/compat/
H A Dstruct-layout-1_generate.c776 int signs = 0; local
792 signs = generate_random () & 3;
799 (signs & 1) ? "-" : "", l1, l1 > 2147483647 ? "LL" : "",
800 (signs & 2) ? "-" : "", l2, l2 > 2147483647 ? "LL" : "");
815 signs = generate_random () & 3;
816 fprintf (outfile, "%s%f,%s%f", (signs & 1) ? "-" : "",
817 ((double) l1) / 64, (signs & 2) ? "-" : "", ((double) l2) / 64);
/haiku-buildtools/legacy/gcc/gcc/config/m68k/
H A Dlb1sf68.asm689 | The situation now is as follows: the signs are combined in a0, the
940 | the signs in a4.
944 exg d7,a0 | get the signs
958 eorl d7,d6 | compare the signs
959 bmi Lsubdf$0 | if the signs are different we have
2167 movel d0,d6 | copy signs into d6 (a) and d7(b)
2168 bclr IMM (31),d0 | and clear signs in d0 and d2
2185 | Check the signs
2188 | If the signs are not equal check if a >= 0
2193 | If the signs ar
[all...]
/haiku-buildtools/gcc/libgcc/config/m68k/
H A Dlb1sf68.S829 | The situation now is as follows: the signs are combined in a0, the
1080 | the signs in a4.
1084 exg d7,a0 | get the signs
1098 eorl d7,d6 | compare the signs
1099 bmi Lsubdf$0 | if the signs are different we have
2315 movel d0,d6 | copy signs into d6 (a) and d7(b)
2316 bclr IMM (31),d0 | and clear signs in d0 and d2
2333 | Check the signs
2336 | If the signs are not equal check if a >= 0
2341 | If the signs ar
[all...]
/haiku-buildtools/gcc/libgcc/config/arc/ieee-754/
H A Daddsf3.S123 ; If both inputs are inf, but with different signs, the result is NaN.
H A Dadddf3.S134 ; If both inputs are inf, but with different signs, the result is NaN.
/haiku-buildtools/gcc/gcc/testsuite/go.test/test/
H A Ddivmod.go436 // signed divide and mod: do unsigned and adjust signs.
/haiku-buildtools/isl/include/isl/
H A Dset.h244 enum isl_dim_type type, unsigned pos, unsigned n, int *signs);
/haiku-buildtools/isl/doc/
H A Dimplementation.tex565 of the signs of affine expressions. In particular, if the expression
599 positive side, we will have fewer negative and indeterminate signs,
601 affect any number of rows meaning that the effect on the signs
/haiku-buildtools/gcc/gcc/config/arm/
H A Dneon.ml681 (* Immediate left-shift, don't care about signs. *)
/haiku-buildtools/legacy/gcc/texinfo/doc/
H A Dtexinfo.tex855 % We can't do anything about stray @-signs, unfortunately;
/haiku-buildtools/legacy/gcc/texinfo/
H A Dtexinfo.tex831 % We can't do anything about stray @-signs, unfortunately;
/haiku-buildtools/legacy/autoconf/
H A Dtexinfo.tex890 % We can't do anything about stray @-signs, unfortunately;
/haiku-buildtools/legacy/gcc/gcc/
H A Dtexinfo.tex876 % We can't do anything about stray @-signs, unfortunately;

Completed in 330 milliseconds