Searched refs:astGetPolarLong (Results 1 – 2 of 2) sorted by relevance
446 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()
364 #define astGetPolarLong(this) astINVOKE(V,astGetPolarLong_(astCheckSphMap(this),STATUS_PTR)) macro