Home
last modified time | relevance | path

Searched refs:rmw (Results 1 – 4 of 4) sorted by relevance

/external/webrtc/webrtc/modules/audio_processing/beamformer/
Dnonlinear_beamformer.cc435 complex_f rmw = abs(ConjugateDotProduct(delay_sum_masks_[i], eig_m_)); in ProcessAudioBlock() local
436 rmw *= rmw; in ProcessAudioBlock()
437 float rmw_r = rmw.real(); in ProcessAudioBlock()
/external/llvm/test/CodeGen/X86/
Datomic_idempotent.ll4 ; On x86, an atomic rmw operation that does not modify the value in memory
/external/llvm/lib/Target/AVR/
DAVR.td122 def FeatureRMW : SubtargetFeature<"rmw", "m_supportsRMW", "true",
/external/llvm/docs/
DAtomics.rst461 * atomic rmw -> loop with cmpxchg or load-linked/store-conditional