Home
last modified time | relevance | path

Searched refs:v0p (Results 1 – 25 of 102) sorted by relevance

12345

/dports/math/openmesh/OpenMesh-8.1/src/OpenMesh/Tools/Decimater/
H A DModHausdorffT_impl.hh110 v0p = _v0; in distPointTriangleSquared()
112 v0p = _v1; in distPointTriangleSquared()
119 v0p = _v2; in distPointTriangleSquared()
121 v0p = _v1; in distPointTriangleSquared()
136 v0p = _v0; in distPointTriangleSquared()
138 v0p = _v2; in distPointTriangleSquared()
145 v0p = _v2; in distPointTriangleSquared()
147 v0p = _v1; in distPointTriangleSquared()
160 v0p = _v0; in distPointTriangleSquared()
162 v0p = _v2; in distPointTriangleSquared()
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gcc.dg/
H A Dpointer-array-quals-1.c59 …double (*v0p) = z0; /* { dg-warning "initialization discards 'const' qualifier from pointer target… in test() local
80 v0p = z0; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
90v0p = (1 ? z0 : v0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
93v0p = (1 ? x0 : u0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
99v0p = (1 ? p : z0); /* { dg-warning "assignment discards 'const' qualifier from pointer target typ… in test()
102v0p = (1 ? pc : x0); /* { dg-warning "assignment discards 'const' qualifier from pointer target ty… in test()
H A Dpointer-array-quals-2.c58 …double (*v0p) = z0; /* { dg-error "initialization discards 'const' qualifier from pointer target t… in test() local
86v0p = (1 ? z0 : v0p); /* { dg-error "assignment discards 'const' qualifier from pointer target typ… in test()
89v0p = (1 ? x0 : x0p); /* { dg-error "assignment discards 'const' qualifier from pointer target typ… in test()
95v0p = (1 ? p : z0); /* { dg-error "assignment discards 'const' qualifier from pointer target type"… in test()
98v0p = (1 ? pc : x0); /* { 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.c59 …double (*v0p) = z0; /* { dg-warning "initialization discards 'const' qualifier from pointer target… in test() local
80 v0p = z0; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
90v0p = (1 ? z0 : v0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
93v0p = (1 ? x0 : u0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
99v0p = (1 ? p : z0); /* { dg-warning "assignment discards 'const' qualifier from pointer target typ… in test()
102v0p = (1 ? pc : x0); /* { dg-warning "assignment discards 'const' qualifier from pointer target ty… in test()
H A Dpointer-array-quals-2.c58 …double (*v0p) = z0; /* { dg-error "initialization discards 'const' qualifier from pointer target t… in test() local
86v0p = (1 ? z0 : v0p); /* { dg-error "assignment discards 'const' qualifier from pointer target typ… in test()
89v0p = (1 ? x0 : x0p); /* { dg-error "assignment discards 'const' qualifier from pointer target typ… in test()
95v0p = (1 ? p : z0); /* { dg-error "assignment discards 'const' qualifier from pointer target type"… in test()
98v0p = (1 ? pc : x0); /* { dg-error "assignment discards 'const' qualifier from pointer target type… in test()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/gcc.dg/
H A Dpointer-array-quals-1.c59 …double (*v0p) = z0; /* { dg-warning "initialization discards 'const' qualifier from pointer target… in test() local
80 v0p = z0; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
90v0p = (1 ? z0 : v0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
93v0p = (1 ? x0 : u0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
99v0p = (1 ? p : z0); /* { dg-warning "assignment discards 'const' qualifier from pointer target typ… in test()
102v0p = (1 ? pc : x0); /* { dg-warning "assignment discards 'const' qualifier from pointer target ty… in test()
H A Dpointer-array-quals-2.c58 …double (*v0p) = z0; /* { dg-error "initialization discards 'const' qualifier from pointer target t… in test() local
86v0p = (1 ? z0 : v0p); /* { dg-error "assignment discards 'const' qualifier from pointer target typ… in test()
89v0p = (1 ? x0 : x0p); /* { dg-error "assignment discards 'const' qualifier from pointer target typ… in test()
95v0p = (1 ? p : z0); /* { dg-error "assignment discards 'const' qualifier from pointer target type"… in test()
98v0p = (1 ? pc : x0); /* { dg-error "assignment discards 'const' qualifier from pointer target type… in test()
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gcc.dg/
H A Dpointer-array-quals-1.c59 …double (*v0p) = z0; /* { dg-warning "initialization discards 'const' qualifier from pointer target… in test() local
80 v0p = z0; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
90v0p = (1 ? z0 : v0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
93v0p = (1 ? x0 : u0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
99v0p = (1 ? p : z0); /* { dg-warning "assignment discards 'const' qualifier from pointer target typ… in test()
102v0p = (1 ? pc : x0); /* { dg-warning "assignment discards 'const' qualifier from pointer target ty… in test()
H A Dpointer-array-quals-2.c58 …double (*v0p) = z0; /* { dg-error "initialization discards 'const' qualifier from pointer target t… in test() local
86v0p = (1 ? z0 : v0p); /* { dg-error "assignment discards 'const' qualifier from pointer target typ… in test()
89v0p = (1 ? x0 : x0p); /* { dg-error "assignment discards 'const' qualifier from pointer target typ… in test()
95v0p = (1 ? p : z0); /* { dg-error "assignment discards 'const' qualifier from pointer target type"… in test()
98v0p = (1 ? pc : x0); /* { dg-error "assignment discards 'const' qualifier from pointer target type… in test()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpointer-array-quals-1.c59 …double (*v0p) = z0; /* { dg-warning "initialization discards 'const' qualifier from pointer target… in test() local
80 v0p = z0; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
90v0p = (1 ? z0 : v0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
93v0p = (1 ? x0 : u0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
99v0p = (1 ? p : z0); /* { dg-warning "assignment discards 'const' qualifier from pointer target typ… in test()
102v0p = (1 ? pc : x0); /* { dg-warning "assignment discards 'const' qualifier from pointer target ty… in test()
H A Dpointer-array-quals-2.c58 …double (*v0p) = z0; /* { dg-error "initialization discards 'const' qualifier from pointer target t… in test() local
86v0p = (1 ? z0 : v0p); /* { dg-error "assignment discards 'const' qualifier from pointer target typ… in test()
89v0p = (1 ? x0 : x0p); /* { dg-error "assignment discards 'const' qualifier from pointer target typ… in test()
95v0p = (1 ? p : z0); /* { dg-error "assignment discards 'const' qualifier from pointer target type"… in test()
98v0p = (1 ? pc : x0); /* { dg-error "assignment discards 'const' qualifier from pointer target type… in test()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gcc.dg/
H A Dpointer-array-quals-1.c59 …double (*v0p) = z0; /* { dg-warning "initialization discards 'const' qualifier from pointer target… in test() local
80 v0p = z0; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
90v0p = (1 ? z0 : v0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
93v0p = (1 ? x0 : u0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
99v0p = (1 ? p : z0); /* { dg-warning "assignment discards 'const' qualifier from pointer target typ… in test()
102v0p = (1 ? pc : x0); /* { 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.c59 …double (*v0p) = z0; /* { dg-warning "initialization discards 'const' qualifier from pointer target… in test() local
80 v0p = z0; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
90v0p = (1 ? z0 : v0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
93v0p = (1 ? x0 : u0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
99v0p = (1 ? p : z0); /* { dg-warning "assignment discards 'const' qualifier from pointer target typ… in test()
102v0p = (1 ? pc : x0); /* { 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.c59 …double (*v0p) = z0; /* { dg-warning "initialization discards 'const' qualifier from pointer target… in test() local
80 v0p = z0; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
90v0p = (1 ? z0 : v0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
93v0p = (1 ? x0 : u0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
99v0p = (1 ? p : z0); /* { dg-warning "assignment discards 'const' qualifier from pointer target typ… in test()
102v0p = (1 ? pc : x0); /* { 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.c59 …double (*v0p) = z0; /* { dg-warning "initialization discards 'const' qualifier from pointer target… in test() local
80 v0p = z0; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
90v0p = (1 ? z0 : v0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
93v0p = (1 ? x0 : u0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
99v0p = (1 ? p : z0); /* { dg-warning "assignment discards 'const' qualifier from pointer target typ… in test()
102v0p = (1 ? pc : x0); /* { 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.c59 …double (*v0p) = z0; /* { dg-warning "initialization discards 'const' qualifier from pointer target… in test() local
80 v0p = z0; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
90v0p = (1 ? z0 : v0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
93v0p = (1 ? x0 : u0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
99v0p = (1 ? p : z0); /* { dg-warning "assignment discards 'const' qualifier from pointer target typ… in test()
102v0p = (1 ? pc : x0); /* { 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.c59 …double (*v0p) = z0; /* { dg-warning "initialization discards 'const' qualifier from pointer target… in test() local
80 v0p = z0; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
90v0p = (1 ? z0 : v0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
93v0p = (1 ? x0 : u0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
99v0p = (1 ? p : z0); /* { dg-warning "assignment discards 'const' qualifier from pointer target typ… in test()
102v0p = (1 ? pc : x0); /* { 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.c59 …double (*v0p) = z0; /* { dg-warning "initialization discards 'const' qualifier from pointer target… in test() local
80 v0p = z0; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
90v0p = (1 ? z0 : v0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
93v0p = (1 ? x0 : u0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
99v0p = (1 ? p : z0); /* { dg-warning "assignment discards 'const' qualifier from pointer target typ… in test()
102v0p = (1 ? pc : x0); /* { 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.c59 …double (*v0p) = z0; /* { dg-warning "initialization discards 'const' qualifier from pointer target… in test() local
80 v0p = z0; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
90v0p = (1 ? z0 : v0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
93v0p = (1 ? x0 : u0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
99v0p = (1 ? p : z0); /* { dg-warning "assignment discards 'const' qualifier from pointer target typ… in test()
102v0p = (1 ? pc : x0); /* { 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.c59 …double (*v0p) = z0; /* { dg-warning "initialization discards 'const' qualifier from pointer target… in test() local
80 v0p = z0; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
90v0p = (1 ? z0 : v0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
93v0p = (1 ? x0 : u0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
99v0p = (1 ? p : z0); /* { dg-warning "assignment discards 'const' qualifier from pointer target typ… in test()
102v0p = (1 ? pc : x0); /* { 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.c59 …double (*v0p) = z0; /* { dg-warning "initialization discards 'const' qualifier from pointer target… in test() local
80 v0p = z0; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
90v0p = (1 ? z0 : v0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
93v0p = (1 ? x0 : u0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
99v0p = (1 ? p : z0); /* { dg-warning "assignment discards 'const' qualifier from pointer target typ… in test()
102v0p = (1 ? pc : x0); /* { 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.c59 …double (*v0p) = z0; /* { dg-warning "initialization discards 'const' qualifier from pointer target… in test() local
80 v0p = z0; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
90v0p = (1 ? z0 : v0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
93v0p = (1 ? x0 : u0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
99v0p = (1 ? p : z0); /* { dg-warning "assignment discards 'const' qualifier from pointer target typ… in test()
102v0p = (1 ? pc : x0); /* { 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.c59 …double (*v0p) = z0; /* { dg-warning "initialization discards 'const' qualifier from pointer target… in test() local
80 v0p = z0; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
90v0p = (1 ? z0 : v0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
93v0p = (1 ? x0 : u0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
99v0p = (1 ? p : z0); /* { dg-warning "assignment discards 'const' qualifier from pointer target typ… in test()
102v0p = (1 ? pc : x0); /* { dg-warning "assignment discards 'const' qualifier from pointer target ty… in test()
H A Dc2x-qual-4.c58 …double (*v0p) = z0; /* { dg-warning "initialization discards 'const' qualifier from pointer target… in test() local
79 v0p = z0; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
89v0p = (1 ? z0 : v0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
92v0p = (1 ? x0 : u0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
98v0p = (1 ? p : z0); /* { dg-warning "assignment discards 'const' qualifier from pointer target typ… in test()
101v0p = (1 ? pc : x0); /* { 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.c59 …double (*v0p) = z0; /* { dg-warning "initialization discards 'const' qualifier from pointer target… in test() local
80 v0p = z0; /* { dg-warning "assignment discards 'const' qualifier from pointer target type" } */ in test()
90v0p = (1 ? z0 : v0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
93v0p = (1 ? x0 : u0p); /* { dg-warning "assignment discards 'const' qualifier from pointer target t… in test()
99v0p = (1 ? p : z0); /* { dg-warning "assignment discards 'const' qualifier from pointer target typ… in test()
102v0p = (1 ? pc : x0); /* { dg-warning "assignment discards 'const' qualifier from pointer target ty… in test()

12345