HomeSort by: relevance | last modified time | path
    Searched refs:signs (Results 1 - 25 of 46) sorted by relevancy

1 2

  /src/external/mit/isl/dist/
isl_range.h 6 __isl_keep isl_qpolynomial *poly, int *signs, int sign);
isl_range.c 11 int *signs; member in struct:range_data
30 __isl_keep isl_qpolynomial *poly, int sign, int *signs)
57 data_m.signs = signs;
123 s = has_sign(bset, diff, 1, data->signs);
129 s = has_sign(bset, diff, -1, data->signs);
184 int *signs; member in struct:isl_fixed_sign_data
190 * The sign is determined based on the signs of the parameters
191 * and variables in data->signs. The integer divisions, if
215 if (data->signs[i] > 0
    [all...]
  /src/external/lgpl3/gmp/dist/mini-gmp/tests/
hex-random.c 164 unsigned signs; local
173 signs = gmp_urandomb_ui (state, 1);
174 if (signs & 1)
199 unsigned signs; local
211 signs = gmp_urandomb_ui (state, 3);
212 if (signs & 1)
214 if (signs & 2)
231 if (signs & 4)
242 if (signs & 4)
278 unsigned signs; local
378 unsigned signs; local
443 unsigned signs; local
480 unsigned signs; local
554 unsigned signs; local
    [all...]
  /src/usr.bin/make/unit-tests/
varmod-quote-dollar.mk 4 # and doubles dollar signs, to prevent them from being interpreted by a
varmod-subst.mk 270 # No matter how many dollar signs there are, they all get merged
278 # signs, except the one before the delimiter. That one is handled by
294 # Here is an alternative way to generate dollar signs.
varmod-loop.mk 36 # Demonstrate that it is possible to generate dollar signs using the
96 # VARE_EVAL_KEEP_DOLLAR_AND_UNDEFINED, which means that some dollar signs are
97 # preserved, but not all. The dollar signs in the top-level expression and in
100 # The modifier :@var@ does not preserve the dollar signs though, no
dep-var.mk 46 # For exactly this reason, it is not recommended to use dollar signs in
varmod-defined.mk 51 # error that is silently ignored. This makes all dollar signs disappear,
varmod-loop-varname.mk 82 # or two dollar signs, which were silently ignored.
var-op-expand.mk 33 # literal dollar signs
40 # reference to a variable containing literal dollar signs
  /src/crypto/external/apache2/openssl/dist/crypto/ml_dsa/
ml_dsa_sample.c 311 uint64_t signs; local
326 OPENSSL_load_u64_le(&signs, block);
354 out_c->coeff[index] = mod_sub(1, 2 * (signs & 1));
355 signs >>= 1; /* grab the next random bit */
  /src/external/lgpl3/gmp/dist/mpn/x86/pentium/mmx/
mul_1.asm 256 C The m signs calculated in %mm3 are a loop invariant and could be held in
270 C %mm2 (adjust for m using x signs)
271 C %mm3 (adjust for x using m signs)
303 psraw $15, %mm3 C m signs
305 pand -8(%esi,%ecx,4), %mm3 C x selected by m signs
306 psraw $15, %mm2 C x signs
309 pand %mm7, %mm2 C m selected by x signs
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fp_add_impl.inc 70 // have opposite signs, we are performing a subtraction; otherwise addition.
  /src/sys/arch/hppa/spmath/
impys.S 206 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
  /src/external/lgpl3/mpfr/dist/src/
zeta.c 68 /* since s is positive and the tc[i] have alternate signs,
483 int signs = MPFR_SIGN(s); local
489 if ((rnd_mode == MPFR_RNDU || rnd_mode == MPFR_RNDZ) && signs < 0)
494 else if (rnd_mode == MPFR_RNDD && signs > 0)
506 inex = (signs > 0) ? 1 : -1;
  /src/external/gpl3/gcc/dist/gcc/
tree-vect-generic.cc 235 tree low_bits, high_bits, a_low, b_low, result_low, signs; local
244 signs = gimplify_build2 (gsi, BIT_XOR_EXPR, word_type, a, b);
251 signs = gimplify_build1 (gsi, BIT_NOT_EXPR, word_type, signs);
254 signs = gimplify_build2 (gsi, BIT_AND_EXPR, word_type, signs, high_bits);
256 return gimplify_build2 (gsi, BIT_XOR_EXPR, word_type, result_low, signs);
269 tree low_bits, high_bits, b_low, result_low, signs; local
278 signs = gimplify_build1 (gsi, BIT_NOT_EXPR, word_type, b);
279 signs = gimplify_build2 (gsi, BIT_AND_EXPR, word_type, signs, high_bits)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
tree-vect-generic.cc 272 tree low_bits, high_bits, a_low, b_low, result_low, signs; local
281 signs = gimplify_build2 (gsi, BIT_XOR_EXPR, word_type, a, b);
288 signs = gimplify_build1 (gsi, BIT_NOT_EXPR, word_type, signs);
291 signs = gimplify_build2 (gsi, BIT_AND_EXPR, word_type, signs, high_bits);
293 return gimplify_build2 (gsi, BIT_XOR_EXPR, word_type, result_low, signs);
306 tree low_bits, high_bits, b_low, result_low, signs; local
315 signs = gimplify_build1 (gsi, BIT_NOT_EXPR, word_type, b);
316 signs = gimplify_build2 (gsi, BIT_AND_EXPR, word_type, signs, high_bits)
    [all...]
  /src/external/gpl3/gcc/lib/libgcc/arch/ia64/
defs.mk 7 G_LIB2ADD= ${GNUHOSTDIST}/libgcc/config/ia64/tf-signs.c ${GNUHOSTDIST}/libgcc/config/ia64/sfp-exceptions.c ${GNUHOSTDIST}/libgcc/soft-fp/addtf3.c ${GNUHOSTDIST}/libgcc/soft-fp/eqtf2.c ${GNUHOSTDIST}/libgcc/soft-fp/getf2.c ${GNUHOSTDIST}/libgcc/soft-fp/letf2.c ${GNUHOSTDIST}/libgcc/soft-fp/multf3.c ${GNUHOSTDIST}/libgcc/soft-fp/negtf2.c ${GNUHOSTDIST}/libgcc/soft-fp/subtf3.c ${GNUHOSTDIST}/libgcc/soft-fp/unordtf2.c ${GNUHOSTDIST}/libgcc/soft-fp/fixtfsi.c ${GNUHOSTDIST}/libgcc/soft-fp/fixunstfsi.c ${GNUHOSTDIST}/libgcc/soft-fp/floatsitf.c ${GNUHOSTDIST}/libgcc/soft-fp/floatunsitf.c ${GNUHOSTDIST}/libgcc/soft-fp/fixtfdi.c ${GNUHOSTDIST}/libgcc/soft-fp/fixunstfdi.c ${GNUHOSTDIST}/libgcc/soft-fp/floatditf.c ${GNUHOSTDIST}/libgcc/soft-fp/floatunditf.c ${GNUHOSTDIST}/libgcc/soft-fp/fixtfti.c ${GNUHOSTDIST}/libgcc/soft-fp/fixunstfti.c ${GNUHOSTDIST}/libgcc/soft-fp/floattitf.c ${GNUHOSTDIST}/libgcc/soft-fp/floatuntitf.c ${GNUHOSTDIST}/libgcc/soft-fp/fixsfbitint.c ${GNUHOSTDIST}/libgcc/soft-fp/floatbitintsf.c ${GNUHOSTDIST}/libgcc/soft-fp/fixdfbitint.c ${GNUHOSTDIST}/libgcc/soft-fp/floatbitintdf.c ${GNUHOSTDIST}/libgcc/soft-fp/extendsftf2.c ${GNUHOSTDIST}/libgcc/soft-fp/extenddftf2.c ${GNUHOSTDIST}/libgcc/soft-fp/extendxftf2.c ${GNUHOSTDIST}/libgcc/soft-fp/trunctfsf2.c ${GNUHOSTDIST}/libgcc/soft-fp/trunctfdf2.c ${GNUHOSTDIST}/libgcc/soft-fp/trunctfxf2.c ${GNUHOSTDIST}/libgcc/soft-fp/fixtfbitint.c ${GNUHOSTDIST}/libgcc/soft-fp/floatbitinttf.c ${GNUHOSTDIST}/libgcc/config/ia64/__divxf3.S ${GNUHOSTDIST}/libgcc/config/ia64/_fixtfdi.S ${GNUHOSTDIST}/libgcc/config/ia64/_fixunstfdi.S ${GNUHOSTDIST}/libgcc/config/ia64/_floatditf.S ${GNUHOSTDIST}/libgcc/config/ia64/divtf3.c enable-execute-stack.c ${GNUHOSTDIST}/libgcc/hardcfr.c ${GNUHOSTDIST}/libgcc/strub.c
  /src/external/gpl3/gcc.old/lib/libgcc/arch/ia64/
defs.mk 7 G_LIB2ADD= ${GNUHOSTDIST}/libgcc/config/ia64/tf-signs.c ${GNUHOSTDIST}/libgcc/config/ia64/sfp-exceptions.c ${GNUHOSTDIST}/libgcc/soft-fp/addtf3.c ${GNUHOSTDIST}/libgcc/soft-fp/eqtf2.c ${GNUHOSTDIST}/libgcc/soft-fp/getf2.c ${GNUHOSTDIST}/libgcc/soft-fp/letf2.c ${GNUHOSTDIST}/libgcc/soft-fp/multf3.c ${GNUHOSTDIST}/libgcc/soft-fp/negtf2.c ${GNUHOSTDIST}/libgcc/soft-fp/subtf3.c ${GNUHOSTDIST}/libgcc/soft-fp/unordtf2.c ${GNUHOSTDIST}/libgcc/soft-fp/fixtfsi.c ${GNUHOSTDIST}/libgcc/soft-fp/fixunstfsi.c ${GNUHOSTDIST}/libgcc/soft-fp/floatsitf.c ${GNUHOSTDIST}/libgcc/soft-fp/floatunsitf.c ${GNUHOSTDIST}/libgcc/soft-fp/fixtfdi.c ${GNUHOSTDIST}/libgcc/soft-fp/fixunstfdi.c ${GNUHOSTDIST}/libgcc/soft-fp/floatditf.c ${GNUHOSTDIST}/libgcc/soft-fp/floatunditf.c ${GNUHOSTDIST}/libgcc/soft-fp/fixtfti.c ${GNUHOSTDIST}/libgcc/soft-fp/fixunstfti.c ${GNUHOSTDIST}/libgcc/soft-fp/floattitf.c ${GNUHOSTDIST}/libgcc/soft-fp/floatuntitf.c ${GNUHOSTDIST}/libgcc/soft-fp/extendsftf2.c ${GNUHOSTDIST}/libgcc/soft-fp/extenddftf2.c ${GNUHOSTDIST}/libgcc/soft-fp/extendxftf2.c ${GNUHOSTDIST}/libgcc/soft-fp/trunctfsf2.c ${GNUHOSTDIST}/libgcc/soft-fp/trunctfdf2.c ${GNUHOSTDIST}/libgcc/soft-fp/trunctfxf2.c ${GNUHOSTDIST}/libgcc/config/ia64/__divxf3.S ${GNUHOSTDIST}/libgcc/config/ia64/_fixtfdi.S ${GNUHOSTDIST}/libgcc/config/ia64/_fixunstfdi.S ${GNUHOSTDIST}/libgcc/config/ia64/_floatditf.S ${GNUHOSTDIST}/libgcc/config/ia64/divtf3.c enable-execute-stack.c
  /src/external/gpl3/gcc/dist/libgcc/config/m68k/
lb1sf68.S 838 | The situation now is as follows: the signs are combined in a0, the
1089 | the signs in a4.
1093 exg d7,a0 | get the signs
1107 eorl d7,d6 | compare the signs
1108 bmi Lsubdf$0 | if the signs are different we have
2325 movel d0,d6 | copy signs into d6 (a) and d7(b)
2326 bclr IMM (31),d0 | and clear signs in d0 and d2
2343 | Check the signs
2346 | If the signs are not equal check if a >= 0
2351 | If the signs are equal check for <
    [all...]
  /src/external/gpl3/gcc.old/dist/libgcc/config/m68k/
lb1sf68.S 838 | The situation now is as follows: the signs are combined in a0, the
1089 | the signs in a4.
1093 exg d7,a0 | get the signs
1107 eorl d7,d6 | compare the signs
1108 bmi Lsubdf$0 | if the signs are different we have
2324 movel d0,d6 | copy signs into d6 (a) and d7(b)
2325 bclr IMM (31),d0 | and clear signs in d0 and d2
2342 | Check the signs
2345 | If the signs are not equal check if a >= 0
2350 | If the signs are equal check for <
    [all...]
  /src/external/gpl3/gcc/dist/libgcc/config/arc/ieee-754/
addsf3.S 123 ; If both inputs are inf, but with different signs, the result is NaN.
  /src/external/gpl3/gcc.old/dist/libgcc/config/arc/ieee-754/
addsf3.S 123 ; If both inputs are inf, but with different signs, the result is NaN.
  /src/external/gpl3/gcc/lib/libgcc/arch/i386/
defs.mk 7 G_LIB2ADD= ${GNUHOSTDIST}/libgcc/config/i386/cpuinfo.c ${GNUHOSTDIST}/libgcc/config/i386/32/tf-signs.c ${GNUHOSTDIST}/libgcc/config/i386/sfp-exceptions.c ${GNUHOSTDIST}/libgcc/config/i386/_divhc3.c ${GNUHOSTDIST}/libgcc/config/i386/_mulhc3.c ${GNUHOSTDIST}/libgcc/soft-fp/addtf3.c ${GNUHOSTDIST}/libgcc/soft-fp/divtf3.c ${GNUHOSTDIST}/libgcc/soft-fp/eqtf2.c ${GNUHOSTDIST}/libgcc/soft-fp/getf2.c ${GNUHOSTDIST}/libgcc/soft-fp/letf2.c ${GNUHOSTDIST}/libgcc/soft-fp/multf3.c ${GNUHOSTDIST}/libgcc/soft-fp/negtf2.c ${GNUHOSTDIST}/libgcc/soft-fp/subtf3.c ${GNUHOSTDIST}/libgcc/soft-fp/unordtf2.c ${GNUHOSTDIST}/libgcc/soft-fp/fixtfsi.c ${GNUHOSTDIST}/libgcc/soft-fp/fixunstfsi.c ${GNUHOSTDIST}/libgcc/soft-fp/floatsitf.c ${GNUHOSTDIST}/libgcc/soft-fp/floatunsitf.c ${GNUHOSTDIST}/libgcc/soft-fp/fixtfdi.c ${GNUHOSTDIST}/libgcc/soft-fp/fixunstfdi.c ${GNUHOSTDIST}/libgcc/soft-fp/floatditf.c ${GNUHOSTDIST}/libgcc/soft-fp/floatunditf.c ${GNUHOSTDIST}/libgcc/soft-fp/fixsfbitint.c ${GNUHOSTDIST}/libgcc/soft-fp/floatbitintsf.c ${GNUHOSTDIST}/libgcc/soft-fp/fixdfbitint.c ${GNUHOSTDIST}/libgcc/soft-fp/floatbitintdf.c ${GNUHOSTDIST}/libgcc/soft-fp/extendhfsf2.c ${GNUHOSTDIST}/libgcc/soft-fp/extendhfdf2.c ${GNUHOSTDIST}/libgcc/soft-fp/extendhftf2.c ${GNUHOSTDIST}/libgcc/soft-fp/extendhfxf2.c ${GNUHOSTDIST}/libgcc/soft-fp/extendsfdf2.c ${GNUHOSTDIST}/libgcc/soft-fp/extendsftf2.c ${GNUHOSTDIST}/libgcc/soft-fp/extenddftf2.c ${GNUHOSTDIST}/libgcc/soft-fp/extendxftf2.c ${GNUHOSTDIST}/libgcc/soft-fp/extendbfsf2.c ${GNUHOSTDIST}/libgcc/soft-fp/trunctfhf2.c ${GNUHOSTDIST}/libgcc/soft-fp/truncxfhf2.c ${GNUHOSTDIST}/libgcc/soft-fp/truncdfhf2.c ${GNUHOSTDIST}/libgcc/soft-fp/truncsfhf2.c ${GNUHOSTDIST}/libgcc/soft-fp/trunctfsf2.c ${GNUHOSTDIST}/libgcc/soft-fp/truncdfsf2.c ${GNUHOSTDIST}/libgcc/soft-fp/trunctfdf2.c ${GNUHOSTDIST}/libgcc/soft-fp/trunctfxf2.c ${GNUHOSTDIST}/libgcc/soft-fp/trunctfbf2.c ${GNUHOSTDIST}/libgcc/soft-fp/truncxfbf2.c ${GNUHOSTDIST}/libgcc/soft-fp/truncdfbf2.c ${GNUHOSTDIST}/libgcc/soft-fp/truncsfbf2.c ${GNUHOSTDIST}/libgcc/soft-fp/trunchfbf2.c ${GNUHOSTDIST}/libgcc/soft-fp/fixtfbitint.c ${GNUHOSTDIST}/libgcc/soft-fp/floatbitinttf.c ${GNUHOSTDIST}/libgcc/soft-fp/eqhf2.c ${GNUHOSTDIST}/libgcc/soft-fp/fixxfbitint.c ${GNUHOSTDIST}/libgcc/soft-fp/floatbitinthf.c ${GNUHOSTDIST}/libgcc/soft-fp/floatbitintbf.c ${GNUHOSTDIST}/libgcc/soft-fp/floatbitintxf.c enable-execute-stack.c ${GNUHOSTDIST}/libgcc/hardcfr.c ${GNUHOSTDIST}/libgcc/strub.c
  /src/external/gpl3/gcc.old/lib/libgcc/arch/i386/
defs.mk 7 G_LIB2ADD= ${GNUHOSTDIST}/libgcc/config/i386/cpuinfo.c ${GNUHOSTDIST}/libgcc/config/i386/32/tf-signs.c ${GNUHOSTDIST}/libgcc/config/i386/sfp-exceptions.c ${GNUHOSTDIST}/libgcc/config/i386/_divhc3.c ${GNUHOSTDIST}/libgcc/config/i386/_mulhc3.c ${GNUHOSTDIST}/libgcc/soft-fp/addtf3.c ${GNUHOSTDIST}/libgcc/soft-fp/divtf3.c ${GNUHOSTDIST}/libgcc/soft-fp/eqtf2.c ${GNUHOSTDIST}/libgcc/soft-fp/getf2.c ${GNUHOSTDIST}/libgcc/soft-fp/letf2.c ${GNUHOSTDIST}/libgcc/soft-fp/multf3.c ${GNUHOSTDIST}/libgcc/soft-fp/negtf2.c ${GNUHOSTDIST}/libgcc/soft-fp/subtf3.c ${GNUHOSTDIST}/libgcc/soft-fp/unordtf2.c ${GNUHOSTDIST}/libgcc/soft-fp/fixtfsi.c ${GNUHOSTDIST}/libgcc/soft-fp/fixunstfsi.c ${GNUHOSTDIST}/libgcc/soft-fp/floatsitf.c ${GNUHOSTDIST}/libgcc/soft-fp/floatunsitf.c ${GNUHOSTDIST}/libgcc/soft-fp/fixtfdi.c ${GNUHOSTDIST}/libgcc/soft-fp/fixunstfdi.c ${GNUHOSTDIST}/libgcc/soft-fp/floatditf.c ${GNUHOSTDIST}/libgcc/soft-fp/floatunditf.c ${GNUHOSTDIST}/libgcc/soft-fp/extendhfsf2.c ${GNUHOSTDIST}/libgcc/soft-fp/extendhfdf2.c ${GNUHOSTDIST}/libgcc/soft-fp/extendhftf2.c ${GNUHOSTDIST}/libgcc/soft-fp/extendhfxf2.c ${GNUHOSTDIST}/libgcc/soft-fp/extendsfdf2.c ${GNUHOSTDIST}/libgcc/soft-fp/extendsftf2.c ${GNUHOSTDIST}/libgcc/soft-fp/extenddftf2.c ${GNUHOSTDIST}/libgcc/soft-fp/extendxftf2.c ${GNUHOSTDIST}/libgcc/soft-fp/trunctfhf2.c ${GNUHOSTDIST}/libgcc/soft-fp/truncxfhf2.c ${GNUHOSTDIST}/libgcc/soft-fp/truncdfhf2.c ${GNUHOSTDIST}/libgcc/soft-fp/truncsfhf2.c ${GNUHOSTDIST}/libgcc/soft-fp/trunctfsf2.c ${GNUHOSTDIST}/libgcc/soft-fp/truncdfsf2.c ${GNUHOSTDIST}/libgcc/soft-fp/trunctfdf2.c ${GNUHOSTDIST}/libgcc/soft-fp/trunctfxf2.c ${GNUHOSTDIST}/libgcc/soft-fp/eqhf2.c enable-execute-stack.c

Completed in 40 milliseconds

1 2