| /src/external/lgpl3/gmp/dist/tests/mpz/ |
| t-oddeven.c | 30 int odd, even; member in struct:__anon23379 62 if ((mpz_odd_p (n) != 0) != data[i].odd)
|
| /src/lib/libm/ld128/ |
| s_tanpil.c | 73 double odd; local 100 odd = fmodl(ai, 2.L) == 0 ? 1 : -1; 102 t = ar == 0 ? copysign(0., odd) : __kernel_tanpil(ar); 104 t = odd / vzero; 116 * or odd integer to set t = +0 or -0.
|
| /src/lib/libm/src/ |
| s_tanpif.c | 65 float ax, hi, lo, odd, t; local 94 odd = (uint32_t)x & 1 ? -1 : 1; 99 t = ix == 0 ? copysignf(0, odd) : __kernel_tanpif(ax); 101 t = odd / vzero; 113 * or odd integer to set t = +0 or -0.
|
| s_tanpi.c | 59 * tanpi(n) = +0 for positive even and negative odd integer n. 60 * tanpi(n) = -0 for positive odd and negative even integer n. 65 * odd integers n. 117 double ax, hi, lo, odd, t; local 151 odd = (uint64_t)x & 1 ? -1 : 1; 156 t = ix == 0 ? copysign(0, odd) : __kernel_tanpi(ax); 158 t = odd / vzero; 171 * or odd integer to set t = +0 or -0.
|
| /src/sys/arch/arm/cortex/ |
| cpu_in_cksum_neon.c | 50 int odd = 0; local 92 * if the previous len was odd or the this buffer starts 93 * on an odd address, shift the csum by 8 so its properly 98 if (odd ^ ((uint32_t)dptr & 1)) 104 odd ^= dlen & 1;
|
| /src/lib/libm/ld80/ |
| s_tanpil.c | 71 long double ax, hi, lo, odd, t; local 105 odd = (uint64_t)x & 1 ? -1 : 1; 110 t = ix == 0 ? copysignl(0, odd) : __kernel_tanpil(ax); 112 t = odd / vzero; 124 * or odd integer to set t = +0 or -0.
|
| /src/external/lgpl3/gmp/dist/mpn/generic/ |
| sec_invert.c | 75 odd. Returns 1 on success, and 0 on failure (i.e., if gcd (A, m) != 99 and b odd at all times. Initially, 116 mp_limb_t odd, swap, cy; local 118 /* Always maintain b odd. The logic of the iteration is as 121 odd = a & 1 122 a -= odd * b 135 u -= odd * v 153 odd = ap[0] & 1; 155 swap = mpn_cnd_sub_n (odd, ap, ap, bp, n); 160 cy = mpn_cnd_sub_n (odd, up, up, vp, n) [all...] |
| sqrtrem.c | 308 /* writes in {sp, n} the square root (rounded towards zero) of {np, 2n-odd}, 310 Assumes {np, 2n-odd}*4^nsh is normalized, i.e. B > np[2n-1-odd]*4^nsh >= B/4 312 THINK: In the odd case, three more (dummy) limbs are taken into account, 316 mpn_dc_sqrt (mp_ptr sp, mp_srcptr np, mp_size_t n, unsigned nsh, unsigned odd) 325 ASSERT (np[2 * n - 1 - odd] != 0); 331 ASSERT (n >= l + 2 && l + 2 >= h && h > l && l >= 1 + odd); 337 int o = l > (1 + odd); 338 ASSERT_NOCARRY (mpn_lshift (tp - o, np + l - 1 - o - odd, n + h + 1 + o, 2 * nsh)); 341 MPN_COPY (tp, np + l - 1 - odd, n + h + 1) [all...] |
| /src/external/cddl/osnet/dist/uts/common/zmod/ |
| crc32.c | 383 unsigned long odd[GF2_DIM]; /* odd-power-of-two zeros operator */ local 389 /* put operator for one zero bit in odd */ 390 odd[0] = 0xedb88320UL; /* CRC-32 polynomial */ 393 odd[n] = row; 398 gf2_matrix_square(even, odd); 400 /* put operator for four zero bits in odd */ 401 gf2_matrix_square(odd, even); 407 gf2_matrix_square(even, odd); 416 /* another iteration of the loop with odd and even swapped * [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/ml_dsa/ |
| ml_dsa_ntt.c | 182 uint32_t odd = p->coeff[j + offset]; local 184 p->coeff[j] = reduce_once(odd + even); 186 * (uint64_t)(ML_DSA_Q + even - odd));
|
| /src/sys/arch/hppa/spmath/ |
| cnv_float.h | 116 #define Dbl_to_sgl_mantissa(srcA,srcB,dest,inexact,guard,sticky,odd) \ 121 odd = Dbit2p2(srcB) 123 #define Dbl_to_sgl_denormalized(srcA,srcB,exp,dest,inexact,guard,sticky,odd,tiny) \ 132 odd = dest << 31; \ 152 if (guard && (sticky || odd)) { \ 162 guard = odd; \ 168 odd = dest << 31; \ 177 odd = dest << 31; \ 188 odd = dest << 31; \ 201 odd = 0; [all...] |
| /src/crypto/external/bsd/openssl.old/dist/test/ssl-tests/ |
| 13-fragmentation.conf | 14 test-9 = 9-large-app-data-odd-fragment-size 17 test-12 = 12-large-app-data-aes-sha1-multibuffer-odd-fragment 18 test-13 = 13-large-app-data-aes-sha2-multibuffer-odd-fragment 238 [9-large-app-data-odd-fragment-size] 239 ssl_conf = 9-large-app-data-odd-fragment-size-ssl 241 [9-large-app-data-odd-fragment-size-ssl] 242 server = 9-large-app-data-odd-fragment-size-server 243 client = 9-large-app-data-odd-fragment-size-client 245 [9-large-app-data-odd-fragment-size-server] 250 [9-large-app-data-odd-fragment-size-client [all...] |
| /src/sys/arch/m68k/m68k/ |
| w16copy.s | 74 | zero the odd bytes: 75 4: andil #3, %d0 | odd byte count in %d0 77 bcs 6f | skip ahead if no odd bytes 125 bra 6f | jump ahead to copy the odd bytes 128 | if there are fewer than four bytes, copy only odd bytes: 148 | copy the odd bytes: 149 6: andil #3, %d0 | odd byte count in %d0 151 bcs 8f | skip ahead if no odd bytes
|
| /src/external/lgpl3/gmp/dist/mpn/alpha/ev67/ |
| popcount.asm | 45 C The main loop processes two limbs at a time. An odd size is handled by 57 and r17, 1, r8 C U1 1 if size odd 60 s8addq r8, r16, r16 C L1 src++ if size odd
|
| hamdist.asm | 44 C odd size is handled by processing xp[0]^yp[0] at the start. If the size 57 and r18, 1, r8 C U1 1 if size odd 61 s8addq r8, r17, r17 C U1 yp++ if size odd 62 s8addq r8, r16, r16 C L1 xp++ if size odd
|
| /src/external/lgpl3/gmp/dist/mpn/sparc64/ |
| gcd_11.asm | 67 b L(odd) 76 srlx %o0, %g5, %o4 C new u, odd 77 L(odd): subcc v0, %o4, %o2 C v - u, set flags for branch and movcc
|
| /src/common/lib/libc/arch/m68k/string/ |
| memcmp.S | 75 btst #0,%d1 | string 1 address odd? 83 btst #0,%d1 | string 2 address odd?
|
| /src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p7/ |
| gcd_11.asm | 52 b L(odd) 61 L(odd): cmpld cr7, v0, u0
|
| /src/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p9/ |
| gcd_11.asm | 51 b L(odd) 57 L(odd): subf r10, u0, v0 C r10 = v - u
|
| /src/external/lgpl3/gmp/dist/mpn/x86/p6/ |
| gcd_11.asm | 66 jmp L(odd) 72 L(odd): mov %edx, %esi C 1 1 4 3 3
|
| /src/external/lgpl3/gmp/dist/mpn/x86/pentium/ |
| dive_1.asm | 35 C odd even 44 C setup. Multiplying works out faster for size>=3 when the divisor is odd, 45 C or size>=4 when the divisor is even. Actually on P55 size==2 for odd or 49 C The P55 speeds noted above, 23 cycles odd or 28 cycles even, are as 52 C further 1.5 slowdown for both odd and even. 78 addl %ecx, %eax C size if even, size+1 if odd
|
| /src/sys/dev/hpc/ |
| bicons.c | 393 register u_int8_t odd = (data & 0xaa); local 396 *xaddr = (odd | (even << 1)) | ((odd >> 1) & even); 440 register u_int8_t odd = (data & 0xaa); local 443 *xaddr = ~((odd | (even << 1)) | ((odd >> 1) & even));
|
| /src/external/lgpl3/gmp/dist/mpn/power/ |
| add_n.asm | 42 andil. 10,6,1 C odd or even number of limbs? 51 C We have an odd # of limbs. Add the first limbs separately.
|
| sub_n.asm | 43 andil. 10,6,1 C odd or even number of limbs? 52 C We have an odd # of limbs. Add the first limbs separately.
|
| /src/external/lgpl3/gmp/dist/mpn/powerpc32/750/ |
| rshift.asm | 84 bdz L(odd) 120 L(odd):
|