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

1 2 3 4

  /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/openssh/
readconf.h 32 int forward_agent; /* Forward authentication agent. */
33 int forward_x11; /* Forward X11 display. */
35 int forward_x11_trusted; /* Trust Forward X11 display. */
106 /* Local TCP/IP forward requests. */
108 struct Forward *local_forwards;
110 /* Remote TCP/IP forward requests. */
112 struct Forward *remote_forwards;
205 int parse_forward(struct Forward *, const char *, int, int);
211 void add_local_forward(Options *, const struct Forward *);
212 void add_remote_forward(Options *, const struct Forward *);
    [all...]
channels.h 267 struct Forward;
285 int channel_request_remote_forwarding(struct Forward *);
286 int channel_setup_local_fwd_listener(struct Forward *, struct ForwardOptions *);
287 int channel_request_rforward_cancel(struct Forward *);
288 int channel_setup_remote_fwd_listener(struct Forward *, int *, struct ForwardOptions *);
289 int channel_cancel_rport_listener(struct Forward *);
290 int channel_cancel_lport_listener(struct Forward *, int, struct ForwardOptions *);
misc.h 21 struct Forward {
23 int listen_port; /* Port to forward. */
32 int forward_equals(const struct Forward *, const struct Forward *);
  /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/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...]
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
Latency.cpp 61 const AliasingConfigurations Forward(Instr, OtherInstr);
63 if (Forward.empty() || Back.empty())
67 if (!Forward.hasImplicitAliasing())
68 setRandomAliasing(Forward, ThisII, OtherII);
  /external/swiftshader/third_party/llvm-7.0/llvm/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;
  /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;
220 if (Cur->Forward || !Cur->aliasesPointer(Ptr, Size, AAInfo, AA)) continue;
238 if (!AS.Forward && AS.aliasesPointer(Ptr, Size, AAInfo, AA))
245 if (!AS.Forward && AS.aliasesUnknownInst(Inst, AA))
254 if (Cur->Forward || !Cur->aliasesUnknownInst(Inst, AA)
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
AliasSetTracker.cpp 51 assert(!AS.Forward && "Alias set is already forwarding!");
52 assert(!Forward && "This set is a forwarding set!!");
93 AS.Forward = this; // Forward across AS now...
113 if (AliasSet *Fwd = AS->Forward) {
115 AS->Forward = nullptr;
271 if (Cur->Forward || !Cur->aliasesPointer(Ptr, Size, AAInfo, AA)) continue;
285 if (!AS.Forward && AS.aliasesUnknownInst(Inst, AA))
294 if (Cur->Forward || !Cur->aliasesUnknownInst(Inst, AA))
298 else if (!Cur->Forward) // Otherwise, we must merge the sets
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
AliasSetTracker.cpp 32 assert(!AS.Forward && "Alias set is already forwarding!");
33 assert(!Forward && "This set is a forwarding set!!");
67 AS.Forward = this; // Forward across AS now...
83 if (AliasSet *Fwd = AS->Forward) {
85 AS->Forward = 0;
221 if (I->Forward || !I->aliasesPointer(Ptr, Size, TBAAInfo, AA)) continue;
239 if (!I->Forward && I->aliasesPointer(Ptr, Size, TBAAInfo, AA))
249 if (I->Forward || !I->aliasesUnknownInst(Inst, AA))
254 else if (!I->Forward) // Otherwise, we must merge the sets
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVFunction.h 120 void takeExecutionModes(SPIRVForward *Forward) {
121 ExecModes = std::move(Forward->ExecModes);
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ConsoleLogger.h 87 @param[in] Forward If TRUE then the log will be displayed forwards (scroll to newer).
94 IN CONST BOOLEAN Forward,
  /external/python/cpython2/Mac/Modules/snd/
sndsupport.py 110 static pascal void SndCh_UserRoutine(SndChannelPtr chan, SndCommand *cmd); /* Forward */
111 static pascal void SPB_completion(SPBPtr my_spb); /* Forward */
  /external/syzkaller/vm/isolated/
isolated.go 111 func (inst *instance) Forward(port int) (string, error) {
113 return "", fmt.Errorf("isolated: Forward port already set")
116 return "", fmt.Errorf("isolated: Forward port is zero")
273 // Forward target port as part of the ssh connection (reverse proxy)
  /external/v8/src/compiler/
jump-threading.cc 31 void Forward(RpoNumber to) {
48 TRACE(" fw %d -> %d (forward)\n", from.ToInt(), to.ToInt());
49 result[from.ToInt()] = to_to; // forward the block.
79 // Iterate over the blocks forward, pushing the blocks onto the stack.
108 // try to forward the jump instruction.
110 // if this block deconstructs the frame, we can't forward it.
111 // TODO(mtrofin): we can still forward if we end up building
133 state.Forward(fw);
  /external/tensorflow/tensorflow/core/kernels/
fft_ops.cc 115 template <bool Forward, bool _Real, int FFTRank>
122 bool IsForward() const override { return Forward; }
134 Forward ? Eigen::FFT_FORWARD : Eigen::FFT_REVERSE;
493 template <bool Forward, bool _Real, int FFTRank>
502 bool IsForward() const override { return Forward; }
  /external/chromium-trace/catapult/devil/devil/android/sdk/
adb_wrapper_devicetest.py 87 self._adb.Forward(0, 0)

Completed in 690 milliseconds

1 2 3 4