Searched refs:odd (Results 1 - 25 of 243) sorted by relevance

12345678910

/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/ppc/
H A Dmisalign2.d5 0+00001 T odd
H A Dmisalign2.s2 .global odd, odd2, aligned
4 odd: label
H A Dlsp-checks.l9 [^:]*:29: Error: GPR odd is illegal
11 [^:]*:31: Error: GPR odd is illegal
13 [^:]*:33: Error: GPR odd is illegal
15 [^:]*:35: Error: GPR odd is illegal
17 [^:]*:37: Error: GPR odd is illegal
19 [^:]*:39: Error: GPR odd is illegal
21 [^:]*:41: Error: GPR odd is illegal
23 [^:]*:43: Error: GPR odd is illegal
25 [^:]*:45: Error: GPR odd is illegal
27 [^:]*:47: Error: GPR odd i
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/s390/
H A Dzarch-z9-109-err.l2 .*:3: Fatal error: odd numbered general purpose register specified as register pair
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/mips/
H A Dodd-float.s1 # Source file used to test operations on odd numbered floating point
H A Dno-odd-spreg.d3 #as: -32 -mno-odd-spreg
5 #name: -mno-odd-spreg test
H A Dodd-float.d2 #name: MIPS odd float
H A Dmips32r2-fp32.s8 # Even registers are supported w/ 32-bit FPU, odd
H A Dattr-gnu-4-7.d5 #name: MIPS gnu_attribute 4,7 (-mfp64 -mno-odd-spreg)
H A Dattr-none-o32-fp64-nooddspreg.d1 #as: -mfp64 -mno-odd-spreg -32
/netbsd-current/external/lgpl3/gmp/dist/tests/mpz/
H A Dt-oddeven.c30 int odd, even; member in struct:__anon89
62 if ((mpz_odd_p (n) != 0) != data[i].odd)
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-mips-elf/
H A Dattr-gnu-4-71.d4 #warning: warning: .* uses -mgp32 -mfp64 -mno-odd-spreg \(set by .*\), .* uses -mdouble-float
H A Dattr-gnu-4-72.d4 #warning: warning: .* uses -mgp32 -mfp64 -mno-odd-spreg \(set by .*\), .* uses -msingle-float
H A Dattr-gnu-4-78.d4 #warning: warning: .* uses -mgp32 -mfp64 -mno-odd-spreg \(set by .*\), .* uses unknown floating point ABI 8
H A Dattr-gnu-4-79.d4 #warning: warning: .* uses -mgp32 -mfp64 -mno-odd-spreg \(set by .*\), .* uses unknown floating point ABI 9
H A Dattr-gnu-4-89.d4 #warning: warning: .* uses -mgp32 -mfp64 -mno-odd-spreg \(set by .*\), .* uses unknown floating point ABI 8
/netbsd-current/lib/libm/ld128/
H A Ds_tanpil.c73 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.
/netbsd-current/lib/libm/src/
H A Ds_tanpif.c65 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.
H A Ds_tanpi.c59 * 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.
/netbsd-current/sys/arch/arm/cortex/
H A Dcpu_in_cksum_neon.c48 int odd = 0; local
90 * if the previous len was odd or the this buffer starts
91 * on an odd address, shift the csum by 8 so its properly
96 if (odd ^ ((uint32_t)dptr & 1))
102 odd ^= dlen & 1;
/netbsd-current/external/lgpl3/gmp/dist/mpn/generic/
H A Dsec_invert.c75 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, u
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/ld/testsuite/ld-v850/
H A Dsplit-lo16.s19 movhi hi(odd),r0,r1
20 ld.bu lo(odd)[r1],r2
/netbsd-current/lib/libm/ld80/
H A Ds_tanpil.c71 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.
/netbsd-current/external/cddl/osnet/dist/uts/common/zmod/
H A Dcrc32.c383 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 an
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/testsuite/gas/bfin/
H A Dexpected_move_errors.l5 .*:6: Error: Cannot move A0 to odd register.

Completed in 143 milliseconds

12345678910