Home
last modified time | relevance | path

Searched refs:doubleToString (Results 1 – 3 of 3) sorted by relevance

/external/deqp/framework/qphelper/
DqpTestLog.c287 DE_INLINE void doubleToString (double value, char* buf, size_t bufSize) in doubleToString() function
1399 doubleToString(value, tmpString, (int)sizeof(tmpString)); in qpTestLog_writeValueFloat()
/external/google-tv-pairing-protocol/java/src/com/google/polo/json/
DTest.java64 JSONObject.doubleToString(this.aNumber) + "}"; in main()
DJSONObject.java486 static public String doubleToString(double d) { in doubleToString() method in JSONObject