HomeSort by relevance Sort by last modified time
    Searched defs:fwd (Results 1 - 15 of 15) sorted by null

  /external/ceres-solver/internal/ceres/
loss_function_test.cc 58 double fwd[3]; local
61 loss.Evaluate(s + kH, fwd);
65 const double fd_1 = (fwd[0] - bwd[0]) / (2 * kH);
69 const double fd_2 = (fwd[0] - 2*rho[0] + bwd[0]) / (kH * kH);
  /frameworks/compile/mclinker/lib/LD/
BranchIslandFactory.cpp 73 /// getIsland - find fwd and bwd islands for the fragment
77 BranchIsland* fwd = NULL; local
83 fwd = &*it;
95 return std::make_pair(fwd, bwd);
  /external/eigen/unsupported/Eigen/src/FFT/
ei_fftw_impl.h 60 void fwd(complex_type * dst,complex_type * src,int nfft) { function in struct:Eigen::internal::fftw_plan
70 void fwd(complex_type * dst,scalar_type * src,int nfft) { function in struct:Eigen::internal::fftw_plan
103 void fwd(complex_type * dst,complex_type * src,int nfft) { function in struct:Eigen::internal::fftw_plan
113 void fwd(complex_type * dst,scalar_type * src,int nfft) { function in struct:Eigen::internal::fftw_plan
144 void fwd(complex_type * dst,complex_type * src,int nfft) { function in struct:Eigen::internal::fftw_plan
154 void fwd(complex_type * dst,scalar_type * src,int nfft) { function in struct:Eigen::internal::fftw_plan
190 void fwd( Complex * dst,const Complex *src,int nfft) function in struct:Eigen::internal::fftw_impl
192 get_plan(nfft,false,dst,src).fwd(fftw_cast(dst), fftw_cast(src),nfft );
197 void fwd( Complex * dst,const Scalar * src,int nfft) function in struct:Eigen::internal::fftw_impl
199 get_plan(nfft,false,dst,src).fwd(fftw_cast(dst), fftw_cast(src) ,nfft)
    [all...]
ei_kissfft_impl.h 277 void fwd( Complex * dst,const Complex *src,int nfft) function in struct:Eigen::internal::kissfft_impl
305 void fwd( Complex * dst,const Scalar * src,int nfft) function in struct:Eigen::internal::kissfft_impl
318 fwd( dst, reinterpret_cast<const Complex*> (src), ncfft);
  /external/ltrace/
read_config_file.c 442 int fwd = 0; local
445 = parse_lens(plib, loc, str, NULL, 0, &own, &fwd);
451 this_nt.forward = fwd;
  /external/openssh/
ssh.c 516 struct Forward fwd; local
765 if (parse_forward(&fwd, optarg, 1, 0)) {
766 stdio_forward_host = fwd.listen_host;
767 stdio_forward_port = fwd.listen_port;
768 free(fwd.connect_host);
847 if (parse_forward(&fwd, optarg, 0, 0))
848 add_local_forward(&options, &fwd);
858 if (parse_forward(&fwd, optarg, 0, 1)) {
859 add_remote_forward(&options, &fwd);
869 if (parse_forward(&fwd, optarg, 1, 0))
    [all...]
mux.c 107 /* Context for stdio fwd open confirmation callback */
517 format_forward(u_int ftype, struct Forward *fwd)
524 (fwd->listen_path != NULL) ? fwd->listen_path :
525 (fwd->listen_host == NULL) ?
527 fwd->listen_host, fwd->listen_port,
528 (fwd->connect_path != NULL) ? fwd->connect_path :
529 fwd->connect_host, fwd->connect_port)
648 struct Forward fwd; local
814 struct Forward fwd, *found_fwd; local
    [all...]
serverloop.c 1238 struct Forward fwd; local
1271 struct Forward fwd; local
1282 struct Forward fwd; local
1301 struct Forward fwd; local
    [all...]
clientloop.c 877 struct Forward fwd; local
879 memset(&fwd, 0, sizeof(fwd));
946 if (!parse_forward(&fwd, s, 1, 0)) {
951 ok = channel_request_rforward_cancel(&fwd) == 0;
953 ok = channel_cancel_lport_listener(&fwd,
956 ok = channel_cancel_lport_listener(&fwd,
965 if (!parse_forward(&fwd, s, dynamic, remote)) {
970 if (!channel_setup_local_fwd_listener(&fwd,
976 if (channel_request_remote_forwarding(&fwd) < 0)
    [all...]
readconf.c 291 struct Forward *fwd; local
301 fwd = &options->local_forwards[options->num_local_forwards++];
303 fwd->listen_host = newfwd->listen_host;
304 fwd->listen_port = newfwd->listen_port;
305 fwd->listen_path = newfwd->listen_path;
306 fwd->connect_host = newfwd->connect_host;
307 fwd->connect_port = newfwd->connect_port;
308 fwd->connect_path = newfwd->connect_path;
319 struct Forward *fwd; local
324 fwd = &options->remote_forwards[options->num_remote_forwards++]
756 struct Forward fwd; local
2200 const struct Forward *fwd; local
    [all...]
channels.c 3424 struct Forward fwd; local
    [all...]
  /external/linux-tools-perf/src/tools/perf/ui/browsers/
annotate.c 172 bool fwd = dl->ops.target.offset > (u64)dl->offset; local
174 ui_browser__write_graph(browser, fwd ? SLSMG_DARROW_CHAR :
  /external/icu/icu4c/source/test/intltest/
transtst.cpp 416 Transliterator *fwd = Transliterator::createFromRules("<ID>", RULES, local
425 expect(*fwd, DATA[i], DATA[i+1]);
428 delete fwd;
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java 1744 ForwardingNode<K,V> fwd = new ForwardingNode<K,V>(nextTab); local
    [all...]
  /external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/
TransliteratorTest.java 322 Transliterator fwd = Transliterator.createFromRules("<ID>", RULES, Transliterator.FORWARD); local
325 expect(fwd, DATA[i], DATA[i+1]);
    [all...]

Completed in 2661 milliseconds