Home
last modified time | relevance | path

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

/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dsphmap.c446 dval = astGetPolarLong( this ); in GetAttrib()
747 simpler = astEQUAL( astGetPolarLong( ( *map_list )[ imap1 ] ), in MapMerge()
748 astGetPolarLong( ( *map_list )[ imap2 ] ) ); in MapMerge()
909 polarlong = astGetPolarLong( ( *map_list )[ where ] ); in MapMerge()
916 if( astEQUAL( polarlong, astGetPolarLong( ( *map_list )[ where + 2 ] ) ) ) { in MapMerge()
1211 polarlong = astGetPolarLong( this ); in Transform()
1551 dval = set ? GetPolarLong( this, status ) : astGetPolarLong( this ); in Dump()
H A Dsphmap.h364 #define astGetPolarLong(this) astINVOKE(V,astGetPolarLong_(astCheckSphMap(this),STATUS_PTR)) macro