Searched refs:half (Results 1 - 25 of 74) sorted by relevance

123

/haiku-buildtools/binutils/binutils/testsuite/binutils-all/mips/
H A Dmips16-undecoded.s9 .half 0xf008, 0x0211
10 .half 0xf008, 0x0231
11 .half 0xf008, 0x0251
12 .half 0xf008, 0x0291
15 .half 0xf008, 0x0a11
16 .half 0xf008, 0x0a31
17 .half 0xf008, 0x0a51
18 .half 0xf008, 0x0a91
21 .half 0xf008, 0x1011
22 .half
[all...]
H A Dmips16-extend-noinsn.s4 .half 0xf123, 0xf456
5 .half 0xf765
7 .half 0xf432
9 .half 0xf123, 0x6621
10 .half 0xf456, 0xe935
11 .half 0xf765, 0xea60
12 .half 0xf432, 0xece0
13 .half 0xf5aa, 0xe971
14 .half 0xf655, 0xebf1
15 .half
[all...]
H A Dmips16-pcrel.s121 .half 0xe860
125 .half 0xe860
129 .half 0xe860
135 .half 0xe860
201 .half 0xe960
205 .half 0xe960
209 .half 0xe960
215 .half 0xe960
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dbf-pack-1.c3 unsigned half:16; member in struct:foo
9 if (q->half != 0x1234)
19 bar.half = 0x1234;
H A D20020402-3.c38 register int bot, top, half; local
49 half = (top - bot + 1) >> 1;
50 b = bl->block[bot + half];
52 bot += half;
54 top = bot + half;
/haiku-buildtools/binutils/gas/testsuite/gas/mips/
H A Dpcrel-2.s4 .half frob-.
H A Dpcrel-3.s10 .half foo-.
H A D24k-triple-stores-5.s1 # Mix byte/half/word sizes with arbitrary base register.
H A Delf-rel28.s15 ld $4,%half(bar)($4)
37 sd $4,%half(bar)($4)
/haiku-buildtools/binutils/ld/testsuite/ld-mips-elf/
H A Dreloc-local-overflow.s7 .half bar
/haiku-buildtools/binutils/gas/testsuite/gas/sparc/
H A Dpcrel.s22 .half %r_disp16(3b)
23 .half %r_disp16(4f)
25 .half 0
H A Dpcrel64.s28 .half %r_disp16(3b)
29 .half %r_disp16(4f)
31 .half 0
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/sparc/
H A Dpcrel.s22 .half %r_disp16(3b)
23 .half %r_disp16(4f)
25 .half 0
H A Dpcrel64.s28 .half %r_disp16(3b)
29 .half %r_disp16(4f)
31 .half 0
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/bfin/
H A Dexpected_move_errors.l2 .*:3: Error: Cannot move A1 to low half of register. Input text was A1.
3 .*:4: Error: Cannot move A0 to high half of register. Input text was A0.
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dnest15.C29 Half half[2]; member in class:BDDHeap
35 page(heap.half[heap.halfspace].inuse.top),
H A Dnest16.C29 Half half[2]; member in class:BDDHeap
38 Page *x = heap.half[heap.halfspace].inuse.top;
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/cpp/
H A Dmacro3.c21 #define half(x) ((x) / 2) macro
33 if (apply (half, 200) != 100)
/haiku-buildtools/gcc/libquadmath/math/
H A Dcoshq.c56 static const __float128 one = 1.0Q, half = 0.5Q, huge = 1.0e4900Q, variable
91 return half * t + half / t;
94 /* |x| in [22, ln(maxdouble)] return half*exp(|x|) */
96 return half * expq (u.value);
101 w = expq (half * u.value);
102 t = half * w;
/haiku-buildtools/binutils/gas/testsuite/gas/bfin/
H A Dexpected_move_errors.l2 .*:3: Error: Cannot move A1 to low half of register. Input text was A1.
3 .*:4: Error: Cannot move A0 to high half of register. Input text was A0.
/haiku-buildtools/gcc/gmp/mpn/generic/
H A Dtoom6h_mul.c90 int p, q, half; local
119 half = (p ^ q) & 1;
127 if (half) { /* Recover from badly chosen splitting */
128 if (s<1) {p--; s+=n; half=0;}
129 else if (t<1) {q--; t+=n; half=0;}
136 ASSERT (half || s + t > 3);
165 mpn_toom_couple_handling (r5, 2 * n + 1, pp, sign, n, 1+half , half);
189 mpn_toom_couple_handling (r4, 2 * n + 1, pp, sign, n, 2*(1+half), 2*(half));
[all...]
H A Dtoom8h_mul.c105 int p, q, half; local
127 half = 0;
158 half = (p+q)&1;
165 if(half) { /* Recover from badly chosen splitting */
166 if (s<1) {p--; s+=n; half=0;}
167 else if (t<1) {q--; t+=n; half=0;}
175 ASSERT (half || s + t > 3);
207 mpn_toom_couple_handling (r7, 2 * n + 1 + BIT_CORRECTION, pp, sign, n, 3*(1+half), 3*(half));
214 mpn_toom_couple_handling (r5, 2 * n + 1, pp, sign, n, 2*(1+half),
[all...]
/haiku-buildtools/binutils/ld/testsuite/ld-nds32/
H A Ddiff.s23 .half .L1-.L0
/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/compile/
H A Dpr32583.f11 parameter(zero=0.0d0,half=0.5d0,one=1.0d0)
18 vtu1=-ekk*(half**iv2)*dfac(iv2)/pi
/haiku-buildtools/gcc/mpfr/src/
H A Dsub1.c409 1a: bb > cc + half
410 1b: bb = cc + half
411 1c: 0 < bb - cc < half
413 1e: -half < bb - cc < 0
414 1f: bb - cc = -half
415 1g: bb - cc < -half
432 mp_limb_t half = MPFR_LIMB_HIGHBIT; local
434 /* add one ulp if bb > cc + half
435 truncate if cc - half < bb < cc + half
[all...]

Completed in 141 milliseconds

123