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/ |
D | RegAllocGreedy.cpp | 2262 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/ |
D | LPdir_vms.c | 153 if (status == RMS$_NMF) { in LP_find_file()
|
/third_party/node/deps/openssl/openssl/crypto/ |
D | LPdir_vms.c | 153 if (status == RMS$_NMF) { in LP_find_file()
|
/third_party/node/deps/openssl/openssl/VMS/ |
D | openssl_ivp.com.in | 32 $ EXIT %x00018292 ! RMS$_FNF, file not found
|
D | openssl_startup.com.in | 85 $ status = %x00018292 ! RMS$_FNF, file not found
|
/third_party/openssl/VMS/ |
D | openssl_ivp.com.in | 32 $ EXIT %x00018292 ! RMS$_FNF, file not found
|
D | openssl_startup.com.in | 85 $ status = %x00018292 ! RMS$_FNF, file not found
|
/third_party/skia/third_party/externals/sfntly/java/src/com/google/typography/font/sfntly/table/opentype/ |
D | LanguageTag.java | 318 RMS("Rhaeto-Romanic", "roh"), enumConstant
|
/third_party/python/Lib/test/decimaltestdata/ |
D | divide.decTest | 345 -- RMS discussion table
|
D | ddDivide.decTest | 269 -- RMS discussion table
|
D | dqDivide.decTest | 267 -- RMS discussion table
|
/third_party/ffmpeg/doc/ |
D | filters.texi | 438 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 …]
|