Home
last modified time | relevance | path

Searched refs:vcid (Results 1 – 25 of 153) sorted by relevance

1234567

/dports/www/grafana8/grafana-8.3.6/vendor/gonum.org/v1/gonum/graph/community/
H A Dlouvain_undirected.go213 vcid := communityOf[vid]
214 if vcid != ucid {
215 out = append(out, vcid)
217 if ucid < vcid {
219 r.weights[[2]int{ucid, vcid}] = weight(uid, vid)
277 vcid := communityOf[vid]
280 if e == vcid {
285 if !found && vcid != ucid {
286 out = append(out, vcid)
288 if ucid < vcid {
[all …]
H A Dlouvain_undirected_multiplex.go343 vcid := communityOf[vid]
344 if vcid != ucid {
345 out = append(out, vcid)
347 if ucid < vcid {
349 r.layers[l].weights[[2]int{ucid, vcid}] = sign * weight(uid, vid)
426 vcid := communityOf[vid]
429 if e == vcid {
434 if !found && vcid != ucid {
435 out = append(out, vcid)
437 if ucid < vcid {
[all …]
H A Dlouvain_directed.go219 vcid := communityOf[vid]
220 if vcid != id {
221 out = append(out, vcid)
223 r.weights[[2]int{id, vcid}] = weight(uid, vid)
296 vcid := communityOf[vid]
299 if e == vcid {
304 if !found && vcid != id {
305 out = append(out, vcid)
309 r.weights[[2]int{id, vcid}] += weight(uid, vid) / 2
H A Dlouvain_directed_multiplex.go350 vcid := communityOf[vid]
351 if vcid != id {
352 out = append(out, vcid)
354 r.layers[l].weights[[2]int{id, vcid}] = sign * weight(uid, vid)
446 vcid := communityOf[vid]
449 if e == vcid {
454 if !found && vcid != id {
455 out = append(out, vcid)
459 r.layers[l].weights[[2]int{id, vcid}] += sign * weight(uid, vid) / 2
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/openshift/api/vendor/gonum.org/v1/gonum/graph/community/
H A Dlouvain_undirected.go213 vcid := communityOf[vid]
214 if vcid != ucid {
215 out = append(out, vcid)
217 if ucid < vcid {
219 r.weights[[2]int{ucid, vcid}] = weight(uid, vid)
277 vcid := communityOf[vid]
280 if e == vcid {
285 if !found && vcid != ucid {
286 out = append(out, vcid)
288 if ucid < vcid {
[all …]
H A Dlouvain_undirected_multiplex.go343 vcid := communityOf[vid]
344 if vcid != ucid {
345 out = append(out, vcid)
347 if ucid < vcid {
349 r.layers[l].weights[[2]int{ucid, vcid}] = sign * weight(uid, vid)
426 vcid := communityOf[vid]
429 if e == vcid {
434 if !found && vcid != ucid {
435 out = append(out, vcid)
437 if ucid < vcid {
[all …]
H A Dlouvain_directed.go219 vcid := communityOf[vid]
220 if vcid != id {
221 out = append(out, vcid)
223 r.weights[[2]int{id, vcid}] = weight(uid, vid)
296 vcid := communityOf[vid]
299 if e == vcid {
304 if !found && vcid != id {
305 out = append(out, vcid)
309 r.weights[[2]int{id, vcid}] += weight(uid, vid) / 2
H A Dlouvain_directed_multiplex.go350 vcid := communityOf[vid]
351 if vcid != id {
352 out = append(out, vcid)
354 r.layers[l].weights[[2]int{id, vcid}] = sign * weight(uid, vid)
446 vcid := communityOf[vid]
449 if e == vcid {
454 if !found && vcid != id {
455 out = append(out, vcid)
459 r.layers[l].weights[[2]int{id, vcid}] += sign * weight(uid, vid) / 2
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/utils/
H A Dsysroot.py32 vcid = 'Microsoft.VisualStudio.Component.VC.Tools.x86.x64'
34 [vswhere, '-latest', '-products', '*', '-requires', vcid,
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/utils/
H A Dsysroot.py26 vcid = 'Microsoft.VisualStudio.Component.VC.Tools.x86.x64'
28 [vswhere, '-latest', '-products', '*', '-requires', vcid,
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/utils/
H A Dsysroot.py26 vcid = 'Microsoft.VisualStudio.Component.VC.Tools.x86.x64'
28 [vswhere, '-latest', '-products', '*', '-requires', vcid,
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/utils/
H A Dsysroot.py26 vcid = 'Microsoft.VisualStudio.Component.VC.Tools.x86.x64'
28 [vswhere, '-latest', '-products', '*', '-requires', vcid,
/dports/graphics/llvm-mesa/llvm-13.0.1.src/utils/
H A Dsysroot.py26 vcid = 'Microsoft.VisualStudio.Component.VC.Tools.x86.x64'
28 [vswhere, '-latest', '-products', '*', '-requires', vcid,
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/utils/
H A Dsysroot.py26 vcid = 'Microsoft.VisualStudio.Component.VC.Tools.x86.x64'
28 [vswhere, '-latest', '-products', '*', '-requires', vcid,
/dports/emulators/qemu-utils/qemu-4.2.1/roms/u-boot-sam460ex/arch/arm/cpu/ixp/npe/include/
H A DIxNpeA.h671 #define IX_NPE_A_RXBITFIELD_VCID_SET( rxbitfield, vcid ) \ argument
674 (rxbitfield) |= (((vcid) << 16) & VCID_MASK); \
/dports/emulators/qemu5/qemu-5.2.0/roms/u-boot-sam460ex/arch/arm/cpu/ixp/npe/include/
H A DIxNpeA.h671 #define IX_NPE_A_RXBITFIELD_VCID_SET( rxbitfield, vcid ) \ argument
674 (rxbitfield) |= (((vcid) << 16) & VCID_MASK); \
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/u-boot-sam460ex/arch/arm/cpu/ixp/npe/include/
H A DIxNpeA.h671 #define IX_NPE_A_RXBITFIELD_VCID_SET( rxbitfield, vcid ) \ argument
674 (rxbitfield) |= (((vcid) << 16) & VCID_MASK); \
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/u-boot-sam460ex/arch/arm/cpu/ixp/npe/include/
H A DIxNpeA.h671 #define IX_NPE_A_RXBITFIELD_VCID_SET( rxbitfield, vcid ) \ argument
674 (rxbitfield) |= (((vcid) << 16) & VCID_MASK); \
/dports/emulators/qemu42/qemu-4.2.1/roms/u-boot-sam460ex/arch/arm/cpu/ixp/npe/include/
H A DIxNpeA.h671 #define IX_NPE_A_RXBITFIELD_VCID_SET( rxbitfield, vcid ) \ argument
674 (rxbitfield) |= (((vcid) << 16) & VCID_MASK); \
/dports/emulators/qemu/qemu-6.2.0/roms/u-boot-sam460ex/arch/arm/cpu/ixp/npe/include/
H A DIxNpeA.h671 #define IX_NPE_A_RXBITFIELD_VCID_SET( rxbitfield, vcid ) \ argument
674 (rxbitfield) |= (((vcid) << 16) & VCID_MASK); \
/dports/emulators/qemu60/qemu-6.0.0/roms/u-boot-sam460ex/arch/arm/cpu/ixp/npe/include/
H A DIxNpeA.h671 #define IX_NPE_A_RXBITFIELD_VCID_SET( rxbitfield, vcid ) \ argument
674 (rxbitfield) |= (((vcid) << 16) & VCID_MASK); \
/dports/graphics/gimp-refocus-plugin/refocus-0.9.0/src/
H A Ddummy-plugin.c22 static char vcid[] = "$Id: dummy-plugin.c,v 1.1.1.1 2003/01/30 21:30:18 ernstl Exp $"; variable
H A Dbdclosure.c25 static char vcid[] GCC_UNUSED = "$Id: bdclosure.c,v 1.1.1.1 2003/01/30 21:30:18 ernstl Exp $"; variable
/dports/net-mgmt/netspoc/Netspoc-3.2/cvs-support/
H A Dsuid-cvs.c6 static char vcid[] = "$Id: suid-cvs.c,v 1.1 2007/09/20 14:50:47 heinz Exp $"; variable
H A Dappend-commitlog.c6 static char vcid[] = "$Id: append-commitlog.c,v 1.1 2007/09/20 14:54:14 heinz Exp $"; variable

1234567