Home
last modified time | relevance | path

Searched refs:app_max (Results 1 – 4 of 4) sorted by relevance

/dports/astro/astrometry/astrometry.net-0.85/solver/
H A Dcontrol-program.c170 double app_max; in main() local
295 app_max = arcmin2arcsec(arcmin_width_max / (double)imagew); in main()
298 solver->funits_upper = app_max; in main()
374 radec_radius += arcsec2deg(app_max * hypot(imagew, imageh) / 2.0); in main()
H A Dengine.c518 double app_max, app_min; in engine_run_job() local
524 app_max = dl_get(job->scales, j * 2 + 1); in engine_run_job()
527 if (app_max == 0.0) in engine_run_job()
528 app_max = app_max_default; in engine_run_job()
530 sp->funits_upper = app_max; in engine_run_job()
544 hypot(job_imagew(job), job_imageh(job)) * app_max; in engine_run_job()
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/blind/
H A Dengine.c460 double app_max, app_min; in engine_run_job() local
466 app_max = dl_get(job->scales, j * 2 + 1); in engine_run_job()
469 if (app_max == 0.0) in engine_run_job()
470 app_max = app_max_default; in engine_run_job()
472 sp->funits_upper = app_max; in engine_run_job()
486 hypot(job_imagew(job), job_imageh(job)) * app_max; in engine_run_job()
/dports/audio/synthpod-lv2/synthpod-01aad91/app/
H A Dsynthpod_app.c1146 const float app_max = app->prof.max * app->prof.count * tot_time_1; in sp_app_run_post() local
1153 app_min, app_avg, app_max in sp_app_run_post()