Home
last modified time | relevance | path

Searched refs:v2p (Results 1 – 25 of 468) sorted by relevance

12345678910>>...19

/dports/math/tmv/tmv-0.75/src/
H A DTMV_MultVV.cpp136 const double* v2p = v2.cptr(); in DoMultVV() local
137 if (s2 < 0) v2p += (n-1)*s2; in DoMultVV()
152 if (s2 < 0) v2p += (n-1)*s2; in DoMultVV()
157 BLASV(n),BLASP(v2p),BLASV(s2), in DoMultVV()
178 const double* v2p = v2.cptr(); in DoMultVV() local
179 if (s2 < 0) v2p += (n-1)*s2; in DoMultVV()
196 const float* v2p = v2.cptr(); in DoMultVV() local
197 if (s2 < 0) v2p += (n-1)*s2; in DoMultVV()
212 if (s2 < 0) v2p += (n-1)*s2; in DoMultVV()
238 const float* v2p = v2.cptr(); in DoMultVV() local
[all …]
H A DTMV_AddVV.cpp183 double* v2p = v2.ptr(); in DoAddVV() local
184 if (s2<0) v2p += (n-1)*s2; in DoAddVV()
199 std::complex<double>* v2p = v2.ptr(); in DoAddVV() local
200 if (s2<0) v2p += (n-1)*s2; in DoAddVV()
218 if (s2<0) v2p += (n-1)*v2.step(); in DoAddVV()
240 float* v2p = v2.ptr(); in DoAddVV() local
241 if (s2<0) v2p += (n-1)*s2; in DoAddVV()
256 std::complex<float>* v2p = v2.ptr(); in DoAddVV() local
257 if (s2<0) v2p += (n-1)*s2; in DoAddVV()
274 std::complex<float>* v2p = v2.ptr(); in DoAddVV() local
[all …]
H A DTMV_Givens.cpp221 double* v2p = v2.ptr(); in DoGivensMult() local
222 if (s2<0) v2p += (n-1)*s2; in DoGivensMult()
241 std::complex<double>* v2p = v2.ptr(); in DoGivensMult() local
242 if (s2<0) v2p += (n-1)*s2; in DoGivensMult()
263 if (s2<0) v2p += (n-1)*s2; in DoGivensMult()
282 float* v2p = v2.ptr(); in DoGivensMult() local
283 if (s2<0) v2p += (n-1)*s2; in DoGivensMult()
302 std::complex<float>* v2p = v2.ptr(); in DoGivensMult() local
303 if (s2<0) v2p += (n-1)*s2; in DoGivensMult()
323 std::complex<float>* v2p = v2.ptr(); in DoGivensMult() local
[all …]
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/Samples/Media/materials/programs/HLSL/
H A DHeatVision.hlsl6 struct v2p
17 v2p HeatCaster_vp(
24 v2p output;
33 v2p input
44 v2p ColdCaster_vp(
51 v2p output;
72 v2p LightToHeat_vp(
78 v2p output;
146 v2p Blur_vp(
152 v2p output;
[all …]
/dports/graphics/ogre3d/ogre-1.11.6/Samples/Media/materials/programs/HLSL/
H A DHeatVision.hlsl6 struct v2p
17 v2p HeatCaster_vp(
24 v2p output;
33 v2p input
44 v2p ColdCaster_vp(
51 v2p output;
72 v2p LightToHeat_vp(
78 v2p output;
146 v2p Blur_vp(
152 v2p output;
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A Dpointer-array-quals-1.c61 …double (*v2p)[2][2] = z2; /* { dg-warning "initialization discards 'const' qualifier from pointer … in test() local
82 v2p = z2; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
92v2p = (1 ? z2 : v2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
95v2p = (1 ? x2 : u2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
101v2p = (1 ? p : z2); /* { dg-warning "pointer to array loses qualifier in conditional expression" }… in test()
104v2p = (1 ? pc : x2); /* { dg-warning "assignment discards 'const' qualifier from pointer target ty… in test()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/gcc.dg/
H A Dpointer-array-quals-1.c61 …double (*v2p)[2][2] = z2; /* { dg-warning "initialization discards 'const' qualifier from pointer … in test() local
82 v2p = z2; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
92v2p = (1 ? z2 : v2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
95v2p = (1 ? x2 : u2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
101v2p = (1 ? p : z2); /* { dg-warning "pointer to array loses qualifier in conditional expression" }… in test()
104v2p = (1 ? pc : x2); /* { 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.c61 …double (*v2p)[2][2] = z2; /* { dg-warning "initialization discards 'const' qualifier from pointer … in test() local
82 v2p = z2; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
92v2p = (1 ? z2 : v2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
95v2p = (1 ? x2 : u2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
101v2p = (1 ? p : z2); /* { dg-warning "pointer to array loses qualifier in conditional expression" }… in test()
104v2p = (1 ? pc : x2); /* { 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.c61 …double (*v2p)[2][2] = z2; /* { dg-warning "initialization discards 'const' qualifier from pointer … in test() local
82 v2p = z2; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
92v2p = (1 ? z2 : v2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
95v2p = (1 ? x2 : u2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
101v2p = (1 ? p : z2); /* { dg-warning "pointer to array loses qualifier in conditional expression" }… in test()
104v2p = (1 ? pc : x2); /* { 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.c61 …double (*v2p)[2][2] = z2; /* { dg-warning "initialization discards 'const' qualifier from pointer … in test() local
82 v2p = z2; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
92v2p = (1 ? z2 : v2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
95v2p = (1 ? x2 : u2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
101v2p = (1 ? p : z2); /* { dg-warning "pointer to array loses qualifier in conditional expression" }… in test()
104v2p = (1 ? pc : x2); /* { 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.c61 …double (*v2p)[2][2] = z2; /* { dg-warning "initialization discards 'const' qualifier from pointer … in test() local
82 v2p = z2; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
92v2p = (1 ? z2 : v2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
95v2p = (1 ? x2 : u2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
101v2p = (1 ? p : z2); /* { dg-warning "pointer to array loses qualifier in conditional expression" }… in test()
104v2p = (1 ? pc : x2); /* { 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.c61 …double (*v2p)[2][2] = z2; /* { dg-warning "initialization discards 'const' qualifier from pointer … in test() local
82 v2p = z2; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
92v2p = (1 ? z2 : v2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
95v2p = (1 ? x2 : u2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
101v2p = (1 ? p : z2); /* { dg-warning "pointer to array loses qualifier in conditional expression" }… in test()
104v2p = (1 ? pc : x2); /* { 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.c61 …double (*v2p)[2][2] = z2; /* { dg-warning "initialization discards 'const' qualifier from pointer … in test() local
82 v2p = z2; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
92v2p = (1 ? z2 : v2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
95v2p = (1 ? x2 : u2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
101v2p = (1 ? p : z2); /* { dg-warning "pointer to array loses qualifier in conditional expression" }… in test()
104v2p = (1 ? pc : x2); /* { 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.c61 …double (*v2p)[2][2] = z2; /* { dg-warning "initialization discards 'const' qualifier from pointer … in test() local
82 v2p = z2; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
92v2p = (1 ? z2 : v2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
95v2p = (1 ? x2 : u2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
101v2p = (1 ? p : z2); /* { dg-warning "pointer to array loses qualifier in conditional expression" }… in test()
104v2p = (1 ? pc : x2); /* { 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.c61 …double (*v2p)[2][2] = z2; /* { dg-warning "initialization discards 'const' qualifier from pointer … in test() local
82 v2p = z2; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
92v2p = (1 ? z2 : v2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
95v2p = (1 ? x2 : u2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
101v2p = (1 ? p : z2); /* { dg-warning "pointer to array loses qualifier in conditional expression" }… in test()
104v2p = (1 ? pc : x2); /* { 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.c61 …double (*v2p)[2][2] = z2; /* { dg-warning "initialization discards 'const' qualifier from pointer … in test() local
82 v2p = z2; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
92v2p = (1 ? z2 : v2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
95v2p = (1 ? x2 : u2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
101v2p = (1 ? p : z2); /* { dg-warning "pointer to array loses qualifier in conditional expression" }… in test()
104v2p = (1 ? pc : x2); /* { 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.c61 …double (*v2p)[2][2] = z2; /* { dg-warning "initialization discards 'const' qualifier from pointer … in test() local
82 v2p = z2; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
92v2p = (1 ? z2 : v2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
95v2p = (1 ? x2 : u2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
101v2p = (1 ? p : z2); /* { dg-warning "pointer to array loses qualifier in conditional expression" }… in test()
104v2p = (1 ? pc : x2); /* { 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.c61 …double (*v2p)[2][2] = z2; /* { dg-warning "initialization discards 'const' qualifier from pointer … in test() local
82 v2p = z2; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
92v2p = (1 ? z2 : v2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
95v2p = (1 ? x2 : u2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
101v2p = (1 ? p : z2); /* { dg-warning "pointer to array loses qualifier in conditional expression" }… in test()
104v2p = (1 ? pc : x2); /* { 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.c61 …double (*v2p)[2][2] = z2; /* { dg-warning "initialization discards 'const' qualifier from pointer … in test() local
82 v2p = z2; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
92v2p = (1 ? z2 : v2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
95v2p = (1 ? x2 : u2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
101v2p = (1 ? p : z2); /* { dg-warning "pointer to array loses qualifier in conditional expression" }… in test()
104v2p = (1 ? pc : x2); /* { 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.c61 …double (*v2p)[2][2] = z2; /* { dg-warning "initialization discards 'const' qualifier from pointer … in test() local
82 v2p = z2; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
92v2p = (1 ? z2 : v2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
95v2p = (1 ? x2 : u2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
101v2p = (1 ? p : z2); /* { dg-warning "pointer to array loses qualifier in conditional expression" }… in test()
104v2p = (1 ? pc : x2); /* { 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.c61 …double (*v2p)[2][2] = z2; /* { dg-warning "initialization discards 'const' qualifier from pointer … in test() local
82 v2p = z2; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
92v2p = (1 ? z2 : v2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
95v2p = (1 ? x2 : u2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
101v2p = (1 ? p : z2); /* { dg-warning "pointer to array loses qualifier in conditional expression" }… in test()
104v2p = (1 ? pc : x2); /* { 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.c61 …double (*v2p)[2][2] = z2; /* { dg-warning "initialization discards 'const' qualifier from pointer … in test() local
82 v2p = z2; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
92v2p = (1 ? z2 : v2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
95v2p = (1 ? x2 : u2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
101v2p = (1 ? p : z2); /* { dg-warning "pointer to array loses qualifier in conditional expression" }… in test()
104v2p = (1 ? pc : x2); /* { dg-warning "assignment discards 'const' qualifier from pointer target ty… in test()
H A Dc2x-qual-4.c60 …double (*v2p)[2][2] = z2; /* { dg-warning "initialization discards 'const' qualifier from pointer … in test() local
81 v2p = z2; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
91v2p = (1 ? z2 : v2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
94v2p = (1 ? x2 : u2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
100v2p = (1 ? p : z2); /* { dg-warning "assignment discards 'const' qualifier from pointer target typ… in test()
103v2p = (1 ? pc : x2); /* { 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.c61 …double (*v2p)[2][2] = z2; /* { dg-warning "initialization discards 'const' qualifier from pointer … in test() local
82 v2p = z2; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
92v2p = (1 ? z2 : v2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
95v2p = (1 ? x2 : u2p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
101v2p = (1 ? p : z2); /* { dg-warning "pointer to array loses qualifier in conditional expression" }… in test()
104v2p = (1 ? pc : x2); /* { 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
77 call xcc_V_CONVERT(v2,iepoch,oepoch,isys,osys,v2p)
82 v2p = v2p / sqrt(dot_product(v2p,v2p))
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

12345678910>>...19