Home
last modified time | relevance | path

Searched refs:VD2 (Results 1 – 25 of 85) sorted by relevance

1234

/dports/devel/spark/spark-2.1.1/graphx/src/main/scala/org/apache/spark/graphx/impl/
H A DVertexPartitionBaseOps.scala40 def withValues[VD2: ClassTag](values: Array[VD2]): Self[VD2]
56 def map[VD2: ClassTag](f: (VertexId, VD) => VD2): Self[VD2] = {
128 (other: Self[VD2])
148 (other: Iterator[(VertexId, VD2)])
156 (f: (VertexId, VD, U) => VD2): Self[VD2] = {
177 (f: (VertexId, VD, U) => VD2): Self[VD2] = {
184 def createUsingIndex[VD2: ClassTag](iter: Iterator[Product2[VertexId, VD2]])
185 : Self[VD2] = {
216 def aggregateUsingIndex[VD2: ClassTag](
218 reduceFunc: (VD2, VD2) => VD2): Self[VD2] = {
[all …]
H A DVertexRDDImpl.scala95 : VertexRDD[VD2] = {
100 override def mapValues[VD2: ClassTag](f: VD => VD2): VertexRDD[VD2] =
103 override def mapValues[VD2: ClassTag](f: (VertexId, VD) => VD2): VertexRDD[VD2] =
153 (other: VertexRDD[VD2])(f: (VertexId, VD, Option[VD2]) => VD3): VertexRDD[VD3] = {
165 (other: RDD[(VertexId, VD2)])
166 (f: (VertexId, VD, Option[VD2]) => VD3)
184 (f: (VertexId, VD, U) => VD2): VertexRDD[VD2] = {
196 (f: (VertexId, VD, U) => VD2): VertexRDD[VD2] = {
213 messages: RDD[(VertexId, VD2)], reduceFunc: (VD2, VD2) => VD2): VertexRDD[VD2] = {
218 this.withPartitionsRDD[VD2](parts)
[all …]
H A DGraphImpl.scala122 override def mapVertices[VD2: ClassTag]
123 (f: (VertexId, VD) => VD2)(implicit eq: VD =:= VD2 = null): Graph[VD2, ED] = {
130 val changedVerts = vertices.asInstanceOf[VertexRDD[VD2]].diff(newVerts)
131 val newReplicatedVertexView = replicatedVertexView.asInstanceOf[ReplicatedVertexView[VD2, ED]]
171 override def mask[VD2: ClassTag, ED2: ClassTag] (
172 other: Graph[VD2, ED2]): Graph[VD, ED] = {
246 override def outerJoinVertices[U: ClassTag, VD2: ClassTag]
248 (updateF: (VertexId, VD, Option[U]) => VD2)
249 (implicit eq: VD =:= VD2 = null): Graph[VD2, ED] = {
256 val changedVerts = vertices.asInstanceOf[VertexRDD[VD2]].diff(newVerts)
[all …]
H A DEdgeRDDImpl.scala117 def mapEdgePartitions[ED2: ClassTag, VD2: ClassTag](
118 f: (PartitionID, EdgePartition[ED, VD]) => EdgePartition[ED2, VD2]): EdgeRDDImpl[ED2, VD2] = {
119 this.withPartitionsRDD[ED2, VD2](partitionsRDD.mapPartitions({ iter =>
129 private[graphx] def withPartitionsRDD[ED2: ClassTag, VD2: ClassTag](
130 partitionsRDD: RDD[(PartitionID, EdgePartition[ED2, VD2])]): EdgeRDDImpl[ED2, VD2] = {
H A DVertexPartition.scala68 def withValues[VD2: ClassTag](values: Array[VD2]): VertexPartition[VD2] = {
H A DReplicatedVertexView.scala42 def withEdges[VD2: ClassTag, ED2: ClassTag](
43 _edges: EdgeRDDImpl[ED2, VD2]): ReplicatedVertexView[VD2, ED2] = {
H A DShippableVertexPartition.scala159 def withValues[VD2: ClassTag](values: Array[VD2]): ShippableVertexPartition[VD2] = {
/dports/devel/spark/spark-2.1.1/graphx/src/main/scala/org/apache/spark/graphx/
H A DVertexRDD.scala84 : VertexRDD[VD2]
109 def mapValues[VD2: ClassTag](f: VD => VD2): VertexRDD[VD2]
120 def mapValues[VD2: ClassTag](f: (VertexId, VD) => VD2): VertexRDD[VD2]
171 (other: VertexRDD[VD2])(f: (VertexId, VD, Option[VD2]) => VD3): VertexRDD[VD3]
189 def leftJoin[VD2: ClassTag, VD3: ClassTag]
190 (other: RDD[(VertexId, VD2)])
199 (f: (VertexId, VD, U) => VD2): VertexRDD[VD2]
213 (f: (VertexId, VD, U) => VD2): VertexRDD[VD2]
226 def aggregateUsingIndex[VD2: ClassTag](
227 messages: RDD[(VertexId, VD2)], reduceFunc: (VD2, VD2) => VD2): VertexRDD[VD2]
[all …]
H A DGraph.scala169 def mapVertices[VD2: ClassTag](map: (VertexId, VD) => VD2)
170 (implicit eq: VD =:= VD2 = null): Graph[VD2, ED]
330 def mask[VD2: ClassTag, ED2: ClassTag](other: Graph[VD2, ED2]): Graph[VD, ED]
440 def outerJoinVertices[U: ClassTag, VD2: ClassTag](other: RDD[(VertexId, U)])
441 (mapFunc: (VertexId, VD, Option[U]) => VD2)(implicit eq: VD =:= VD2 = null)
442 : Graph[VD2, ED]
H A DGraphOps.scala261 def filter[VD2: ClassTag, ED2: ClassTag](
262 preprocess: Graph[VD, ED] => Graph[VD2, ED2],
263 epred: (EdgeTriplet[VD2, ED2]) => Boolean = (x: EdgeTriplet[VD2, ED2]) => true,
264 vpred: (VertexId, VD2) => Boolean = (v: VertexId, d: VD2) => true): Graph[VD, ED] = {
/dports/cad/ghdl/ghdl-1.0.0/testsuite/vests/vhdl-ams/ad-hoc/fromUC/regression_test/
H A Dtest171.ams66 quantity VD2 across ID2 through T2 to T3;
86 diode2: if (VD2>=(-3.0*VT)) use
87 ID2 == satcur*(exp(VD2/VT)-1.0);
88 elsif (VD2 < (-3.0*VT) and (VD2 >-BV)) use
91 ID2 == negsatcur * (exp(-(BV+ VD2/VT)-1)+satcur);
/dports/audio/bristol/bristol-0.60.10/brighton/
H A DbrightonSID.c170 #define VD2 22 macro
191 #define V1C6 (V1C5 + VD2)
192 #define V1C7 (V1C6 + VD2)
193 #define V1C8 (V1C7 + VD2)
204 #define V2C6 (V2C5 + VD2)
205 #define V2C7 (V2C6 + VD2)
206 #define V2C8 (V2C7 + VD2)
217 #define V3C6 (V3C5 + VD2)
218 #define V3C7 (V3C6 + VD2)
219 #define V3C8 (V3C7 + VD2)
[all …]
H A DbrightonSID2.c140 #define VD2 22 macro
161 #define V1C6 (V1C5 + VD2)
162 #define V1C7 (V1C6 + VD2)
163 #define V1C8 (V1C7 + VD2)
174 #define V2C6 (V2C5 + VD2)
175 #define V2C7 (V2C6 + VD2)
176 #define V2C8 (V2C7 + VD2)
187 #define V3C6 (V3C5 + VD2)
188 #define V3C7 (V3C6 + VD2)
189 #define V3C8 (V3C7 + VD2)
[all …]
/dports/devel/spark/spark-2.1.1/docs/
H A Dgraphx-programming-guide.md19 …ndex.html#org.apache.spark.graphx.Graph@mapVertices[VD2]((VertexId,VD)⇒VD2)(ClassTag[VD2]):Graph[V…
290 def mapVertices[VD2](map: (VertexId, VD) => VD2): Graph[VD2, ED]
302 def mask[VD2, ED2](other: Graph[VD2, ED2]): Graph[VD, ED]
308 : Graph[VD2, ED]
338 def mapVertices[VD2](map: (VertexId, VD) => VD2): Graph[VD2, ED]
387 def mask[VD2, ED2](other: Graph[VD2, ED2]): Graph[VD, ED]
837 def mapValues[VD2](map: VD => VD2): VertexRDD[VD2]
838 def mapValues[VD2](map: (VertexId, VD) => VD2): VertexRDD[VD2]
844 …def leftJoin[VD2, VD3](other: RDD[(VertexId, VD2)])(f: (VertexId, VD, Option[VD2]) => VD3): Vertex…
845 def innerJoin[U, VD2](other: RDD[(VertexId, U)])(f: (VertexId, VD, U) => VD2): VertexRDD[VD2]
[all …]
/dports/lang/adacontrol/adactl-1.18r9/test/
H A Dt_expressions-test_real_equality.adb16 VD1, VD2 : D := 0.0; variable
77 elsif VD1 = VD2 then -- real_equality
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dnl_tp1985.cpp73 DIODE(VD2, "1N34A") // XXX actually D9B
100 NET_C(R7.2, R8.2, VD2.A)
188 NET_C(VD2.K, DD7_2.B)
192 NET_C(VD2.K, GND)
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dnl_tp1985.cpp73 DIODE(VD2, "1N34A") // XXX actually D9B
100 NET_C(R7.2, R8.2, VD2.A)
188 NET_C(VD2.K, DD7_2.B)
192 NET_C(VD2.K, GND)
/dports/science/gromacs/gromacs-2021.4/src/gromacs/simd/scalar/
H A Dscalar_math.h429 const float VD2(0.078647795836373922256F); in pmePotentialCorrection()
439 polyVD0 = fma(VD2, z4, VD0); in pmePotentialCorrection()
835 const double VD2(0.085608012351550627051); in pmePotentialCorrection()
845 polyVD0 = fma(VD4, z4, VD2); in pmePotentialCorrection()
1230 const float VD2(0.078647795836373922256F); in pmePotentialCorrectionSingleAccuracy()
1242 polyVD0 = fma(VD2, z4, VD0); in pmePotentialCorrectionSingleAccuracy()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/unittests/ProfileData/
H A DInstrProfTest.cpp241 InstrProfValueData VD2[] = {{(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}}; in TEST_P() local
242 Record1.addValueData(IPVK_IndirectCallTarget, 2, VD2, 2, nullptr); in TEST_P()
381 InstrProfValueData VD2[] = {{(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}}; in TEST_P() local
382 Record1.addValueData(IPVK_IndirectCallTarget, 2, VD2, 2, nullptr); in TEST_P()
425 Record1.addValueData(IPVK_IndirectCallTarget, 2, VD2, 2, nullptr); in TEST_P()
477 InstrProfValueData VD2[] = { in TEST_P() local
479 Record11.addValueData(IPVK_IndirectCallTarget, 2, VD2, 3, nullptr); in TEST_P()
684 InstrProfValueData VD2[] = {{uint64_t(callee6), 800}, in addValueProfData() local
687 Record.addValueData(IPVK_IndirectCallTarget, 2, VD2, 3, nullptr); in addValueProfData()
712 return VD1.Count > VD2.Count; in TEST_P()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/unittests/ProfileData/
H A DInstrProfTest.cpp241 InstrProfValueData VD2[] = {{(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}}; in TEST_P() local
242 Record1.addValueData(IPVK_IndirectCallTarget, 2, VD2, 2, nullptr); in TEST_P()
381 InstrProfValueData VD2[] = {{(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}}; in TEST_P() local
382 Record1.addValueData(IPVK_IndirectCallTarget, 2, VD2, 2, nullptr); in TEST_P()
425 Record1.addValueData(IPVK_IndirectCallTarget, 2, VD2, 2, nullptr); in TEST_P()
477 InstrProfValueData VD2[] = { in TEST_P() local
479 Record11.addValueData(IPVK_IndirectCallTarget, 2, VD2, 3, nullptr); in TEST_P()
684 InstrProfValueData VD2[] = {{uint64_t(callee6), 800}, in addValueProfData() local
687 Record.addValueData(IPVK_IndirectCallTarget, 2, VD2, 3, nullptr); in addValueProfData()
712 return VD1.Count > VD2.Count; in TEST_P()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/unittests/ProfileData/
H A DInstrProfTest.cpp241 InstrProfValueData VD2[] = {{(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}}; in TEST_P() local
242 Record1.addValueData(IPVK_IndirectCallTarget, 2, VD2, 2, nullptr); in TEST_P()
381 InstrProfValueData VD2[] = {{(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}}; in TEST_P() local
382 Record1.addValueData(IPVK_IndirectCallTarget, 2, VD2, 2, nullptr); in TEST_P()
425 Record1.addValueData(IPVK_IndirectCallTarget, 2, VD2, 2, nullptr); in TEST_P()
477 InstrProfValueData VD2[] = { in TEST_P() local
479 Record11.addValueData(IPVK_IndirectCallTarget, 2, VD2, 3, nullptr); in TEST_P()
684 InstrProfValueData VD2[] = {{uint64_t(callee6), 800}, in addValueProfData() local
687 Record.addValueData(IPVK_IndirectCallTarget, 2, VD2, 3, nullptr); in addValueProfData()
712 return VD1.Count > VD2.Count; in TEST_P()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/unittests/ProfileData/
H A DInstrProfTest.cpp241 InstrProfValueData VD2[] = {{(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}}; in TEST_P() local
242 Record1.addValueData(IPVK_IndirectCallTarget, 2, VD2, 2, nullptr); in TEST_P()
381 InstrProfValueData VD2[] = {{(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}}; in TEST_P() local
382 Record1.addValueData(IPVK_IndirectCallTarget, 2, VD2, 2, nullptr); in TEST_P()
425 Record1.addValueData(IPVK_IndirectCallTarget, 2, VD2, 2, nullptr); in TEST_P()
477 InstrProfValueData VD2[] = { in TEST_P() local
479 Record11.addValueData(IPVK_IndirectCallTarget, 2, VD2, 3, nullptr); in TEST_P()
684 InstrProfValueData VD2[] = {{uint64_t(callee6), 800}, in addValueProfData() local
687 Record.addValueData(IPVK_IndirectCallTarget, 2, VD2, 3, nullptr); in addValueProfData()
712 return VD1.Count > VD2.Count; in TEST_P()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/unittests/ProfileData/
H A DInstrProfTest.cpp241 InstrProfValueData VD2[] = {{(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}}; in TEST_P() local
242 Record1.addValueData(IPVK_IndirectCallTarget, 2, VD2, 2, nullptr); in TEST_P()
381 InstrProfValueData VD2[] = {{(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}}; in TEST_P() local
382 Record1.addValueData(IPVK_IndirectCallTarget, 2, VD2, 2, nullptr); in TEST_P()
425 Record1.addValueData(IPVK_IndirectCallTarget, 2, VD2, 2, nullptr); in TEST_P()
477 InstrProfValueData VD2[] = { in TEST_P() local
479 Record11.addValueData(IPVK_IndirectCallTarget, 2, VD2, 3, nullptr); in TEST_P()
684 InstrProfValueData VD2[] = {{uint64_t(callee6), 800}, in addValueProfData() local
687 Record.addValueData(IPVK_IndirectCallTarget, 2, VD2, 3, nullptr); in addValueProfData()
712 return VD1.Count > VD2.Count; in TEST_P()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/unittests/ProfileData/
H A DInstrProfTest.cpp241 InstrProfValueData VD2[] = {{(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}}; in TEST_P() local
242 Record1.addValueData(IPVK_IndirectCallTarget, 2, VD2, 2, nullptr); in TEST_P()
381 InstrProfValueData VD2[] = {{(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}}; in TEST_P() local
382 Record1.addValueData(IPVK_IndirectCallTarget, 2, VD2, 2, nullptr); in TEST_P()
425 Record1.addValueData(IPVK_IndirectCallTarget, 2, VD2, 2, nullptr); in TEST_P()
477 InstrProfValueData VD2[] = { in TEST_P() local
479 Record11.addValueData(IPVK_IndirectCallTarget, 2, VD2, 3, nullptr); in TEST_P()
684 InstrProfValueData VD2[] = {{uint64_t(callee6), 800}, in addValueProfData() local
687 Record.addValueData(IPVK_IndirectCallTarget, 2, VD2, 3, nullptr); in addValueProfData()
712 return VD1.Count > VD2.Count; in TEST_P()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/unittests/ProfileData/
H A DInstrProfTest.cpp241 InstrProfValueData VD2[] = {{(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}}; in TEST_P() local
242 Record1.addValueData(IPVK_IndirectCallTarget, 2, VD2, 2, nullptr); in TEST_P()
381 InstrProfValueData VD2[] = {{(uint64_t)callee1, 1}, {(uint64_t)callee2, 2}}; in TEST_P() local
382 Record1.addValueData(IPVK_IndirectCallTarget, 2, VD2, 2, nullptr); in TEST_P()
425 Record1.addValueData(IPVK_IndirectCallTarget, 2, VD2, 2, nullptr); in TEST_P()
477 InstrProfValueData VD2[] = { in TEST_P() local
479 Record11.addValueData(IPVK_IndirectCallTarget, 2, VD2, 3, nullptr); in TEST_P()
684 InstrProfValueData VD2[] = {{uint64_t(callee6), 800}, in addValueProfData() local
687 Record.addValueData(IPVK_IndirectCallTarget, 2, VD2, 3, nullptr); in addValueProfData()
712 return VD1.Count > VD2.Count; in TEST_P()
[all …]

1234