Home
last modified time | relevance | path

Searched refs:time_est (Results 1 – 19 of 19) sorted by relevance

/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/add_ons/albertasystems/Heat/Common/
H A Dobj_heat.cc59 REAL time_est; variable
93 return(time_est); in get_time_est()
183 time_est = 0.0;//egal!! in h_estimate_heat()
188 time_est = sqrt(time_est); in h_estimate_heat()
H A Dproblem.cc121 REAL space_est, REAL time_est, REAL err_L2) in write_statistics() argument
174 fprintf(file_time_est, "%.6e %.6e\n", time, MAX(time_est,1.e-20)); in write_statistics()
213 est_max = MAX(est_max, space_est + time_est); in close_timestep()
271 write_statistics(path, adapt, n_dof, space_est, time_est, err_L2); in close_timestep()
H A Ddemoheat.c59 static REAL time_est;/*muss hier hin!*/ variable
174 return(time_est); in get_time_est()
533 time_est = heat_est(u_h, adapt_instat, rw_el_est, rw_el_estc, in estimate()
545 INFO(adapt_instat->info, 6,"time_est = %.4lg\n", time_est); in estimate()
H A Dheat.cc263 time_est +=est_heat->estimator(adapt_heat/*, adapt_master->time, adapt_master->timestep*/); in estimate_heat()
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/demo/src/Common/
H A Dheat-easy.c110 static REAL time_est = 0.0; variable
114 return(time_est); in get_time_est()
160 REAL space_est, REAL time_est, REAL err_L2) in write_statistics() argument
208 fprintf(file_time_est, "%.6le %.6le\n", time, MAX(time_est,1.e-20)); in write_statistics()
281 est_max = MAX(est_max, space_est + time_est); in close_timestep()
321 write_statistics(path, adapt, n_dof, space_est, time_est, err_L2); in close_timestep()
491 time_est = heat_est(u_h, u_old, adapt_instat, rw_el_est, rw_el_estc, in estimate()
H A Dheat.c114 static REAL time_est = 0.0; variable
118 return time_est; in get_time_est()
163 REAL space_est, REAL time_est, REAL err_L2) in write_statistics() argument
216 fprintf(file_time_est, "%.6le %.6le\n", time, MAX(time_est,1.e-20)); in write_statistics()
299 est_max = MAX(est_max, space_est + time_est); in close_timestep()
345 write_statistics(path, adapt, n_dof, space_est, time_est, err_L2); in close_timestep()
633 time_est = heat_est(u_h, u_old, adapt_instat, rw_el_est, rw_el_estc, in estimate()
/dports/net/libwebsockets/libwebsockets-v4.2.2/plugins/
H A Dprotocol_lws_status.c49 time_t time_est; member
128 time(&pss->time_est); in callback_lws_status()
185 ip, (unsigned long)pss->walk_next->time_est, in callback_lws_status()
/dports/mail/hashcash/hashcash-1.22/
H A Dhashcash.c90 double report_speed( int bits, double* time_est, int display );
202 double tries_taken = 0, taken = 0, tries_expected = 0, time_est = 0; in main() local
516 tries_expected = report_speed( bits, (PPE) ? &time_est : 0, in main()
518 PPRINTF( stdout, "%.0f\n", time_est ); in main()
535 time_est = hc_est_time( ent->bits ) / 100; in main()
538 if ( time_est > 0.25 ) { time_est /= 10; precision++; } in main()
1358 double report_speed( int bits, double* time_est, int display ) in report_speed() argument
1367 if ( time_est ) { *time_est = hc_est_time( bits ); } in report_speed()
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/add_ons/albertasystems/AlbertaNum/Common/
H A Dmaster.hh20 extern REAL time_est;
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/add_ons/albertasystems/Elast/Common/
H A Delast_test.cc29 REAL time_est = 0.0; variable
219 {REAL a=time_est; in get_time_est()
220 time_est=0.0; //irgendwie musser auf 0. normal in estimate, aber da hab ich ja nir den von in get_time_est()
H A Delast.cc624 time_est +=est_elast->estimator(adapt_elast); in estimate_phase()
653 INFO(adapt_elast->info, 2,"time est: %8le\n", time_est); in estimate_phase()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-digital/examples/demod/
H A Dtest_corr_est.grc763 tr_tag: time_est
860 tr_tag: time_est
957 tr_tag: time_est
H A Dsymbol_sync_test_float.grc607 tr_tag: '"time_est"'
H A Dsymbol_sync_test_complex.grc673 tr_tag: '"time_est"'
/dports/math/alberta/alberta3-920315ae1bbfd1b1fb6672d916619ac37a411e95/doc/
H A Dheat.tex784 time_est = heat_est(u_h, u_old, adapt_instat, rw_el_est, rw_el_estc,
875 static REAL time_est = 0.0;
879 return(time_est);
930 est_max = MAX(est_max, space_est + time_est);
979 write_statistics(path, adapt, n_dof, space_est, time_est, err_L2);
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-digital/docs/
H A Dpacket_comms.dox452 and creates stream tags for "time_est" and "phase_est". It also
486 samples. It also knows to look for a "time_est" stream tag and use
533 looks for a Trigger Tag Key. We will use 'time_est', one of the tags
565 the trigger stream tag (i.e., 'time_est'). We must first correct the
/dports/comms/gnuradio/gnuradio-3.8.4.0/gr-digital/examples/packet/
H A Dpacket_rx.grc324 trigger_tag_key: '"time_est"'
H A Duhd_packet_rx_tun.grc759 tr_tag: '"time_est"'
H A Duhd_packet_rx.grc750 tr_tag: '"time_est"'