Home
last modified time | relevance | path

Searched refs:FUNCDATA (Results 1 – 2 of 2) sorted by last modified time

/trunk/main/scaddins/source/analysis/
H A Danalysishelper.cxx42 #define FUNCDATA( FUNCNAME, DBL, OPT, NUMOFPAR, CAT ) \ macro
55 FUNCDATA( Iseven, DOUBLE, STDPAR, 1, FDCat_Inf ),
56 FUNCDATA( Isodd, DOUBLE, STDPAR, 1, FDCat_Inf ),
57 FUNCDATA( Multinomial, UNIQUE, STDPAR, 1, FDCat_Math ),
58 FUNCDATA( Seriessum, UNIQUE, STDPAR, 4, FDCat_Math ),
59 FUNCDATA( Quotient, UNIQUE, STDPAR, 2, FDCat_Math ),
60 FUNCDATA( Mround, UNIQUE, STDPAR, 2, FDCat_Math ),
61 FUNCDATA( Sqrtpi, UNIQUE, STDPAR, 1, FDCat_Math ),
62 FUNCDATA( Randbetween, UNIQUE, STDPAR, 2, FDCat_Math ),
63 FUNCDATA( Gcd, DOUBLE, INTPAR, 1, FDCat_Math ),
[all …]
/trunk/main/scaddins/source/datefunc/
H A Ddatefunc.cxx124 #define FUNCDATA( FuncName, ParamCount, Category, Double, IntPar ) \ macro
129 FUNCDATA( DiffWeeks, 3, ScaCat_DateTime, UNIQUE, INTPAR ),
130 FUNCDATA( DiffMonths, 3, ScaCat_DateTime, UNIQUE, INTPAR ),
131 FUNCDATA( DiffYears, 3, ScaCat_DateTime, UNIQUE, INTPAR ),
132 FUNCDATA( IsLeapYear, 1, ScaCat_DateTime, UNIQUE, INTPAR ),
133 FUNCDATA( DaysInMonth, 1, ScaCat_DateTime, UNIQUE, INTPAR ),
134 FUNCDATA( DaysInYear, 1, ScaCat_DateTime, UNIQUE, INTPAR ),
135 FUNCDATA( WeeksInYear, 1, ScaCat_DateTime, UNIQUE, INTPAR ),
136 FUNCDATA( Rot13, 1, ScaCat_Text, UNIQUE, STDPAR )
139 #undef FUNCDATA

Completed in 43 milliseconds