Home
last modified time | relevance | path

Searched refs:Bptr (Results 1 – 25 of 173) sorted by relevance

1234567

/dports/math/scalapack/scalapack-2.1.0/PBLAS/SRC/PTOOLS/
H A DPB_CGatherV.c199 char * Aptr = NULL, * Bptr = NULL; local
578 Bptr = Mptr( Bptr, Ainb1R, 0, Ald, size );
586 Bptr = Mptr( Bptr, AnbR, 0, Ald, size );
593 shft( &kb, &AnpD, &offset, Bptr, &Bld );
594 Bptr = Mptr( Bptr, kb, 0, Bld, size );
597 Bptr = Mptr( Bptr, AnbR, 0, Ald, size );
638 Bptr = Mptr( Bptr, 0, Ainb1R, Bld, size );
646 Bptr = Mptr( Bptr, 0, AnbR, Bld, size );
653 shft( &AnpD, &kb, &offset, Bptr, &Bld );
654 Bptr = Mptr( Bptr, 0, kb, Bld, size );
[all …]
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/ext/ext_pointer/
H A D1.cc105 B_pointer Bptr(&b); in test02() local
106 VERIFY(Bptr->i == 2); in test02()
107 Bptr->i++; in test02()
128 A_pointer Aptr2(Bptr); in test02()
139 inc(Bptr); in test02()
140 VERIFY(Bptr->i == 12); in test02()
141 inc2(Bptr); in test02()
142 VERIFY(Bptr->i == 13); in test02()
143 VERIFY(Bptr->j == 3); in test02()
144 inc3(Bptr); in test02()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/testsuite/ext/ext_pointer/
H A D1.cc109 B_pointer Bptr(&b); in test02() local
110 VERIFY(Bptr->i == 2); in test02()
111 Bptr->i++; in test02()
132 A_pointer Aptr2(Bptr); in test02()
143 inc(Bptr); in test02()
144 VERIFY(Bptr->i == 12); in test02()
145 inc2(Bptr); in test02()
146 VERIFY(Bptr->i == 13); in test02()
147 VERIFY(Bptr->j == 3); in test02()
148 inc3(Bptr); in test02()
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/ext/ext_pointer/
H A D1.cc105 B_pointer Bptr(&b); in test02() local
106 VERIFY(Bptr->i == 2); in test02()
107 Bptr->i++; in test02()
128 A_pointer Aptr2(Bptr); in test02()
139 inc(Bptr); in test02()
140 VERIFY(Bptr->i == 12); in test02()
141 inc2(Bptr); in test02()
142 VERIFY(Bptr->i == 13); in test02()
143 VERIFY(Bptr->j == 3); in test02()
144 inc3(Bptr); in test02()
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/ext/ext_pointer/
H A D1.cc105 B_pointer Bptr(&b); in test02() local
106 VERIFY(Bptr->i == 2); in test02()
107 Bptr->i++; in test02()
128 A_pointer Aptr2(Bptr); in test02()
139 inc(Bptr); in test02()
140 VERIFY(Bptr->i == 12); in test02()
141 inc2(Bptr); in test02()
142 VERIFY(Bptr->i == 13); in test02()
143 VERIFY(Bptr->j == 3); in test02()
144 inc3(Bptr); in test02()
[all …]
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/ext/ext_pointer/
H A D1.cc105 B_pointer Bptr(&b); in test02() local
106 VERIFY(Bptr->i == 2); in test02()
107 Bptr->i++; in test02()
128 A_pointer Aptr2(Bptr); in test02()
139 inc(Bptr); in test02()
140 VERIFY(Bptr->i == 12); in test02()
141 inc2(Bptr); in test02()
142 VERIFY(Bptr->i == 13); in test02()
143 VERIFY(Bptr->j == 3); in test02()
144 inc3(Bptr); in test02()
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/ext/ext_pointer/
H A D1.cc105 B_pointer Bptr(&b); in test02() local
106 VERIFY(Bptr->i == 2); in test02()
107 Bptr->i++; in test02()
128 A_pointer Aptr2(Bptr); in test02()
139 inc(Bptr); in test02()
140 VERIFY(Bptr->i == 12); in test02()
141 inc2(Bptr); in test02()
142 VERIFY(Bptr->i == 13); in test02()
143 VERIFY(Bptr->j == 3); in test02()
144 inc3(Bptr); in test02()
[all …]
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/ext/ext_pointer/
H A D1.cc105 B_pointer Bptr(&b); in test02() local
106 VERIFY(Bptr->i == 2); in test02()
107 Bptr->i++; in test02()
128 A_pointer Aptr2(Bptr); in test02()
139 inc(Bptr); in test02()
140 VERIFY(Bptr->i == 12); in test02()
141 inc2(Bptr); in test02()
142 VERIFY(Bptr->i == 13); in test02()
143 VERIFY(Bptr->j == 3); in test02()
144 inc3(Bptr); in test02()
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/ext/ext_pointer/
H A D1.cc105 B_pointer Bptr(&b); in test02() local
106 VERIFY(Bptr->i == 2); in test02()
107 Bptr->i++; in test02()
128 A_pointer Aptr2(Bptr); in test02()
139 inc(Bptr); in test02()
140 VERIFY(Bptr->i == 12); in test02()
141 inc2(Bptr); in test02()
142 VERIFY(Bptr->i == 13); in test02()
143 VERIFY(Bptr->j == 3); in test02()
144 inc3(Bptr); in test02()
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/ext/ext_pointer/
H A D1.cc105 B_pointer Bptr(&b); in test02() local
106 VERIFY(Bptr->i == 2); in test02()
107 Bptr->i++; in test02()
128 A_pointer Aptr2(Bptr); in test02()
139 inc(Bptr); in test02()
140 VERIFY(Bptr->i == 12); in test02()
141 inc2(Bptr); in test02()
142 VERIFY(Bptr->i == 13); in test02()
143 VERIFY(Bptr->j == 3); in test02()
144 inc3(Bptr); in test02()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libstdc++-v3/testsuite/ext/ext_pointer/
H A D1.cc109 B_pointer Bptr(&b); in test02() local
110 VERIFY(Bptr->i == 2); in test02()
111 Bptr->i++; in test02()
132 A_pointer Aptr2(Bptr); in test02()
143 inc(Bptr); in test02()
144 VERIFY(Bptr->i == 12); in test02()
145 inc2(Bptr); in test02()
146 VERIFY(Bptr->i == 13); in test02()
147 VERIFY(Bptr->j == 3); in test02()
148 inc3(Bptr); in test02()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/testsuite/ext/ext_pointer/
H A D1.cc109 B_pointer Bptr(&b); in test02() local
110 VERIFY(Bptr->i == 2); in test02()
111 Bptr->i++; in test02()
132 A_pointer Aptr2(Bptr); in test02()
143 inc(Bptr); in test02()
144 VERIFY(Bptr->i == 12); in test02()
145 inc2(Bptr); in test02()
146 VERIFY(Bptr->i == 13); in test02()
147 VERIFY(Bptr->j == 3); in test02()
148 inc3(Bptr); in test02()
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/ext/ext_pointer/
H A D1.cc105 B_pointer Bptr(&b); in test02() local
106 VERIFY(Bptr->i == 2); in test02()
107 Bptr->i++; in test02()
128 A_pointer Aptr2(Bptr); in test02()
139 inc(Bptr); in test02()
140 VERIFY(Bptr->i == 12); in test02()
141 inc2(Bptr); in test02()
142 VERIFY(Bptr->i == 13); in test02()
143 VERIFY(Bptr->j == 3); in test02()
144 inc3(Bptr); in test02()
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/ext/ext_pointer/
H A D1.cc105 B_pointer Bptr(&b); in test02() local
106 VERIFY(Bptr->i == 2); in test02()
107 Bptr->i++; in test02()
128 A_pointer Aptr2(Bptr); in test02()
139 inc(Bptr); in test02()
140 VERIFY(Bptr->i == 12); in test02()
141 inc2(Bptr); in test02()
142 VERIFY(Bptr->i == 13); in test02()
143 VERIFY(Bptr->j == 3); in test02()
144 inc3(Bptr); in test02()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/ext/ext_pointer/
H A D1.cc105 B_pointer Bptr(&b); in test02() local
106 VERIFY(Bptr->i == 2); in test02()
107 Bptr->i++; in test02()
128 A_pointer Aptr2(Bptr); in test02()
139 inc(Bptr); in test02()
140 VERIFY(Bptr->i == 12); in test02()
141 inc2(Bptr); in test02()
142 VERIFY(Bptr->i == 13); in test02()
143 VERIFY(Bptr->j == 3); in test02()
144 inc3(Bptr); in test02()
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/ext/ext_pointer/
H A D1.cc105 B_pointer Bptr(&b); in test02() local
106 VERIFY(Bptr->i == 2); in test02()
107 Bptr->i++; in test02()
128 A_pointer Aptr2(Bptr); in test02()
139 inc(Bptr); in test02()
140 VERIFY(Bptr->i == 12); in test02()
141 inc2(Bptr); in test02()
142 VERIFY(Bptr->i == 13); in test02()
143 VERIFY(Bptr->j == 3); in test02()
144 inc3(Bptr); in test02()
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libstdc++-v3/testsuite/ext/ext_pointer/
H A D1.cc109 B_pointer Bptr(&b); in test02() local
110 VERIFY(Bptr->i == 2); in test02()
111 Bptr->i++; in test02()
132 A_pointer Aptr2(Bptr); in test02()
143 inc(Bptr); in test02()
144 VERIFY(Bptr->i == 12); in test02()
145 inc2(Bptr); in test02()
146 VERIFY(Bptr->i == 13); in test02()
147 VERIFY(Bptr->j == 3); in test02()
148 inc3(Bptr); in test02()
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/ext/ext_pointer/
H A D1.cc105 B_pointer Bptr(&b); in test02() local
106 VERIFY(Bptr->i == 2); in test02()
107 Bptr->i++; in test02()
128 A_pointer Aptr2(Bptr); in test02()
139 inc(Bptr); in test02()
140 VERIFY(Bptr->i == 12); in test02()
141 inc2(Bptr); in test02()
142 VERIFY(Bptr->i == 13); in test02()
143 VERIFY(Bptr->j == 3); in test02()
144 inc3(Bptr); in test02()
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/ext/ext_pointer/
H A D1.cc105 B_pointer Bptr(&b); in test02() local
106 VERIFY(Bptr->i == 2); in test02()
107 Bptr->i++; in test02()
128 A_pointer Aptr2(Bptr); in test02()
139 inc(Bptr); in test02()
140 VERIFY(Bptr->i == 12); in test02()
141 inc2(Bptr); in test02()
142 VERIFY(Bptr->i == 13); in test02()
143 VERIFY(Bptr->j == 3); in test02()
144 inc3(Bptr); in test02()
[all …]
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/ext/ext_pointer/
H A D1.cc105 B_pointer Bptr(&b); in test02() local
106 VERIFY(Bptr->i == 2); in test02()
107 Bptr->i++; in test02()
128 A_pointer Aptr2(Bptr); in test02()
139 inc(Bptr); in test02()
140 VERIFY(Bptr->i == 12); in test02()
141 inc2(Bptr); in test02()
142 VERIFY(Bptr->i == 13); in test02()
143 VERIFY(Bptr->j == 3); in test02()
144 inc3(Bptr); in test02()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libstdc++-v3/testsuite/ext/ext_pointer/
H A D1.cc109 B_pointer Bptr(&b); in test02() local
110 VERIFY(Bptr->i == 2); in test02()
111 Bptr->i++; in test02()
132 A_pointer Aptr2(Bptr); in test02()
143 inc(Bptr); in test02()
144 VERIFY(Bptr->i == 12); in test02()
145 inc2(Bptr); in test02()
146 VERIFY(Bptr->i == 13); in test02()
147 VERIFY(Bptr->j == 3); in test02()
148 inc3(Bptr); in test02()
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/ext/ext_pointer/
H A D1.cc105 B_pointer Bptr(&b); in test02() local
106 VERIFY(Bptr->i == 2); in test02()
107 Bptr->i++; in test02()
128 A_pointer Aptr2(Bptr); in test02()
139 inc(Bptr); in test02()
140 VERIFY(Bptr->i == 12); in test02()
141 inc2(Bptr); in test02()
142 VERIFY(Bptr->i == 13); in test02()
143 VERIFY(Bptr->j == 3); in test02()
144 inc3(Bptr); in test02()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/g++.old-deja/g++.jason/
H A Dlvalue.C7 class Bptr
10 Bptr& operator=(D*);
11 const Bptr& operator=(const D*) const;
14 class Dptr : public Bptr
19 Bptr::operator=(rep);
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/g++.old-deja/g++.jason/
H A Dlvalue.C7 class Bptr
10 Bptr& operator=(D*);
11 const Bptr& operator=(const D*) const;
14 class Dptr : public Bptr
19 Bptr::operator=(rep);
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/g++.old-deja/g++.jason/
H A Dlvalue.C7 class Bptr
10 Bptr& operator=(D*);
11 const Bptr& operator=(const D*) const;
14 class Dptr : public Bptr
19 Bptr::operator=(rep);

1234567