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

12

/netbsd-6-1-5-RELEASE/external/lgpl2/mpc/dist/tests/
H A Dread_data.c416 known_signs_t *signs, mpc_ptr op, mpc_rnd_t *rnd)
421 read_mpc (fp, expected, signs);
442 known_signs_t *signs, mpc_ptr op1, mpc_ptr op2, mpc_rnd_t *rnd)
447 read_mpc (fp, expected, signs);
459 known_signs_t *signs, mpc_ptr op1, mpc_ptr op2, mpc_ptr op3,
465 read_mpc (fp, expected, signs);
476 known_signs_t *signs, mpfr_ptr op1, mpc_ptr op2, mpc_rnd_t *rnd)
481 read_mpc (fp, expected, signs);
491 known_signs_t *signs, mpc_ptr op1, mpfr_ptr op2, mpc_rnd_t *rnd)
496 read_mpc (fp, expected, signs);
415 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
441 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
458 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
475 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
490 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
505 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
537 known_signs_t signs; local
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dtree-vect-generic.c151 tree low_bits, high_bits, a_low, b_low, result_low, signs; local
160 signs = gimplify_build2 (gsi, BIT_XOR_EXPR, word_type, a, b);
167 signs = gimplify_build1 (gsi, BIT_NOT_EXPR, word_type, signs);
170 signs = gimplify_build2 (gsi, BIT_AND_EXPR, word_type, signs, high_bits);
172 return gimplify_build2 (gsi, BIT_XOR_EXPR, word_type, result_low, signs);
183 tree low_bits, high_bits, b_low, result_low, signs; local
192 signs = gimplify_build1 (gsi, BIT_NOT_EXPR, word_type, b);
193 signs
[all...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dtree-vect-generic.c151 tree low_bits, high_bits, a_low, b_low, result_low, signs; local
160 signs = gimplify_build2 (bsi, BIT_XOR_EXPR, word_type, a, b);
167 signs = gimplify_build1 (bsi, BIT_NOT_EXPR, word_type, signs);
170 signs = gimplify_build2 (bsi, BIT_AND_EXPR, word_type, signs, high_bits);
172 return gimplify_build2 (bsi, BIT_XOR_EXPR, word_type, result_low, signs);
183 tree low_bits, high_bits, b_low, result_low, signs; local
192 signs = gimplify_build1 (bsi, BIT_NOT_EXPR, word_type, b);
193 signs
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/objc.dg/gnu-encoding/
H A Dstruct-layout-encoding-1_generate.c482 int signs = 0; local
498 signs = generate_random () & 3;
505 (signs & 1) ? "-" : "", l1, l1 > 2147483647 ? "LL" : "",
506 (signs & 2) ? "-" : "", l2, l2 > 2147483647 ? "LL" : "");
520 signs = generate_random () & 3;
521 fprintf (outfile, "%s%f,%s%f", (signs & 1) ? "-" : "",
522 ((double) l1) / 64, (signs & 2) ? "-" : "", ((double) l2) / 64);
525 signs = generate_random () & 3;
529 (signs & 1) ? "-" : "", l1, l1 > 2147483647 ? "LL" : "",
530 (signs
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/compat/
H A Dstruct-layout-1_generate.c1046 int signs = 0; local
1067 signs = generate_random () & 3;
1074 (signs & 1) ? "-" : "", l1, l1 > 2147483647 ? "LL" : "",
1075 (signs & 2) ? "-" : "", l2, l2 > 2147483647 ? "LL" : "");
1090 signs = generate_random () & 3;
1091 fprintf (outfile, "%s%f,%s%f", (signs & 1) ? "-" : "",
1092 ((double) l1) / 64, (signs & 2) ? "-" : "", ((double) l2) / 64);
1098 signs = generate_random () & 3;
1113 (signs & 1) ? "-" : "", ((double) l1) / 64, DEC_SUFFIX[suffix],
1114 (signs
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/gmp/dist/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
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/gcc.dg/compat/
H A Dstruct-layout-1_generate.c952 int signs = 0; local
968 signs = generate_random () & 3;
975 (signs & 1) ? "-" : "", l1, l1 > 2147483647 ? "LL" : "",
976 (signs & 2) ? "-" : "", l2, l2 > 2147483647 ? "LL" : "");
990 signs = generate_random () & 3;
991 fprintf (outfile, "%s%f,%s%f", (signs & 1) ? "-" : "",
992 ((double) l1) / 64, (signs & 2) ? "-" : "", ((double) l2) / 64);
995 signs = generate_random () & 3;
999 (signs & 1) ? "-" : "", l1, l1 > 2147483647 ? "LL" : "",
1000 (signs
[all...]
/netbsd-6-1-5-RELEASE/external/lgpl3/mpfr/dist/
H A Dzeta.c66 /* since s is positive and the tc[i] have alternate signs,
343 int signs = MPFR_SIGN(s); local
349 if ((rnd_mode == MPFR_RNDU || rnd_mode == MPFR_RNDZ) && signs < 0)
354 else if (rnd_mode == MPFR_RNDD && signs > 0)
366 inex = (signs > 0) ? 1 : -1;
/netbsd-6-1-5-RELEASE/sys/arch/hppa/spmath/
H A Dimpys.S206 b signs ; end of multiply
220 b signs ; negate product (if needed)
251 b signs ; end of multiply
297 signs: sub 0,pl,pl ; negate product if sign label
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.dg/compat/
H A Dstruct-layout-1_generate.c775 int signs = 0; local
791 signs = generate_random () & 3;
798 (signs & 1) ? "-" : "", l1, l1 > 2147483647 ? "LL" : "",
799 (signs & 2) ? "-" : "", l2, l2 > 2147483647 ? "LL" : "");
814 signs = generate_random () & 3;
815 fprintf (outfile, "%s%f,%s%f", (signs & 1) ? "-" : "",
816 ((double) l1) / 64, (signs & 2) ? "-" : "", ((double) l2) / 64);
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.dg/compat/
H A Dstruct-layout-1_generate.c759 int signs = 0; local
775 signs = generate_random () & 3;
782 (signs & 1) ? "-" : "", l1, l1 > 2147483647 ? "LL" : "",
783 (signs & 2) ? "-" : "", l2, l2 > 2147483647 ? "LL" : "");
797 signs = generate_random () & 3;
798 fprintf (outfile, "%s%f,%s%f", (signs & 1) ? "-" : "",
799 ((double) l1) / 64, (signs & 2) ? "-" : "", ((double) l2) / 64);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/m68k/
H A Dlb1sf68.asm829 | 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...]
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/m68k/
H A Dlb1sf68.asm760 | The situation now is as follows: the signs are combined in a0, the
1011 | the signs in a4.
1015 exg d7,a0 | get the signs
1029 eorl d7,d6 | compare the signs
1030 bmi Lsubdf$0 | if the signs are different we have
2243 movel d0,d6 | copy signs into d6 (a) and d7(b)
2244 bclr IMM (31),d0 | and clear signs in d0 and d2
2261 | Check the signs
2264 | If the signs are not equal check if a >= 0
2269 | If the signs ar
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/picochip/libgccExtras/
H A Ddivmodhi4.asm48 // sign), while the LSB will store the XOR of the two signs,
H A Ddivmodsi4.asm45 // the XOR of the two input's signs (i.e., the sign of the
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/tools/
H A Dcvs2cl.pl202 # In 'cvs log' output, one long unbroken line of equal signs separates
1948 See? When the bug happens, we'll get the line of equal signs below
1961 If the line of equal signs were one shorter, then the bug doesn't
/netbsd-6-1-5-RELEASE/sys/arch/m68k/060sp/dist/
H A Dpfpsp.s8411 mov.b SRC_EX(%a0),%d0 # exclusive or the signs
8435 mov.b SRC_EX(%a0),%d0 # exclusive or the signs
8452 mov.b SRC_EX(%a0),%d0 # exclusive or the signs
9177 mov.b DST_EX(%a1),%d1 # or of input signs.
9196 mov.b SRC_EX(%a0),%d0 # load both signs
9216 mov.b DST_EX(%a1),%d0 # load both signs
10299 # If you have a DENORM and a NORM with opposite signs, then use fcmp_norm, also.
10301 # (1) signs are (+) and the DENORM is the dst or
10302 # (2) signs are (-) and the DENORM is the src
10339 mov.b SRC_EX(%a0),%d0 # determine if like signs
[all...]
H A Dfpsp.s9725 # Step 1. Save and strip signs of X and Y: signX := sign(X), #
11979 mov.b SRC_EX(%a0),%d0 # exclusive or the signs
12003 mov.b SRC_EX(%a0),%d0 # exclusive or the signs
12020 mov.b SRC_EX(%a0),%d0 # exclusive or the signs
12745 mov.b DST_EX(%a1),%d1 # or of input signs.
12764 mov.b SRC_EX(%a0),%d0 # load both signs
12784 mov.b DST_EX(%a1),%d0 # load both signs
13867 # If you have a DENORM and a NORM with opposite signs, then use fcmp_norm, also.
13869 # (1) signs are (+) and the DENORM is the dst or
13870 # (2) signs ar
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/heimdal/dist/lib/hcrypto/libtommath/
H A Dbn.tex874 This will compare $a$ to the left of $b$. It will first compare the signs of the two mp\_int variables. If they
875 differ it will return immediately based on their signs. If the signs are equal then it will compare the digits
H A Dtommath.tex1506 signs are known to agree in advance.
1589 The first two steps compare the signs of the two inputs. If the signs do not agree then it can return right away with the appropriate
1590 comparison code. When the signs are equal the digits of the inputs must be compared to determine the correct result. In step
1601 The two if statements (lines 23 and 24) perform the initial sign comparison. If the signs are not the equal then which ever
1602 has the positive sign is larger. The inputs are compared (line 32) based on magnitudes. If the signs were both
1603 negative then the unsigned comparison is performed in the opposite direction (line 34). Otherwise, the signs are assumed to
/netbsd-6-1-5-RELEASE/sys/arch/vax/vax/
H A Demulate.S381 cmpl %r0,%r2 # if signs of operands are not equal
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Dneon.ml597 (* Immediate left-shift, don't care about signs. *)
/netbsd-6-1-5-RELEASE/sys/arch/mips/mips/
H A Dfp.S951 bne t0, ta0, 1f # if signs differ, subtract
1103 bne t0, ta0, 1f # if signs differ, subtract
/netbsd-6-1-5-RELEASE/sys/lib/libkern/arch/hppa/
H A Dmilli.S1768 sub 0,retreg,retreg ; based on operand signs
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/config/
H A Dtexinfo.tex2526 % We can't do anything about stray @-signs, unfortunately;

Completed in 626 milliseconds

12