Home
last modified time | relevance | path

Searched refs:n11 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/tools/testing/selftests/net/forwarding/
H A Dbridge_mdb_max.sh501 local n11=$(bridge_port_vlan_ngroups_get "$locus1")
504 ((n11 == n10 + 5))
505 …check_err $? "Number of groups at VLAN 10 was $n10, now is $n11, but 5 entries added on VLAN 10, $…
515 ((n12 == n11))
516 check_err $? "Number of groups at VLAN 10 was $n11, now is $n12, but no change expected on VLAN 10"
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c7402 float32 n10 = n[H4(2)], n11 = n[H4(3)]; in HELPER() local
7419 p1 = float32_mul(n11, m01, status); in HELPER()
7424 p1 = float32_mul(n11, m11, status); in HELPER()
7439 float64 n00 = n[0], n01 = n[1], n10 = n[2], n11 = n[3]; in HELPER() local
7455 p1 = float64_mul(n11, m01, status); in HELPER()
7460 p1 = float64_mul(n11, m11, status); in HELPER()