Searched defs:getResult (Results 1 – 3 of 3) sorted by relevance
680 double getResult = fmod(firstParam, secondParam); in Fmod() local695 double getResult = fmin(firstParam, secondParam); in FMin() local710 double getResult = fmax(firstParam, secondParam); in FMax() local728 double getResult = fma(firstParam, secondParam, thirdParam); in Fma() local741 double getResult = floor(firstParam); in Floor() local756 double getResult = fdim(firstParam, secondParam); in FDim() local769 double getResult = fabs(firstParam); in FAbs() local782 double getResult = exp(firstParam); in Exp() local797 double getResult = copysignl(firstParam, secondParam); in CopySignL() local812 double getResult = copysignf(firstParam, secondParam); in CopySignF() local[all …]
278 char *getResult = nullptr; in FGetLn() local297 char *getResult = nullptr; in FGetS_unlocked() local408 char *getResult = nullptr; in FGets() local
125 const TestRunStatus& ActsApp::getResult (void) const in getResult() function in tcu::ActsApp