Home
last modified time | relevance | path

Searched refs:tabsource (Results 1 – 4 of 4) sorted by relevance

/dports/audio/csound/csound-6.15.0/Opcodes/emugens/
H A Dbeosc.c1061 MYFLT* tabsource; member
1076 p->tabsource = ftp->ftable; in tabrowcopy_init()
1121 MYFLT* tabsource = p->tabsource; in tabrowcopyk() local
1140 x0 = tabsource[i]; in tabrowcopyk()
1141 x1 = tabsource[i + numcols]; in tabrowcopyk()
1148 tabdest[j++] = tabsource[i]; in tabrowcopyk()
1158 MYFLT* tabsource; member
1170 p->tabsource = ftp->ftable; in tabrowcopyarr_init()
1217 MYFLT *tabsource = p->tabsource; in tabrowcopyarr_k() local
1224 x0 = tabsource[i]; in tabrowcopyarr_k()
[all …]
/dports/astro/p5-Starlink-AST/Starlink-AST-1.05/ast/
H A Dfitschan.h200 void (* tabsource)( void ); /* Pointer to table source function */ member
712 #define astTableSource(this,tabsource) \ argument
713 astINVOKE(V,astTableSource_(astCheckFitsChan(this),tabsource,STATUS_PTR))
718 #define astSetTableSource(this,tabsource,tabsource_wrap) \ argument
719 astINVOKE(V,astSetTableSource_(astCheckFitsChan(this),tabsource,tabsource_wrap,STATUS_PTR))
H A Dfitschan.c12812 if( this->tabsource && this->tabsource_wrap ){ in GetNamedTable()
26422 void (*tabsource)( void ), in SetTableSource()
26474 this->tabsource = tabsource; in SetTableSource()
31602 static void TabSourceWrap( void (*tabsource)( void ), in TabSourceWrap()
40718 out->tabsource = NULL; in astMAKE_CLEAR()
41791 new->tabsource = NULL; in astInitFitsChan_()
41950 new->tabsource = NULL; in astLoadFitsChan_()
42391 void (*tabsource)( void ), in astSetTableSource_()
42397 (**astMEMBER(this,FitsChan,SetTableSource))( this, tabsource, in astSetTableSource_()
42401 void (* tabsource)( AstFitsChan *, const char *, in astTableSource_()
[all …]
H A Dast.h1513 void (* tabsource)( void ); member
1635 #define astTableSource(this,tabsource) astINVOKE(V,astTableSource_(astCheckFitsChan(this),tabsource argument