Home
last modified time | relevance | path

Searched refs:Mr1 (Results 1 – 25 of 113) sorted by relevance

12345

/dports/math/tvmet/tvmet-1.7.2/testsuite/
H A DTestMatrixElementwise.h86 Matrix<T, 3, 3> M1, M2, Mr1, Mr2; in sqr_add() local
91 Mr1 = M1 + M2; in sqr_add()
103 Matrix<T, 3, 3> M1, M2, Mr1, Mr2; in sqr_xpr_add() local
111 Mr1 = (c1+M1) + (c2+M2); in sqr_xpr_add()
123 Matrix<T, 3, 3> M1, M2, Mr1, Mr2; in sqr_mul() local
140 Matrix<T, 3, 3> M1, M2, Mr1, Mr2; in sqr_xpr_mul() local
164 Matrix<T, 4, 3> M1, M2, Mr1, Mr2; in nsqr_add() local
169 Mr1 = M1 + M2; in nsqr_add()
181 Matrix<T, 4, 3> M1, M2, Mr1, Mr2; in nsqr_xpr_add() local
189 Mr1 = (c1+M1) + (c2+M2); in nsqr_xpr_add()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/drivers/net/
H A Dbcm570x_autoneg.h224 #define mr_an_complete Mr1.bits.an_complete
225 #define mr_link_ok Mr1.bits.link_ok
226 } Mr1; member
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/drivers/net/
H A Dbcm570x_autoneg.h224 #define mr_an_complete Mr1.bits.an_complete
225 #define mr_link_ok Mr1.bits.link_ok
226 } Mr1; member
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/drivers/net/
H A Dbcm570x_autoneg.h224 #define mr_an_complete Mr1.bits.an_complete
225 #define mr_link_ok Mr1.bits.link_ok
226 } Mr1; member
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/drivers/net/
H A Dbcm570x_autoneg.h224 #define mr_an_complete Mr1.bits.an_complete
225 #define mr_link_ok Mr1.bits.link_ok
226 } Mr1; member
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/drivers/net/
H A Dbcm570x_autoneg.h224 #define mr_an_complete Mr1.bits.an_complete
225 #define mr_link_ok Mr1.bits.link_ok
226 } Mr1; member
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/drivers/net/
H A Dbcm570x_autoneg.h224 #define mr_an_complete Mr1.bits.an_complete
225 #define mr_link_ok Mr1.bits.link_ok
226 } Mr1; member
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/drivers/net/
H A Dbcm570x_autoneg.h224 #define mr_an_complete Mr1.bits.an_complete
225 #define mr_link_ok Mr1.bits.link_ok
226 } Mr1; member
/dports/games/trackballs/trackballs-1.3.3/share/levels/
H A Dbx3.scm176 (define Mr1 (new-mr-black 82 85)) unknown
177 (set-acceleration Mr1 5.0)
178 (set-horizon Mr1 15.0)
179 (set-primary-color Mr1 0.9 0.4 0.0 1.0)
185 (set-primary-color Mr1 0.9 0.4 0.0 1.0)
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/
H A Ddecltype006a.java85 short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype006aOverridenClass
197 short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype006aMainClass
309 public short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype006aImplClass
363 short[] Mr1(short r[]); in Mr1() method
416 short[] Mr1(short r[]); in Mr1() method
H A Ddecltype004a.java83 short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype004aMainClass
205 public short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype004aImplClass
257 short[] Mr1(short r[]); in Mr1() method
H A Ddecltype005a.java87 short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype005aMainClass
209 public short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype005aImplClass
265 short[] Mr1(short r[]); in Mr1() method
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/
H A Ddecltype006a.java85 short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype006aOverridenClass
197 short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype006aMainClass
309 public short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype006aImplClass
363 short[] Mr1(short r[]); in Mr1() method
416 short[] Mr1(short r[]); in Mr1() method
H A Ddecltype005a.java87 short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype005aMainClass
209 public short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype005aImplClass
265 short[] Mr1(short r[]); in Mr1() method
H A Ddecltype004a.java83 short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype004aMainClass
205 public short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype004aImplClass
257 short[] Mr1(short r[]); in Mr1() method
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/
H A Ddecltype006a.java85 short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype006aOverridenClass
197 short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype006aMainClass
309 public short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype006aImplClass
363 short[] Mr1(short r[]); in Mr1() method
416 short[] Mr1(short r[]); in Mr1() method
H A Ddecltype004a.java83 short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype004aMainClass
205 public short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype004aImplClass
257 short[] Mr1(short r[]); in Mr1() method
H A Ddecltype005a.java87 short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype005aMainClass
209 public short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype005aImplClass
265 short[] Mr1(short r[]); in Mr1() method
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/
H A Ddecltype006a.java85 short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype006aOverridenClass
197 short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype006aMainClass
309 public short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype006aImplClass
363 short[] Mr1(short r[]); in Mr1() method
416 short[] Mr1(short r[]); in Mr1() method
H A Ddecltype005a.java87 short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype005aMainClass
209 public short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype005aImplClass
265 short[] Mr1(short r[]); in Mr1() method
H A Ddecltype004a.java83 short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype004aMainClass
205 public short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype004aImplClass
257 short[] Mr1(short r[]); in Mr1() method
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/
H A Ddecltype006a.java85 short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype006aOverridenClass
197 short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype006aMainClass
309 public short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype006aImplClass
363 short[] Mr1(short r[]); in Mr1() method
416 short[] Mr1(short r[]); in Mr1() method
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/
H A Ddecltype006a.java85 short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype006aOverridenClass
197 short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype006aMainClass
309 public short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype006aImplClass
363 short[] Mr1(short r[]); in Mr1() method
416 short[] Mr1(short r[]); in Mr1() method
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/
H A Ddecltype006a.java85 short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype006aOverridenClass
197 short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype006aMainClass
309 public short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype006aImplClass
363 short[] Mr1(short r[]); in Mr1() method
416 short[] Mr1(short r[]); in Mr1() method
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jdi/TypeComponent/declaringType/
H A Ddecltype006a.java85 short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype006aOverridenClass
197 short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype006aMainClass
309 public short[] Mr1(short r[]) { return r; }; in Mr1() method in decltype006aImplClass
363 short[] Mr1(short r[]); in Mr1() method
416 short[] Mr1(short r[]); in Mr1() method

12345