Searched refs:tabsource (Results 1 – 4 of 4) sorted by relevance
/dports/audio/csound/csound-6.15.0/Opcodes/emugens/ |
H A D | beosc.c | 1061 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 D | fitschan.h | 200 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 D | fitschan.c | 12812 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 D | ast.h | 1513 void (* tabsource)( void ); member 1635 #define astTableSource(this,tabsource) astINVOKE(V,astTableSource_(astCheckFitsChan(this),tabsource… argument
|