Home
last modified time | relevance | path

Searched refs:arc_seconds (Results 1 – 3 of 3) sorted by relevance

/dports/astro/gnuastro/gnuastro-0.16/lib/
H A Dunits.c286 float arc_seconds=0.0; in gal_units_degree_to_dec() local
318 arc_seconds = (decimal - degrees - arc_minutes / 60.0) * 3600; in gal_units_degree_to_dec()
325 sign<0?"-":"+", degrees, arc_minutes, arc_seconds); in gal_units_degree_to_dec()
/dports/www/chromium-legacy/chromium-88.0.4324.182/media/capture/video/win/
H A Dvideo_capture_device_utils_win.cc36 long CaptureAngleToPlatformValue(double arc_seconds) { in CaptureAngleToPlatformValue() argument
37 return std::round(arc_seconds / kDegreesToArcSeconds); in CaptureAngleToPlatformValue()
H A Dvideo_capture_device_utils_win.h22 long CaptureAngleToPlatformValue(double arc_seconds);