Home
last modified time | relevance | path

Searched refs:AST__AND (Results 1 – 8 of 8) sorted by relevance

/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dcmpregion.c337 if ( !astOK ) return AST__AND; in CmpRegionList()
799 if( oper == AST__AND ) {
1073 if( this->oper == AST__AND ){ in GetRegions()
1081 if( oper ) *oper = AST__AND; in GetRegions()
1806 if( this->oper == AST__AND ) { in RegBaseBox2()
3662 if( oper == AST__AND ) { in Simplify()
3678 if( oper == AST__AND ) { in Simplify()
3943 if( oper == AST__AND ) { in Transform()
4059 if( cmpreg1->oper == AST__AND && cmpreg2->oper == AST__AND ) { in XORCheck()
4313 if( ival == AST__AND ) { in Dump()
[all …]
H A Dcmpregion.h90 #define AST__AND 1 macro
H A Dast_par.source555 INTEGER AST__AND
556 PARAMETER( AST__AND = 1 )
H A Dstcschan.c1690 if( oper == AST__AND ) { in GetRegionProps()
2044 oper = AST__AND; in MakeSpaceRegion()
H A Dxmlchan.c3037 tmp = (AstRegion *) astCmpRegion( new, reg, AST__AND, "", status ); in ConvexReader()
5134 tmp = (AstRegion *) astCmpRegion( new, reg, AST__AND, "", status ); in IntersectionReader()
H A Dregion.c1629 cmpreg = astCmpRegion( this, box, AST__AND, "", status ); in BndBaseMesh()
H A Dast.h3079 #define AST__AND 1 macro
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/t/
H A Dregion.t55 isa_ok( $circle->CmpRegion( $box, Starlink::AST::Region::AST__AND(), "" ),