Home
last modified time | relevance | path

Searched refs:pm0 (Results 1 – 25 of 239) sorted by relevance

12345678910

/dports/graphics/geos/geos-3.9.1/src/operation/
H A DGeometryGraphOperation.cpp43 const PrecisionModel* pm0 = g0->getPrecisionModel(); in GeometryGraphOperation() local
44 assert(pm0); in GeometryGraphOperation()
50 if(pm0->compareTo(pm1) >= 0) { in GeometryGraphOperation()
51 setComputationPrecision(pm0); in GeometryGraphOperation()
69 const PrecisionModel* pm0 = g0->getPrecisionModel(); in GeometryGraphOperation() local
70 assert(pm0); in GeometryGraphOperation()
76 if(pm0->compareTo(pm1) >= 0) { in GeometryGraphOperation()
77 setComputationPrecision(pm0); in GeometryGraphOperation()
91 const PrecisionModel* pm0 = g0->getPrecisionModel(); in GeometryGraphOperation() local
92 assert(pm0); in GeometryGraphOperation()
[all …]
/dports/editors/ted/Ted-2.23/appUtil/
H A DutilPropMask.c46 void utilPropMaskOr( PropertyMask * pm0, in utilPropMaskOr() argument
53 { pm0->pmBits[byte]= pm1->pmBits[byte] | pm2->pmBits[byte]; } in utilPropMaskOr()
58 void utilPropMaskAnd( PropertyMask * pm0, in utilPropMaskAnd() argument
65 { pm0->pmBits[byte]= pm1->pmBits[byte] & pm2->pmBits[byte]; } in utilPropMaskAnd()
70 void utilPropMaskNot( PropertyMask * pm0, in utilPropMaskNot() argument
76 { pm0->pmBits[byte]= ~pm1->pmBits[byte]; } in utilPropMaskNot()
H A DutilPropMask.h34 extern void utilPropMaskAnd( PropertyMask * pm0,
38 extern void utilPropMaskOr( PropertyMask * pm0,
42 extern void utilPropMaskNot( PropertyMask * pm0,
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/go.test/test/
H A Dassign1.go79 pm0 *map[int]int var
196 pm0 = pm // ERROR "cannot use|incompatible"
197 pm0 = pm1 // ERROR "cannot use|incompatible"
198 pm = pm0 // ERROR "cannot use|incompatible"
200 pm1 = pm0 // ERROR "cannot use|incompatible"
321 pm0 = (*map[int]int)(pm)
322 pm0 = (*map[int]int)(pm1)
323 pm = (*M)(pm0)
325 pm1 = (*M1)(pm0)
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/go.test/test/
H A Dassign1.go79 pm0 *map[int]int var
196 pm0 = pm // ERROR "cannot use|incompatible"
197 pm0 = pm1 // ERROR "cannot use|incompatible"
198 pm = pm0 // ERROR "cannot use|incompatible"
200 pm1 = pm0 // ERROR "cannot use|incompatible"
321 pm0 = (*map[int]int)(pm)
322 pm0 = (*map[int]int)(pm1)
323 pm = (*M)(pm0)
325 pm1 = (*M1)(pm0)
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/go.test/test/
H A Dassign1.go79 pm0 *map[int]int var
196 pm0 = pm // ERROR "cannot use|incompatible"
197 pm0 = pm1 // ERROR "cannot use|incompatible"
198 pm = pm0 // ERROR "cannot use|incompatible"
200 pm1 = pm0 // ERROR "cannot use|incompatible"
321 pm0 = (*map[int]int)(pm)
322 pm0 = (*map[int]int)(pm1)
323 pm = (*M)(pm0)
325 pm1 = (*M1)(pm0)
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/go.test/test/
H A Dassign1.go79 pm0 *map[int]int var
196 pm0 = pm // ERROR "cannot use|incompatible"
197 pm0 = pm1 // ERROR "cannot use|incompatible"
198 pm = pm0 // ERROR "cannot use|incompatible"
200 pm1 = pm0 // ERROR "cannot use|incompatible"
321 pm0 = (*map[int]int)(pm)
322 pm0 = (*map[int]int)(pm1)
323 pm = (*M)(pm0)
325 pm1 = (*M1)(pm0)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/go.test/test/
H A Dassign1.go79 pm0 *map[int]int var
196 pm0 = pm // ERROR "cannot use|incompatible"
197 pm0 = pm1 // ERROR "cannot use|incompatible"
198 pm = pm0 // ERROR "cannot use|incompatible"
200 pm1 = pm0 // ERROR "cannot use|incompatible"
321 pm0 = (*map[int]int)(pm)
322 pm0 = (*map[int]int)(pm1)
323 pm = (*M)(pm0)
325 pm1 = (*M1)(pm0)
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/test/
H A Dassign1.go79 pm0 *map[int]int var
196 pm0 = pm // ERROR "cannot use|incompatible"
197 pm0 = pm1 // ERROR "cannot use|incompatible"
198 pm = pm0 // ERROR "cannot use|incompatible"
200 pm1 = pm0 // ERROR "cannot use|incompatible"
321 pm0 = (*map[int]int)(pm)
322 pm0 = (*map[int]int)(pm1)
323 pm = (*M)(pm0)
325 pm1 = (*M1)(pm0)
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/go.test/test/
H A Dassign1.go79 pm0 *map[int]int var
196 pm0 = pm // ERROR "cannot use|incompatible"
197 pm0 = pm1 // ERROR "cannot use|incompatible"
198 pm = pm0 // ERROR "cannot use|incompatible"
200 pm1 = pm0 // ERROR "cannot use|incompatible"
321 pm0 = (*map[int]int)(pm)
322 pm0 = (*map[int]int)(pm1)
323 pm = (*M)(pm0)
325 pm1 = (*M1)(pm0)
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/go.test/test/
H A Dassign1.go79 pm0 *map[int]int var
196 pm0 = pm // ERROR "cannot use|incompatible"
197 pm0 = pm1 // ERROR "cannot use|incompatible"
198 pm = pm0 // ERROR "cannot use|incompatible"
200 pm1 = pm0 // ERROR "cannot use|incompatible"
321 pm0 = (*map[int]int)(pm)
322 pm0 = (*map[int]int)(pm1)
323 pm = (*M)(pm0)
325 pm1 = (*M1)(pm0)
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/go.test/test/
H A Dassign1.go79 pm0 *map[int]int var
196 pm0 = pm // ERROR "cannot use|incompatible"
197 pm0 = pm1 // ERROR "cannot use|incompatible"
198 pm = pm0 // ERROR "cannot use|incompatible"
200 pm1 = pm0 // ERROR "cannot use|incompatible"
321 pm0 = (*map[int]int)(pm)
322 pm0 = (*map[int]int)(pm1)
323 pm = (*M)(pm0)
325 pm1 = (*M1)(pm0)
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/go.test/test/
H A Dassign1.go79 pm0 *map[int]int var
196 pm0 = pm // ERROR "cannot use|incompatible"
197 pm0 = pm1 // ERROR "cannot use|incompatible"
198 pm = pm0 // ERROR "cannot use|incompatible"
200 pm1 = pm0 // ERROR "cannot use|incompatible"
321 pm0 = (*map[int]int)(pm)
322 pm0 = (*map[int]int)(pm1)
323 pm = (*M)(pm0)
325 pm1 = (*M1)(pm0)
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/go.test/test/
H A Dassign1.go79 pm0 *map[int]int var
196 pm0 = pm // ERROR "cannot use|incompatible"
197 pm0 = pm1 // ERROR "cannot use|incompatible"
198 pm = pm0 // ERROR "cannot use|incompatible"
200 pm1 = pm0 // ERROR "cannot use|incompatible"
321 pm0 = (*map[int]int)(pm)
322 pm0 = (*map[int]int)(pm1)
323 pm = (*M)(pm0)
325 pm1 = (*M1)(pm0)
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/go.test/test/
H A Dassign1.go79 pm0 *map[int]int var
196 pm0 = pm // ERROR "cannot use|incompatible"
197 pm0 = pm1 // ERROR "cannot use|incompatible"
198 pm = pm0 // ERROR "cannot use|incompatible"
200 pm1 = pm0 // ERROR "cannot use|incompatible"
321 pm0 = (*map[int]int)(pm)
322 pm0 = (*map[int]int)(pm1)
323 pm = (*M)(pm0)
325 pm1 = (*M1)(pm0)
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/go.test/test/
H A Dassign1.go79 pm0 *map[int]int var
196 pm0 = pm // ERROR "cannot use|incompatible"
197 pm0 = pm1 // ERROR "cannot use|incompatible"
198 pm = pm0 // ERROR "cannot use|incompatible"
200 pm1 = pm0 // ERROR "cannot use|incompatible"
321 pm0 = (*map[int]int)(pm)
322 pm0 = (*map[int]int)(pm1)
323 pm = (*M)(pm0)
325 pm1 = (*M1)(pm0)
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/go.test/test/
H A Dassign1.go79 pm0 *map[int]int var
196 pm0 = pm // ERROR "cannot use|incompatible"
197 pm0 = pm1 // ERROR "cannot use|incompatible"
198 pm = pm0 // ERROR "cannot use|incompatible"
200 pm1 = pm0 // ERROR "cannot use|incompatible"
321 pm0 = (*map[int]int)(pm)
322 pm0 = (*map[int]int)(pm1)
323 pm = (*M)(pm0)
325 pm1 = (*M1)(pm0)
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/go.test/test/
H A Dassign1.go79 pm0 *map[int]int var
196 pm0 = pm // ERROR "cannot use|incompatible"
197 pm0 = pm1 // ERROR "cannot use|incompatible"
198 pm = pm0 // ERROR "cannot use|incompatible"
200 pm1 = pm0 // ERROR "cannot use|incompatible"
321 pm0 = (*map[int]int)(pm)
322 pm0 = (*map[int]int)(pm1)
323 pm = (*M)(pm0)
325 pm1 = (*M1)(pm0)
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/go.test/test/
H A Dassign1.go79 pm0 *map[int]int var
196 pm0 = pm // ERROR "cannot use|incompatible"
197 pm0 = pm1 // ERROR "cannot use|incompatible"
198 pm = pm0 // ERROR "cannot use|incompatible"
200 pm1 = pm0 // ERROR "cannot use|incompatible"
321 pm0 = (*map[int]int)(pm)
322 pm0 = (*map[int]int)(pm1)
323 pm = (*M)(pm0)
325 pm1 = (*M1)(pm0)
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/go.test/test/
H A Dassign1.go79 pm0 *map[int]int var
196 pm0 = pm // ERROR "cannot use|incompatible"
197 pm0 = pm1 // ERROR "cannot use|incompatible"
198 pm = pm0 // ERROR "cannot use|incompatible"
200 pm1 = pm0 // ERROR "cannot use|incompatible"
321 pm0 = (*map[int]int)(pm)
322 pm0 = (*map[int]int)(pm1)
323 pm = (*M)(pm0)
325 pm1 = (*M1)(pm0)
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/go.test/test/
H A Dassign1.go79 pm0 *map[int]int var
196 pm0 = pm // ERROR "cannot use|incompatible"
197 pm0 = pm1 // ERROR "cannot use|incompatible"
198 pm = pm0 // ERROR "cannot use|incompatible"
200 pm1 = pm0 // ERROR "cannot use|incompatible"
321 pm0 = (*map[int]int)(pm)
322 pm0 = (*map[int]int)(pm1)
323 pm = (*M)(pm0)
325 pm1 = (*M1)(pm0)
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/go.test/test/
H A Dassign1.go79 pm0 *map[int]int
196 pm0 = pm // ERROR "cannot use|incompatible"
197 pm0 = pm1 // ERROR "cannot use|incompatible"
198 pm = pm0 // ERROR "cannot use|incompatible"
200 pm1 = pm0 // ERROR "cannot use|incompatible"
321 pm0 = (*map[int]int)(pm)
322 pm0 = (*map[int]int)(pm1)
323 pm = (*M)(pm0)
325 pm1 = (*M1)(pm0)
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/go.test/test/
H A Dassign1.go79 pm0 *map[int]int var
196 pm0 = pm // ERROR "cannot use|incompatible"
197 pm0 = pm1 // ERROR "cannot use|incompatible"
198 pm = pm0 // ERROR "cannot use|incompatible"
200 pm1 = pm0 // ERROR "cannot use|incompatible"
321 pm0 = (*map[int]int)(pm)
322 pm0 = (*map[int]int)(pm1)
323 pm = (*M)(pm0)
325 pm1 = (*M1)(pm0)
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/go.test/test/
H A Dassign1.go79 pm0 *map[int]int var
196 pm0 = pm // ERROR "cannot use|incompatible"
197 pm0 = pm1 // ERROR "cannot use|incompatible"
198 pm = pm0 // ERROR "cannot use|incompatible"
200 pm1 = pm0 // ERROR "cannot use|incompatible"
321 pm0 = (*map[int]int)(pm)
322 pm0 = (*map[int]int)(pm1)
323 pm = (*M)(pm0)
325 pm1 = (*M1)(pm0)
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/testsuite/go.test/test/
H A Dassign1.go79 pm0 *map[int]int var
196 pm0 = pm // ERROR "cannot use|incompatible"
197 pm0 = pm1 // ERROR "cannot use|incompatible"
198 pm = pm0 // ERROR "cannot use|incompatible"
200 pm1 = pm0 // ERROR "cannot use|incompatible"
321 pm0 = (*map[int]int)(pm)
322 pm0 = (*map[int]int)(pm1)
323 pm = (*M)(pm0)
325 pm1 = (*M1)(pm0)

12345678910