Home
last modified time | relevance | path

Searched refs:RMS (Results 1 – 12 of 12) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp2262 ArrayRef<SlotIndex> RMS = LIS->getRegMaskSlotsInBlock(BI.MBB->getNumber()); in tryLocalSplit() local
2263 LLVM_DEBUG(dbgs() << RMS.size() << " regmasks in block:"); in tryLocalSplit()
2266 llvm::lower_bound(RMS, Uses.front().getRegSlot()) - RMS.begin(); in tryLocalSplit()
2267 unsigned re = RMS.size(); in tryLocalSplit()
2270 assert(!SlotIndex::isEarlierInstr(RMS[ri], Uses[i])); in tryLocalSplit()
2271 if (SlotIndex::isEarlierInstr(Uses[i+1], RMS[ri])) in tryLocalSplit()
2275 if (SlotIndex::isSameInstr(Uses[i+1], RMS[ri]) && i+1 == NumGaps) in tryLocalSplit()
2277 LLVM_DEBUG(dbgs() << ' ' << RMS[ri] << ':' << Uses[i] << '-' in tryLocalSplit()
2282 while (ri != re && SlotIndex::isEarlierInstr(RMS[ri], Uses[i+1])) in tryLocalSplit()
/third_party/openssl/crypto/
DLPdir_vms.c153 if (status == RMS$_NMF) { in LP_find_file()
/third_party/node/deps/openssl/openssl/crypto/
DLPdir_vms.c153 if (status == RMS$_NMF) { in LP_find_file()
/third_party/node/deps/openssl/openssl/VMS/
Dopenssl_ivp.com.in32 $ EXIT %x00018292 ! RMS$_FNF, file not found
Dopenssl_startup.com.in85 $ status = %x00018292 ! RMS$_FNF, file not found
/third_party/openssl/VMS/
Dopenssl_ivp.com.in32 $ EXIT %x00018292 ! RMS$_FNF, file not found
Dopenssl_startup.com.in85 $ status = %x00018292 ! RMS$_FNF, file not found
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/
DLanguageTag.java318 RMS("Rhaeto-Romanic", "roh"), enumConstant
/third_party/python/Lib/test/decimaltestdata/
Ddivide.decTest345 -- RMS discussion table
DddDivide.decTest269 -- RMS discussion table
DdqDivide.decTest267 -- RMS discussion table
/third_party/ffmpeg/doc/
Dfilters.texi438 Should the exact signal be taken in case of @code{peak} or an RMS one in case
1857 Choose if exact signal should be taken for detection or an RMS like one.
3012 Short window length in seconds, used for peak and trough RMS measurement.
3113 @item RMS difference
3117 @item RMS level dB
3118 Standard peak and RMS level measured in dBFS.
3120 @item RMS peak dB
3121 @item RMS trough dB
3122 Peak and trough values for RMS level measured over a short window.
3125 Standard ratio of peak to RMS level (note: not in dB).
[all …]