HomeSort by: relevance | last modified time | path
    Searched defs:even (Results 1 - 24 of 24) sorted by relevancy

  /src/external/lgpl3/gmp/dist/tests/mpz/
t-oddeven.c 13 useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
30 int odd, even; member in struct:__anon23379
68 if ((mpz_even_p (n) != 0) != data[i].even)
  /src/crypto/external/apache2/openssl/dist/crypto/ml_dsa/
ml_dsa_ntt.c 181 uint32_t even = p->coeff[j]; local
184 p->coeff[j] = reduce_once(odd + even);
186 * (uint64_t)(ML_DSA_Q + even - odd));
  /src/external/cddl/osnet/dist/uts/common/zmod/
crc32.c 382 unsigned long even[GF2_DIM]; /* even-power-of-two zeros operator */ local
397 /* put operator for two zero bits in even */
398 gf2_matrix_square(even, odd);
401 gf2_matrix_square(odd, even);
404 zero byte, eight zero bits, in even) */
407 gf2_matrix_square(even, odd);
409 crc1 = gf2_matrix_times(even, crc1);
416 /* another iteration of the loop with odd and even swapped */
417 gf2_matrix_square(odd, even);
    [all...]
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ryu/
generic_128.c 88 const bool even = (m2 & 1) == 0; local
89 const bool acceptBounds = even;
218 // Round even if the exact numbers is .....50..0.
d2s.c 90 const bool even = (m2 & 1) == 0; local
91 const bool acceptBounds = even;
244 // Round even if the exact number is .....50..0.
328 // We prefer 32-bit operations, even on 64-bit platforms.
f2s.c 51 const bool even = (m2 & 1) == 0; local
52 const bool acceptBounds = even;
84 // We need to know one removed digit even if we are not going to loop below. We could use
86 // 32-bit arithmetic is faster even on 64-bit machines.
183 // Round even if the exact number is .....50..0.
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ryu/
generic_128.c 88 const bool even = (m2 & 1) == 0; local
89 const bool acceptBounds = even;
218 // Round even if the exact numbers is .....50..0.
d2s.c 90 const bool even = (m2 & 1) == 0; local
91 const bool acceptBounds = even;
244 // Round even if the exact number is .....50..0.
328 // We prefer 32-bit operations, even on 64-bit platforms.
f2s.c 51 const bool even = (m2 & 1) == 0; local
52 const bool acceptBounds = even;
84 // We need to know one removed digit even if we are not going to loop below. We could use
86 // 32-bit arithmetic is faster even on 64-bit machines.
183 // Round even if the exact number is .....50..0.
  /src/lib/libm/arch/vax/
n_argred.S 27 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
89 * Odd or even quadrant? cosine if odd, sine otherwise.
120 blbc %r9,even
122 even: label
  /src/sys/arch/arm/broadcom/
bcm2835_pwm.c 28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
298 bool even = false; local
306 r = even ? *data2++ : *data1++;
309 even = !even;
  /src/sys/dev/hpc/
bicons.c 32 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
394 register u_int8_t even = (data & 0x55); local
396 *xaddr = (odd | (even << 1)) | ((odd >> 1) & even);
441 register u_int8_t even = (data & 0x55); local
443 *xaddr = ~((odd | (even << 1)) | ((odd >> 1) & even));
  /src/external/bsd/tmux/dist/
format-draw.c 665 * An even number of #s means that all #s are escaped, so not a
720 int list_state = -1, fill = -1, even; local
761 even = ((n % 2) == 0);
764 if (even)
772 if (even)
780 if (even) {
  /src/external/gpl3/gcc/dist/gcc/
profile-count.h 13 WARRANTY; without even the implied warranty of MERCHANTABILITY or
127 - even (1/2 probability)
201 static profile_probability even () function
  /src/external/gpl3/gcc.old/dist/gcc/
profile-count.h 13 WARRANTY; without even the implied warranty of MERCHANTABILITY or
127 - even (1/2 probability)
201 static profile_probability even () function
  /src/external/gpl3/binutils/dist/gas/config/
tc-z8k.c 12 but WITHOUT ANY WARRANTY; without even the implied warranty of
56 even (int ignore ATTRIBUTE_UNUSED) function
128 {"even" , even , 0},
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-z8k.c 12 but WITHOUT ANY WARRANTY; without even the implied warranty of
56 even (int ignore ATTRIBUTE_UNUSED) function
128 {"even" , even , 0},
  /src/crypto/external/apache2/openssl/dist/crypto/ml_kem/
ml_kem.c 736 * length as the expected shared secret. (Computed even on success to avoid
845 uint16_t *pause = curr + offset, even, odd; local
850 even = *curr;
852 *peer++ = reduce_once(even - odd + kPrime);
853 *curr++ = reduce_once(odd + even);
877 uint16_t *pause = curr + offset, even, odd; local
882 even = *curr;
884 *peer++ = reduce(zeta * (even - odd + kPrime));
885 *curr++ = reduce_once(odd + even);
919 * even if an uint64_t could hold 3 multiplied numbers
    [all...]
  /src/external/mit/isl/dist/
isl_ast_build_expr.c 530 * being even?
587 isl_bool even; local
591 even = is_even_test(data, arg);
592 if (even < 0) {
594 } else if (even) {
2269 * do not even try and perform any detection and return false instead.
  /src/external/zlib/pigz/dist/
pigz.c 86 #define large file support macro even if not __linux__
258 All of the compress threads are left running and waiting even after the last
462 int pipeout; /* write output to stdout even if file */
1048 unsigned long even[32]; /* even-power-of-two zeros operator */ local
1063 /* put operator for two zero bits in even */
1064 gf2_matrix_square(even, odd);
1067 gf2_matrix_square(odd, even);
1070 zero byte, eight zero bits, in even) */
1073 gf2_matrix_square(even, odd)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/i386/
i386-expand.cc 11 but WITHOUT ANY WARRANTY; without even the implied warranty of
3145 add_reg_br_prob_note (jmp, profile_probability::even ());
8595 /* Even if the string operation call is cold, we still might spend a lot
16648 rtx even, odd; local
16653 even = lowpart_subreg (vec_mode,
16658 emit_insn (gen_load_even (op0, even, odd));
16679 /* Load even elements into the second position. */
20848 /* Even with AVX, palignr only operates on 128-bit vectors,
21079 /* For 32-byte modes allow even d->one_operand_p.
22263 /* A subroutine of expand_vec_perm_even_odd_1. Implement extract-even
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
i386-expand.cc 11 but WITHOUT ANY WARRANTY; without even the implied warranty of
2952 add_reg_br_prob_note (jmp, profile_probability::even ());
8023 /* Even if the string operation call is cold, we still might spend a lot
15635 rtx even, odd; local
15638 even = lowpart_subreg (V8HFmode, force_reg (HFmode, op), HFmode);
15642 emit_insn (gen_load_even (op0, even, odd));
15663 /* Load even elements into the second position. */
19508 /* Even with AVX, palignr only operates on 128-bit vectors,
19736 /* For 32-byte modes allow even d->one_operand_p.
20919 /* A subroutine of expand_vec_perm_even_odd_1. Implement extract-even
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 15 WARRANTY; without even the implied warranty of MERCHANTABILITY or
4459 operand SCRATCH is used to reload the even part of the address and
4472 /* Easy case. The addend is even so larl will do fine. */
4907 This will use the LOAD ADDRESS instruction even in situations
5000 HOST_WIDE_INT even = INTVAL (addend) - 1;
5001 addr = gen_rtx_PLUS (Pmode, addr, GEN_INT (even));
5017 /* If the offset is even, we can just use LARL. This
5765 address is only accessed as single byte entity (even by
8204 call even static functions via PLT. ld will optimize @PLT away for
10076 decision for r14 even if it turns out that it didn't ge
4999 HOST_WIDE_INT even = INTVAL (addend) - 1; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 15 WARRANTY; without even the implied warranty of MERCHANTABILITY or
4653 operand SCRATCH is used to reload the even part of the address and
4666 /* Easy case. The addend is even so larl will do fine. */
5102 This will use the LOAD ADDRESS instruction even in situations
5195 HOST_WIDE_INT even = INTVAL (addend) - 1;
5196 addr = gen_rtx_PLUS (Pmode, addr, GEN_INT (even));
5212 /* If the offset is even, we can just use LARL. This
6202 address is only accessed as single byte entity (even by
8642 call even static functions via PLT. ld will optimize @PLT away for
10553 decision for r14 even if it turns out that it didn't ge
5194 HOST_WIDE_INT even = INTVAL (addend) - 1; local
    [all...]

Completed in 101 milliseconds