Searched refs:b2 (Results 1 - 25 of 974) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gmp/mpf/
H A Dpow_ui.c26 mpf_t b2; local
29 mpf_init2 (b2, mpf_get_prec (r));
30 mpf_set (b2, b);
34 mpf_set (r, b2);
37 mpf_mul (b2, b2, b2);
39 mpf_mul (r, r, b2);
42 mpf_clear (b2);
/haiku-buildtools/binutils/gas/testsuite/gas/cris/
H A Drd-v32-b1.s6 ba b2
7 ba b2
9 b2: label
11 ba b2
12 ba b2
H A Drd-v32-b2.s6 bhs b2
7 bhi b2
9 b2: label
11 bcs b2
12 blo b2
/haiku-buildtools/legacy/binutils/gas/testsuite/gas/cris/
H A Drd-v32-b1.s6 ba b2
7 ba b2
9 b2: label
11 ba b2
12 ba b2
H A Drd-v32-b2.s6 bhs b2
7 bhi b2
9 b2: label
11 bcs b2
12 blo b2
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Doperators9.C17 test(B &b1, const B &b2) argument
19 b1 = b2;// { dg-error "const" }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A DWlogical-op-1.C4 enum { a, b1, b2 }; enumerator in enum:__anon1168
31 if ( f && b2 ) // { dg-warning "logical" }
33 if ( c && b2 ) // { dg-warning "logical" }
36 if ( b2 && c == a ) // { dg-bogus "logical" }
40 if ( t2 && b2 ) // { dg-bogus "logical" }
44 if ( b2 && true ) // { dg-bogus "logical" }
51 if ( f || b2 ) // { dg-warning "logical" }
53 if ( c || b2 ) // { dg-warning "logical" }
56 if ( b2 || c == a ) // { dg-bogus "logical" }
60 if ( t2 || b2 ) // { d
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Dintrinsic_argument_conformance_2.f907 real, dimension(1,1) :: a2, b2, c2 variable in program:main
22 b2 = eoshift (a1,c1(1)) ! { dg-error "must be INTEGER" }
27 b2 = cshift (a2,1)
28 b2 = cshift (a2,(/1/))
29 b2 = cshift (a2,reshape([1],[1,1])) ! { dg-error "have rank 1 or be a scalar" }
30 b2 = eoshift (a2,1)
31 b2 = eoshift (a2,c1) ! { dg-error "must be INTEGER" }
32 b2 = eoshift (a2,(/1/))
33 b2 = eoshift (a2,reshape([1],[1,1]), boundary=c1) ! { dg-error "have rank 1 or be a scalar" }
34 b2
[all...]
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.oacc-fortran/
H A Dpset-1.f908 integer, allocatable :: b2(:,:) variable in program:test
53 allocate (b2(5,5))
54 if (.not.allocated (b2)) call abort()
56 b2 = 11
58 !$acc parallel copy(b2(1:5,1:5))
59 b2(1,1) = 1
60 b2(2,2) = 2
61 b2(3,3) = 3
62 b2(4,4) = 4
63 b2(
[all...]
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.jason/
H A Dbool2.C6 bool b2 : 7; member in struct:F
H A Doverload35.C22 castBug2 b2; local
24 voidfn(b2); // { dg-error "" } discarding const
H A Drfg17.C9 B b1, b2; variable
14 b1 = b2; /* OK */
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Denum9.C5 bool b2 = static_cast<bool>(f()); variable
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/torture/
H A Dpr41186.C17 Bar b1, b2; local
18 b2.i = 0;
21 b2.f = 1;
22 b2.b = 2;
23 static_cast<Foo&>(b1) = static_cast<Foo&>(b2);
H A Dpr56837.C8 bool b2[8] = { true, true, true, true, true, true, true, true }; variable
16 if (memcmp (b1, b2, 8) != 0)
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/tree-ssa/
H A Dpr41186.C18 Bar b1, b2; local
19 b2.i = 0;
22 b2.f = 1;
23 b2.b = 2;
24 static_cast<Foo&>(b1) = static_cast<Foo&>(b2);
/haiku-buildtools/binutils/gas/testsuite/gas/tic6x/
H A Dpcr-relocs-undef.s3 mvk .s2 $PCR_OFFSET (S0,L1), b2
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr37026.c7 struct a b2; member in struct:b
11 c->b1 = c->b2 = ((struct a) { foo(), 0 });
H A D20121010-1.c4 unsigned char b0, b1, b2, b3; local
7 b2 = _IO_getc (fp);
9 return ((int)(((((b3 << 8) | b2) << 8) | b1) << 8) | b0);
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.fortran/
H A Domp_atomic5.f903 integer (kind = 2) :: b, b2 variable
23 b2 = b
33 if (a2 .ne. 1 .or. b2 .ne. -16 .or. c2 .ne. 3 .or. d2 .ne. 2) call abort
38 if (a2 .ne. 5 .or. b2 .ne. -16 .or. c2 .ne. 6 .or. d2 .ne. 2) call abort
51 b2 = b
54 if (b2 .ne. -16) call abort
56 b2 = b
58 if (b2 .ne. 24) call abort
H A Domp_atomic4.f903 integer (kind = 2) :: b, b2 variable
21 b2 = b
31 if (a2 .ne. 1 .or. b2 .ne. -16 .or. c2 .ne. 3 .or. d2 .ne. 2) call abort
36 if (a2 .ne. 5 .or. b2 .ne. -16 .or. c2 .ne. 6 .or. d2 .ne. 2) call abort
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/
H A Dpr58346-3.c10 int b1[3][i], b2[4][i]; local
14 d = b1 - b2; /* { dg-error "arithmetic on pointer to an empty aggregate" "" { target c++ } } */
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Doperator13.C6 bool b2 = foo<void> ? true : false; variable
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash10.C5 unsigned char b1, b2; member in class:word
7 word (unsigned int i = 0) { b1 = i & 0xff; b2 = (i & 0xff00) >> 8; }
8 operator unsigned int () { return (b2 << 8) + b1; }
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/graphite/
H A Dscop-1.f1 dimension p1(2),t(6,4),b1(2),b2(2),al1(2),al2(2),g1(2),g2(2)
6 b2(l)=t(6-ll,ll-1)*t(6-ll,ll-1)+t(7-ll,ll-1)*t(7-ll,ll-1)
7 write(*,*) b2(l)

Completed in 212 milliseconds

1234567891011>>