Home
last modified time | relevance | path

Searched refs:v1p (Results 1 – 25 of 442) sorted by relevance

12345678910>>...18

/dports/math/tmv/tmv-0.75/src/
H A DTMV_MultVV.cpp134 const double* v1p = v1.cptr(); in DoMultVV() local
135 if (s1 < 0) v1p += (n-1)*s1; in DoMultVV()
150 if (s1 < 0) v1p += (n-1)*s1; in DoMultVV()
158 BLASP(v1p),BLASV(s1) in DoMultVV()
164 BLASP(v1p),BLASV(s1) in DoMultVV()
177 if (s1 < 0) v1p += (n-1)*v1.step(); in DoMultVV()
194 const float* v1p = v1.cptr(); in DoMultVV() local
195 if (s1 < 0) v1p += (n-1)*s1; in DoMultVV()
210 if (s1 < 0) v1p += (n-1)*s1; in DoMultVV()
218 BLASP(v1p),BLASV(s1) in DoMultVV()
[all …]
H A DTMV_AddVV.cpp181 const double* v1p = v1.cptr(); in DoAddVV() local
182 if (s1<0) v1p += (n-1)*s1; in DoAddVV()
198 if (s1<0) v1p += (n-1)*s1; in DoAddVV()
215 const double* v1p = v1.cptr(); in DoAddVV() local
216 if (s1<0) v1p += (n-1)*s1; in DoAddVV()
238 const float* v1p = v1.cptr(); in DoAddVV() local
239 if (s1<0) v1p += (n-1)*s1; in DoAddVV()
254 const std::complex<float>* v1p = v1.cptr(); in DoAddVV() local
255 if (s1<0) v1p += (n-1)*s1; in DoAddVV()
272 const float* v1p = v1.cptr(); in DoAddVV() local
[all …]
H A DTMV_Givens.cpp219 double* v1p = v1.ptr(); in DoGivensMult() local
220 if (s1<0) v1p += (n-1)*s1; in DoGivensMult()
224 BLASV(n),BLASP(v1p),BLASV(s1), in DoGivensMult()
240 if (s1<0) v1p += (n-1)*s1; in DoGivensMult()
244 BLASV(n),BLASP(v1p),BLASV(s1), in DoGivensMult()
261 if (s1<0) v1p += (n-1)*s1; in DoGivensMult()
280 float* v1p = v1.ptr(); in DoGivensMult() local
281 if (s1<0) v1p += (n-1)*s1; in DoGivensMult()
285 BLASV(n),BLASP(v1p),BLASV(s1), in DoGivensMult()
301 if (s1<0) v1p += (n-1)*s1; in DoGivensMult()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A Dpointer-array-quals-1.c60 …double (*v1p)[2] = z1; /* { dg-warning "initialization discards 'const' qualifier from pointer tar… in test() local
81 v1p = z1; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
91v1p = (1 ? z1 : v1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
94v1p = (1 ? x1 : u1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
100v1p = (1 ? p : z1); /* { dg-warning "pointer to array loses qualifier in conditional expression" }… in test()
103v1p = (1 ? pc : x1); /* { dg-warning "assignment discards 'const' qualifier from pointer target ty… in test()
H A Dpointer-array-quals-2.c59 …double (*v1p)[2] = z1; /* { dg-error "pointers to arrays with different qualifiers|initialization … in test() local
87v1p = (1 ? z1 : v1p); /* { dg-error "pointers to arrays with different qualifiers|assignment disca… in test()
90v1p = (1 ? x1 : x1p); /* { dg-error "pointers to arrays with different qualifiers|assignment disca… in test()
96v1p = (1 ? p : z1); /* { dg-warning "pointer to array loses qualifier in conditional expression" }… in test()
99v1p = (1 ? pc : x1); /* { dg-error "assignment discards 'const' qualifier from pointer target type… in test()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A Dpointer-array-quals-1.c60 …double (*v1p)[2] = z1; /* { dg-warning "initialization discards 'const' qualifier from pointer tar… in test() local
81 v1p = z1; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
91v1p = (1 ? z1 : v1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
94v1p = (1 ? x1 : u1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
100v1p = (1 ? p : z1); /* { dg-warning "pointer to array loses qualifier in conditional expression" }… in test()
103v1p = (1 ? pc : x1); /* { dg-warning "assignment discards 'const' qualifier from pointer target ty… in test()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/
H A Dpointer-array-quals-1.c60 …double (*v1p)[2] = z1; /* { dg-warning "initialization discards 'const' qualifier from pointer tar… in test() local
81 v1p = z1; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
91v1p = (1 ? z1 : v1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
94v1p = (1 ? x1 : u1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
100v1p = (1 ? p : z1); /* { dg-warning "pointer to array loses qualifier in conditional expression" }… in test()
103v1p = (1 ? pc : x1); /* { dg-warning "assignment discards 'const' qualifier from pointer target ty… in test()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dpointer-array-quals-1.c60 …double (*v1p)[2] = z1; /* { dg-warning "initialization discards 'const' qualifier from pointer tar… in test() local
81 v1p = z1; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
91v1p = (1 ? z1 : v1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
94v1p = (1 ? x1 : u1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
100v1p = (1 ? p : z1); /* { dg-warning "pointer to array loses qualifier in conditional expression" }… in test()
103v1p = (1 ? pc : x1); /* { dg-warning "assignment discards 'const' qualifier from pointer target ty… in test()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpointer-array-quals-1.c60 …double (*v1p)[2] = z1; /* { dg-warning "initialization discards 'const' qualifier from pointer tar… in test() local
81 v1p = z1; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
91v1p = (1 ? z1 : v1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
94v1p = (1 ? x1 : u1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
100v1p = (1 ? p : z1); /* { dg-warning "pointer to array loses qualifier in conditional expression" }… in test()
103v1p = (1 ? pc : x1); /* { dg-warning "assignment discards 'const' qualifier from pointer target ty… in test()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpointer-array-quals-1.c60 …double (*v1p)[2] = z1; /* { dg-warning "initialization discards 'const' qualifier from pointer tar… in test() local
81 v1p = z1; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
91v1p = (1 ? z1 : v1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
94v1p = (1 ? x1 : u1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
100v1p = (1 ? p : z1); /* { dg-warning "pointer to array loses qualifier in conditional expression" }… in test()
103v1p = (1 ? pc : x1); /* { dg-warning "assignment discards 'const' qualifier from pointer target ty… in test()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpointer-array-quals-1.c60 …double (*v1p)[2] = z1; /* { dg-warning "initialization discards 'const' qualifier from pointer tar… in test() local
81 v1p = z1; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
91v1p = (1 ? z1 : v1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
94v1p = (1 ? x1 : u1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
100v1p = (1 ? p : z1); /* { dg-warning "pointer to array loses qualifier in conditional expression" }… in test()
103v1p = (1 ? pc : x1); /* { dg-warning "assignment discards 'const' qualifier from pointer target ty… in test()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/gcc.dg/
H A Dpointer-array-quals-1.c60 …double (*v1p)[2] = z1; /* { dg-warning "initialization discards 'const' qualifier from pointer tar… in test() local
81 v1p = z1; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
91v1p = (1 ? z1 : v1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
94v1p = (1 ? x1 : u1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
100v1p = (1 ? p : z1); /* { dg-warning "pointer to array loses qualifier in conditional expression" }… in test()
103v1p = (1 ? pc : x1); /* { dg-warning "assignment discards 'const' qualifier from pointer target ty… in test()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/gcc.dg/
H A Dpointer-array-quals-1.c60 …double (*v1p)[2] = z1; /* { dg-warning "initialization discards 'const' qualifier from pointer tar… in test() local
81 v1p = z1; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
91v1p = (1 ? z1 : v1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
94v1p = (1 ? x1 : u1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
100v1p = (1 ? p : z1); /* { dg-warning "pointer to array loses qualifier in conditional expression" }… in test()
103v1p = (1 ? pc : x1); /* { dg-warning "assignment discards 'const' qualifier from pointer target ty… in test()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpointer-array-quals-1.c60 …double (*v1p)[2] = z1; /* { dg-warning "initialization discards 'const' qualifier from pointer tar… in test() local
81 v1p = z1; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
91v1p = (1 ? z1 : v1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
94v1p = (1 ? x1 : u1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
100v1p = (1 ? p : z1); /* { dg-warning "pointer to array loses qualifier in conditional expression" }… in test()
103v1p = (1 ? pc : x1); /* { dg-warning "assignment discards 'const' qualifier from pointer target ty… in test()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gcc.dg/
H A Dpointer-array-quals-1.c60 …double (*v1p)[2] = z1; /* { dg-warning "initialization discards 'const' qualifier from pointer tar… in test() local
81 v1p = z1; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
91v1p = (1 ? z1 : v1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
94v1p = (1 ? x1 : u1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
100v1p = (1 ? p : z1); /* { dg-warning "pointer to array loses qualifier in conditional expression" }… in test()
103v1p = (1 ? pc : x1); /* { dg-warning "assignment discards 'const' qualifier from pointer target ty… in test()
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/gcc.dg/
H A Dpointer-array-quals-1.c60 …double (*v1p)[2] = z1; /* { dg-warning "initialization discards 'const' qualifier from pointer tar… in test() local
81 v1p = z1; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
91v1p = (1 ? z1 : v1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
94v1p = (1 ? x1 : u1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
100v1p = (1 ? p : z1); /* { dg-warning "pointer to array loses qualifier in conditional expression" }… in test()
103v1p = (1 ? pc : x1); /* { dg-warning "assignment discards 'const' qualifier from pointer target ty… in test()
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/gcc.dg/
H A Dpointer-array-quals-1.c60 …double (*v1p)[2] = z1; /* { dg-warning "initialization discards 'const' qualifier from pointer tar… in test() local
81 v1p = z1; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
91v1p = (1 ? z1 : v1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
94v1p = (1 ? x1 : u1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
100v1p = (1 ? p : z1); /* { dg-warning "pointer to array loses qualifier in conditional expression" }… in test()
103v1p = (1 ? pc : x1); /* { dg-warning "assignment discards 'const' qualifier from pointer target ty… in test()
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/gcc.dg/
H A Dpointer-array-quals-1.c60 …double (*v1p)[2] = z1; /* { dg-warning "initialization discards 'const' qualifier from pointer tar… in test() local
81 v1p = z1; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
91v1p = (1 ? z1 : v1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
94v1p = (1 ? x1 : u1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
100v1p = (1 ? p : z1); /* { dg-warning "pointer to array loses qualifier in conditional expression" }… in test()
103v1p = (1 ? pc : x1); /* { dg-warning "assignment discards 'const' qualifier from pointer target ty… in test()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dpointer-array-quals-1.c60 …double (*v1p)[2] = z1; /* { dg-warning "initialization discards 'const' qualifier from pointer tar… in test() local
81 v1p = z1; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
91v1p = (1 ? z1 : v1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
94v1p = (1 ? x1 : u1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
100v1p = (1 ? p : z1); /* { dg-warning "pointer to array loses qualifier in conditional expression" }… in test()
103v1p = (1 ? pc : x1); /* { dg-warning "assignment discards 'const' qualifier from pointer target ty… in test()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/gcc.dg/
H A Dpointer-array-quals-1.c60 …double (*v1p)[2] = z1; /* { dg-warning "initialization discards 'const' qualifier from pointer tar… in test() local
81 v1p = z1; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
91v1p = (1 ? z1 : v1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
94v1p = (1 ? x1 : u1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
100v1p = (1 ? p : z1); /* { dg-warning "pointer to array loses qualifier in conditional expression" }… in test()
103v1p = (1 ? pc : x1); /* { dg-warning "assignment discards 'const' qualifier from pointer target ty… in test()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gcc.dg/
H A Dpointer-array-quals-1.c60 …double (*v1p)[2] = z1; /* { dg-warning "initialization discards 'const' qualifier from pointer tar… in test() local
81 v1p = z1; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
91v1p = (1 ? z1 : v1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
94v1p = (1 ? x1 : u1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
100v1p = (1 ? p : z1); /* { dg-warning "pointer to array loses qualifier in conditional expression" }… in test()
103v1p = (1 ? pc : x1); /* { dg-warning "assignment discards 'const' qualifier from pointer target ty… in test()
H A Dc2x-qual-4.c59 …double (*v1p)[2] = z1; /* { dg-warning "initialization discards 'const' qualifier from pointer tar… in test() local
80 v1p = z1; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
90v1p = (1 ? z1 : v1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
93v1p = (1 ? x1 : u1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
99v1p = (1 ? p : z1); /* { dg-warning "assignment discards 'const' qualifier from pointer target typ… in test()
102v1p = (1 ? pc : x1); /* { dg-warning "assignment discards 'const' qualifier from pointer target ty… in test()
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gcc.dg/
H A Dpointer-array-quals-1.c60 …double (*v1p)[2] = z1; /* { dg-warning "initialization discards 'const' qualifier from pointer tar… in test() local
81 v1p = z1; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
91v1p = (1 ? z1 : v1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
94v1p = (1 ? x1 : u1p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
100v1p = (1 ? p : z1); /* { dg-warning "pointer to array loses qualifier in conditional expression" }… in test()
103v1p = (1 ? pc : x1); /* { dg-warning "assignment discards 'const' qualifier from pointer target ty… in test()
/dports/science/healpix/Healpix_3.50/src/f90/mod/
H A Dcoord_v_convert.f9066 real(dp), dimension(1:3) :: v1, v2, v3, v1p, v2p, v3p local
76 call xcc_V_CONVERT(v1,iepoch,oepoch,isys,osys,v1p)
81 v1p = v1p / sqrt(dot_product(v1p,v1p))
95 psi = atan2(v2p(3),-v1p(3))
100 psi = atan2(-v2p(1)+v1p(2), v2p(2)+v1p(1)) ! returns psi+phi for any theta /= 180
102 psi = atan2(-v2p(1)-v1p(2), v2p(2)-v1p(1)) ! return psi-phi for any theta /= 0
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/test/typeparam/valimp.dir/
H A Dmain.go23 v1p := new(a.Value[int])
24 a.Set(v1p, 3)
25 if got, want := a.Get(v1p), 3; got != want {
29 v1p.Set(4)
30 if got, want := v1p.Get(), 4; got != want {

12345678910>>...18