Searched refs:sFuction (Results 1 – 2 of 2) sorted by relevance
97 static double AF_Simple(FX_LPCWSTR sFuction, double dValue1, double dValue2);
193 double CJS_PublicMethods::AF_Simple(FX_LPCWSTR sFuction, double dValue1, double dValue2) in AF_Simple() argument195 …if (FXSYS_wcsicmp(sFuction,(FX_LPCWSTR)L"AVG") == 0 || FXSYS_wcsicmp(sFuction,(FX_LPCWSTR)L"SUM") … in AF_Simple()199 else if (FXSYS_wcsicmp(sFuction, (FX_LPCWSTR)L"PRD") == 0) in AF_Simple()203 else if (FXSYS_wcsicmp(sFuction,(FX_LPCWSTR)L"MIN") == 0) in AF_Simple()207 else if (FXSYS_wcsicmp(sFuction,(FX_LPCWSTR)L"MAX") == 0) in AF_Simple()