Home
last modified time | relevance | path

Searched refs:f_2to2ok (Results 1 – 2 of 2) sorted by relevance

/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dutil.i1887 typedef anbool (*f_2to2ok)(const void*, double, double, double*, double*);
1894 f_2to2ok func,
1914 return broadcast_2to2ok((f_2to2ok)tan_radec2pixelxy, wcs, in1, in2);
1918 return broadcast_2to2ok((f_2to2ok)sip_radec2pixelxy, wcs, in1, in2);
1954 return broadcast_2to2ok((f_2to2ok)tan_radec2iwc, wcs, in1, in2);
1958 return broadcast_2to2ok((f_2to2ok)sip_radec2iwc, wcs, in1, in2);
1977 f_2to2ok func,
H A Dutil_wrap.c4516 typedef anbool (*f_2to2ok)(const void*, double, double, double*, double*); typedef
4523 f_2to2ok func,
4543 return broadcast_2to2ok((f_2to2ok)tan_radec2pixelxy, wcs, in1, in2); in tan_rd2xy_wrapper()
4547 return broadcast_2to2ok((f_2to2ok)sip_radec2pixelxy, wcs, in1, in2); in sip_rd2xy_wrapper()
4583 return broadcast_2to2ok((f_2to2ok)tan_radec2iwc, wcs, in1, in2); in tan_rd2iwc_wrapper()
4587 return broadcast_2to2ok((f_2to2ok)sip_radec2iwc, wcs, in1, in2); in sip_rd2iwc_wrapper()
4606 f_2to2ok func, in broadcast_2to2ok()
28741 f_2to2ok arg1 = (f_2to2ok) 0 ; in _wrap_broadcast_2to2ok()