HomeSort by relevance Sort by last modified time
    Searched refs:Forward (Results 1 - 25 of 47) sorted by null

1 2

  /external/webrtc/webrtc/common_audio/
real_fourier_openmax.h 25 void Forward(const float* src, std::complex<float>* dest) const override;
33 // Basically a forward declare of OMXFFTSpec_R_F32. To get rid of the
real_fourier_ooura.h 25 void Forward(const float* src, std::complex<float>* dest) const override;
real_fourier.h 58 // Main forward transform interface. The output array need only be big
63 virtual void Forward(const float* src, std::complex<float>* dest) const = 0;
real_fourier_openmax.cc 53 void RealFourierOpenmax::Forward(const float* src, complex<float>* dest) const {
real_fourier_ooura.cc 48 void RealFourierOoura::Forward(const float* src, complex<float>* dest) const {
lapped_transform.cc 34 parent_->fft_->Forward(parent_->real_buf_.Row(i),
real_fourier_unittest.cc 86 this->rf_.Forward(this->real_buffer_.get(), this->cplx_buffer_.get());
  /external/eigen/unsupported/Eigen/src/NumericalDiff/
NumericalDiff.h 19 Forward,
33 * Currently only "Forward" and "Central" scheme are implemented.
35 template<typename _Functor, NumericalDiffMode mode=Forward>
48 // forward constructors
81 case Forward:
99 case Forward:
  /external/libchrome/base/
cancelable_callback.h 105 void Forward(A... args) const {
112 forwarder_ = base::Bind(&CancelableCallback<void(A...)>::Forward,
122 // Used to ensure Forward() is not run when this object is destroyed.
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 86 if (AS->Forward) {
112 AliasSet *Forward; // Forwarding pointer.
174 bool isForwardingAliasSet() const { return Forward; }
190 /// Define an iterator for alias sets... this is just a forward iterator.
228 : PtrList(nullptr), PtrListEnd(&PtrList), Forward(nullptr), RefCount(0),
243 if (!Forward) return this;
245 AliasSet *Dest = Forward->getForwardedTarget(AST);
246 if (Dest != Forward) {
248 Forward->dropRef(AST);
249 Forward = Dest
    [all...]
LoopAccessAnalysis.h 139 // Lexically forward.
141 // FIXME: If we only have loop-independent forward dependences (e.g. a
144 // enumerating loop-independent forward dependences in
148 Forward,
149 // Forward, but if vectorized, is likely to prevent store-to-load
182 /// \brief Lexically forward dependence.
  /external/llvm/lib/Analysis/
AliasSetTracker.cpp 32 assert(!AS.Forward && "Alias set is already forwarding!");
33 assert(!Forward && "This set is a forwarding set!!");
66 AS.Forward = this; // Forward across AS now...
84 if (AliasSet *Fwd = AS->Forward) {
86 AS->Forward = nullptr;
221 if (Cur->Forward || !Cur->aliasesPointer(Ptr, Size, AAInfo, AA)) continue;
239 if (!I->Forward && I->aliasesPointer(Ptr, Size, AAInfo, AA))
246 if (!I->Forward && I->aliasesUnknownInst(Inst, AA))
255 if (Cur->Forward || !Cur->aliasesUnknownInst(Inst, AA)
    [all...]
LoopAccessAnalysis.cpp     [all...]
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-m68hc11/
adj-jump.s 58 beq L3 ; Forward branch, adjust -2
60 beq L3 ; Forward branch, adjust -1
  /external/chromium-trace/catapult/devil/devil/android/sdk/
adb_wrapper_devicetest.py 67 self._adb.Forward(0, 0)
adb_wrapper.py 423 def Forward(self, local, remote, timeout=_DEFAULT_TIMEOUT,
425 """Forward socket connections from the local socket to the remote socket.
441 self._RunDeviceAdbCmd(['forward', str(local), str(remote)], timeout,
446 """Remove a forward socket connection.
453 self._RunDeviceAdbCmd(['forward', '--remove', str(local)], timeout,
463 return self._RunDeviceAdbCmd(['forward', '--list'], timeout, retries)
485 forward_lock: (optional) If set forward-locks the app.
515 forward_lock: (optional) If set forward-locks the app.
  /external/v8/src/compiler/
jump-threading.cc 29 void Forward(RpoNumber to) {
46 TRACE(" fw %d -> %d (forward)\n", from.ToInt(), to.ToInt());
47 result[from.ToInt()] = to_to; // forward the block.
64 // Iterate over the blocks forward, pushing the blocks onto the stack.
92 // try to forward the jump instruction.
107 state.Forward(fw);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ws2atm.h 138 ATM_TD Forward;
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_unittest_oldapi.cc 81 void Forward(WebRtcRTPHeader* rtp_header) {
204 rtp_utility_->Forward(&rtp_header_);
656 rtp_utility_->Forward(&rtp_header_);
817 rtp_utility_->Forward(&rtp_header_);
    [all...]
  /external/eigen/lapack/
clarft.f 63 *> = 'F': H = H(1) H(2) . . . H(k) (Forward)
dlarft.f 63 *> = 'F': H = H(1) H(2) . . . H(k) (Forward)
slarft.f 63 *> = 'F': H = H(1) H(2) . . . H(k) (Forward)
zlarft.f 63 *> = 'F': H = H(1) H(2) . . . H(k) (Forward)
clarfb.f 65 *> = 'F': H = H(1) H(2) . . . H(k) (Forward)
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ppc/
fdct_altivec.asm 21 ;# Forward and inverse DCTs are nearly identical; only differences are
77 ;# forward transform uses transpose.

Completed in 496 milliseconds

1 2