Home
last modified time | relevance | path

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

/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dmathmap.h262 void (* SetSimpFI)( AstMathMap *, int, int * ); member
H A Dmathmap.c629 static void SetSimpFI( AstMathMap *, int, int * );
3717 vtab->SetSimpFI = SetSimpFI; in astInitMathMapVtab_()
7372 if ( TestSimpFI( new, status ) ) SetSimpFI( new, new->simp_fi, status ); in astLoadMathMap_()