| /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/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/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/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/mit/isl/dist/ |
| 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...] |
| isl_map.c | 9101 static isl_stat foreach_orthant(__isl_take isl_set *set, int *signs, int first, 9103 isl_stat (*fn)(__isl_take isl_set *orthant, int *signs, void *user), 9115 return fn(set, signs, user); 9117 signs[first] = 1; 9121 if (foreach_orthant(half, signs, first + 1, len, fn, user) < 0) 9124 signs[first] = -1; 9128 return foreach_orthant(half, signs, first + 1, len, fn, user); 9136 * by the signs array, with each entry having value 1 or -1 according 9140 isl_stat (*fn)(__isl_take isl_set *orthant, int *signs, void *user), 9145 int *signs; local [all...] |
| /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...] |