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

1 2 3 4 5 6

  /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 {
  /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:
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExternalASTMerger.h 25 std::unique_ptr<ASTImporter> Forward;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
ExternalASTMerger.h 25 std::unique_ptr<ASTImporter> Forward;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
ExternalASTMerger.h 25 std::unique_ptr<ASTImporter> Forward;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
ExternalASTMerger.h 25 std::unique_ptr<ASTImporter> Forward;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
ExternalASTMerger.h 25 std::unique_ptr<ASTImporter> Forward;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
ExternalASTMerger.h 25 std::unique_ptr<ASTImporter> Forward;
  /external/libchrome/base/
cancelable_callback.h 109 void Forward(A... args) const {
110 callback_.Run(std::forward<A>(args)...);
116 forwarder_ = base::Bind(&CancelableCallback<void(A...)>::Forward,
126 // Used to ensure Forward() is not run when this object is destroyed.
  /external/llvm/include/llvm/Analysis/
AliasSetTracker.h 93 if (AS->Forward) {
119 AliasSet *Forward; // Forwarding pointer.
180 bool isForwardingAliasSet() const { return Forward; }
195 /// Define an iterator for alias sets... this is just a forward iterator.
233 : PtrList(nullptr), PtrListEnd(&PtrList), Forward(nullptr), RefCount(0),
248 if (!Forward) return this;
250 AliasSet *Dest = Forward->getForwardedTarget(AST);
251 if (Dest != Forward) {
253 Forward->dropRef(AST);
254 Forward = Dest
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
AliasSetTracker.h 85 if (AS->Forward) {
111 AliasSet *Forward; // Forwarding pointer.
168 bool isForwardingAliasSet() const { return Forward; }
184 /// Define an iterator for alias sets... this is just a forward iterator.
225 AliasSet() : PtrList(0), PtrListEnd(&PtrList), Forward(0), RefCount(0),
240 if (!Forward) return this;
242 AliasSet *Dest = Forward->getForwardedTarget(AST);
243 if (Dest != Forward) {
245 Forward->dropRef(AST);
246 Forward = Dest
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
AliasSetTracker.h 93 if (AS->Forward) {
121 AliasSet *Forward;
192 bool isForwardingAliasSet() const { return Forward; }
211 /// Define an iterator for alias sets... this is just a forward iterator.
247 : PtrList(nullptr), PtrListEnd(&PtrList), Forward(nullptr), RefCount(0),
262 if (!Forward) return this;
264 AliasSet *Dest = Forward->getForwardedTarget(AST);
265 if (Dest != Forward) {
267 Forward->dropRef(AST);
268 Forward = Dest
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
AliasSetTracker.h 93 if (AS->Forward) {
121 AliasSet *Forward;
192 bool isForwardingAliasSet() const { return Forward; }
211 /// Define an iterator for alias sets... this is just a forward iterator.
247 : PtrList(nullptr), PtrListEnd(&PtrList), Forward(nullptr), RefCount(0),
262 if (!Forward) return this;
264 AliasSet *Dest = Forward->getForwardedTarget(AST);
265 if (Dest != Forward) {
267 Forward->dropRef(AST);
268 Forward = Dest
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
AliasSetTracker.h 93 if (AS->Forward) {
121 AliasSet *Forward;
192 bool isForwardingAliasSet() const { return Forward; }
211 /// Define an iterator for alias sets... this is just a forward iterator.
247 : PtrList(nullptr), PtrListEnd(&PtrList), Forward(nullptr), RefCount(0),
262 if (!Forward) return this;
264 AliasSet *Dest = Forward->getForwardedTarget(AST);
265 if (Dest != Forward) {
267 Forward->dropRef(AST);
268 Forward = Dest
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
AliasSetTracker.h 93 if (AS->Forward) {
121 AliasSet *Forward;
192 bool isForwardingAliasSet() const { return Forward; }
211 /// Define an iterator for alias sets... this is just a forward iterator.
247 : PtrList(nullptr), PtrListEnd(&PtrList), Forward(nullptr), RefCount(0),
262 if (!Forward) return this;
264 AliasSet *Dest = Forward->getForwardedTarget(AST);
265 if (Dest != Forward) {
267 Forward->dropRef(AST);
268 Forward = Dest
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
AliasSetTracker.h 93 if (AS->Forward) {
121 AliasSet *Forward;
192 bool isForwardingAliasSet() const { return Forward; }
211 /// Define an iterator for alias sets... this is just a forward iterator.
247 : PtrList(nullptr), PtrListEnd(&PtrList), Forward(nullptr), RefCount(0),
262 if (!Forward) return this;
264 AliasSet *Dest = Forward->getForwardedTarget(AST);
265 if (Dest != Forward) {
267 Forward->dropRef(AST);
268 Forward = Dest
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
AliasSetTracker.h 93 if (AS->Forward) {
121 AliasSet *Forward;
192 bool isForwardingAliasSet() const { return Forward; }
211 /// Define an iterator for alias sets... this is just a forward iterator.
247 : PtrList(nullptr), PtrListEnd(&PtrList), Forward(nullptr), RefCount(0),
262 if (!Forward) return this;
264 AliasSet *Dest = Forward->getForwardedTarget(AST);
265 if (Dest != Forward) {
267 Forward->dropRef(AST);
268 Forward = Dest
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
AliasSetTracker.h 108 if (AS->Forward) {
137 AliasSet *Forward = nullptr;
211 bool isForwardingAliasSet() const { return Forward; }
230 /// Define an iterator for alias sets... this is just a forward iterator.
277 if (!Forward) return this;
279 AliasSet *Dest = Forward->getForwardedTarget(AST);
280 if (Dest != Forward) {
282 Forward->dropRef(AST);
283 Forward = Dest;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
AliasSetTracker.h 108 if (AS->Forward) {
137 AliasSet *Forward = nullptr;
211 bool isForwardingAliasSet() const { return Forward; }
230 /// Define an iterator for alias sets... this is just a forward iterator.
277 if (!Forward) return this;
279 AliasSet *Dest = Forward->getForwardedTarget(AST);
280 if (Dest != Forward) {
282 Forward->dropRef(AST);
283 Forward = Dest;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
AliasSetTracker.h 108 if (AS->Forward) {
137 AliasSet *Forward = nullptr;
211 bool isForwardingAliasSet() const { return Forward; }
230 /// Define an iterator for alias sets... this is just a forward iterator.
277 if (!Forward) return this;
279 AliasSet *Dest = Forward->getForwardedTarget(AST);
280 if (Dest != Forward) {
282 Forward->dropRef(AST);
283 Forward = Dest;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
AliasSetTracker.h 108 if (AS->Forward) {
137 AliasSet *Forward = nullptr;
211 bool isForwardingAliasSet() const { return Forward; }
230 /// Define an iterator for alias sets... this is just a forward iterator.
277 if (!Forward) return this;
279 AliasSet *Dest = Forward->getForwardedTarget(AST);
280 if (Dest != Forward) {
282 Forward->dropRef(AST);
283 Forward = Dest;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
AliasSetTracker.h 108 if (AS->Forward) {
137 AliasSet *Forward = nullptr;
211 bool isForwardingAliasSet() const { return Forward; }
230 /// Define an iterator for alias sets... this is just a forward iterator.
277 if (!Forward) return this;
279 AliasSet *Dest = Forward->getForwardedTarget(AST);
280 if (Dest != Forward) {
282 Forward->dropRef(AST);
283 Forward = Dest;

Completed in 574 milliseconds

1 2 3 4 5 6