Searched refs:odd (Results 51 - 75 of 242) sorted by relevance

12345678910

/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/p6/
H A Dgcd_11.asm66 jmp L(odd)
72 L(odd): mov %edx, %esi C 1 1 4 3 3
/netbsd-current/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p9/
H A Dgcd_11.asm51 b L(odd)
57 L(odd): subf r10, u0, v0 C r10 = v - u
H A Dgcd_22.asm101 b L(odd)
106 L(odd): subf r10, u0, v0 C r10 = v - u
/netbsd-current/external/lgpl3/gmp/dist/mpn/powerpc64/mode64/p7/
H A Dgcd_11.asm52 b L(odd)
61 L(odd): cmpld cr7, v0, u0
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/pentium/
H A Ddive_1.asm35 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
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dsqrtrem.c308 /* 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) argument
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,
[all...]
/netbsd-current/sys/dev/hpc/
H A Dbicons.c393 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));
/netbsd-current/external/lgpl3/gmp/dist/mpn/power/
H A Dsub_n.asm43 andil. 10,6,1 C odd or even number of limbs?
52 C We have an odd # of limbs. Add the first limbs separately.
H A Dadd_n.asm42 andil. 10,6,1 C odd or even number of limbs?
51 C We have an odd # of limbs. Add the first limbs separately.
/netbsd-current/external/lgpl3/gmp/dist/mpn/powerpc32/750/
H A Drshift.asm84 bdz L(odd)
120 L(odd):
H A Dlshift.asm87 bdz L(odd)
123 L(odd):
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/k7/
H A Dgcd_11.asm82 jmp L(odd)
91 L(odd): mov %eax, %edi C
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/core2/
H A Dgcd_11.asm76 jmp L(odd)
82 L(odd): mov v0, %rdx
H A Daorsmul_1.asm120 jnz L(odd)
135 L(odd): inc %rbx
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/msp430/
H A Derrata_warns.s8 # CPU8: Do not use odd offsets with the stack pointer
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ppc/
H A Dlsp-checks.s7 .equ rD_odd, 1 ;# GPR odd is illegal
9 .equ rS_odd, 1 ;# GPR odd is illegal
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/d30v/
H A Dwarn_oddreg.l13 1 # GAS should print a warning when an odd register is used as a target
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Dfstrcmp.c188 int odd = (fmid - bmid) & 1; local
191 * True if southeast corner is on an odd diagonal with respect
236 if (odd && bmin <= d && d <= bmax && bd[d] <= x)
277 if (!odd && fmin <= d && d <= fmax && x <= fd[d])
/netbsd-current/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Dfstrcmp.c188 int odd = (fmid - bmid) & 1; local
191 * True if southeast corner is on an odd diagonal with respect
236 if (odd && bmin <= d && d <= bmax && bd[d] <= x)
277 if (!odd && fmin <= d && d <= fmax && x <= fd[d])
/netbsd-current/external/gpl2/gettext/dist/gnulib-local/lib/
H A Dfstrcmp.c188 int odd = (fmid - bmid) & 1; local
191 * True if southeast corner is on an odd diagonal with respect
236 if (odd && bmin <= d && d <= bmax && bd[d] <= x)
277 if (!odd && fmin <= d && d <= fmax && x <= fd[d])
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86/pentium4/sse2/
H A Dbdiv_dbm1c.asm91 jc L(odd)
108 L(odd): movd %mm0, reg
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/
H A Daors_err2_n.asm102 jnz L(odd)
109 L(odd):
H A Ddive_1.asm69 L(odd): mov %rax, %rbx
112 jmp L(odd)
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/nano/
H A Ddive_1.asm66 jc L(odd) C skip bsfq unless divisor is even
69 L(odd): mov %rax, %rbx
/netbsd-current/external/lgpl3/gmp/dist/mpn/x86_64/k8/
H A Dbdiv_q_1.asm82 L(odd): mov %rax, %rbx
111 jmp L(odd)

Completed in 170 milliseconds

12345678910