Home
last modified time | relevance | path

Searched defs:getResult (Results 1 – 3 of 3) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
Dmathndk.cpp680 double getResult = fmod(firstParam, secondParam); in Fmod() local
695 double getResult = fmin(firstParam, secondParam); in FMin() local
710 double getResult = fmax(firstParam, secondParam); in FMax() local
728 double getResult = fma(firstParam, secondParam, thirdParam); in Fma() local
741 double getResult = floor(firstParam); in Floor() local
756 double getResult = fdim(firstParam, secondParam); in FDim() local
769 double getResult = fabs(firstParam); in FAbs() local
782 double getResult = exp(firstParam); in Exp() local
797 double getResult = copysignl(firstParam, secondParam); in CopySignL() local
812 double getResult = copysignf(firstParam, secondParam); in CopySignF() local
[all …]
Dstdioextndk.cpp278 char *getResult = nullptr; in FGetLn() local
297 char *getResult = nullptr; in FGetS_unlocked() local
408 char *getResult = nullptr; in FGets() local
/test/xts/acts/graphic/vkgl/src/
DActsApp.cpp125 const TestRunStatus& ActsApp::getResult (void) const in getResult() function in tcu::ActsApp