Home
last modified time | relevance | path

Searched refs:Throughput (Results 1 – 9 of 9) sorted by relevance

/src/contrib/llvm-project/llvm/lib/MC/ !
H A DMCSchedule.cpp92 std::optional<double> Throughput; in getReciprocalThroughput() local
101 Throughput = Throughput ? std::min(*Throughput, Temp) : Temp; in getReciprocalThroughput()
103 if (Throughput) in getReciprocalThroughput()
104 return 1.0 / *Throughput; in getReciprocalThroughput()
138 std::optional<double> Throughput; in getReciprocalThroughput() local
145 Throughput = Throughput ? std::min(*Throughput, Temp) : Temp; in getReciprocalThroughput()
147 if (Throughput) in getReciprocalThroughput()
148 return 1.0 / *Throughput; in getReciprocalThroughput()
/src/contrib/llvm-project/llvm/lib/MCA/ !
H A DSupport.cpp100 double Throughput = static_cast<double>(ReleaseAtCycles) / MCDesc.NumUnits; in computeBlockRThroughput() local
101 Max = std::max(Max, Throughput); in computeBlockRThroughput()
/src/sys/contrib/device-tree/Bindings/ !
H A Dproperty-units.txt46 Throughput
/src/usr.sbin/ppp/ !
H A DREADME.changes75 o Throughput statistics are enabled by default.
/src/contrib/wpa/hostapd/ !
H A Ddefconfig158 # IEEE 802.11ac (Very High Throughput) support
/src/contrib/wpa/wpa_supplicant/ !
H A Dandroid.config441 # IEEE 802.11ac (Very High Throughput) support (mainly for AP mode)
H A Ddefconfig502 # IEEE 802.11ac (Very High Throughput) support (mainly for AP mode)
/src/usr.sbin/bsnmpd/modules/snmp_wlan/ !
H A DBEGEMOT-WIRELESS-MIB.txt480 "The hardware High Throughput capabilities of this cloned
950 "The value of this object specifies whether use of High Throughput
/src/contrib/llvm-project/llvm/lib/Target/AArch64/ !
H A DAArch64SchedNeoverseV2.td1224 // NOTE: SOG p. 19: Throughput of LDN?P X-form should be 2, but reported as 3.