Searched defs:floatToString (Results 1 - 2 of 2) sorted by relevance

/external/deqp/framework/delibs/decpp/
H A DdeStringUtil.cpp109 std::string floatToString (float val, int precision) function in namespace:de
157 DE_TEST_ASSERT(floatToString(4, 1) == "4.0");
/external/deqp/framework/qphelper/
H A DqpTestLog.c282 DE_INLINE void floatToString (float value, char* buf, int bufSize) function
620 floatToString(value, tmpString, sizeof(tmpString));

Completed in 468 milliseconds