Home
last modified time | relevance | path

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

/external/truth/core/src/main/java/com/google/common/truth/
DPlatform.java189 static String doubleToString(double value) { in doubleToString() method in Platform
/external/truth/core/src/main/java/com/google/common/truth/super/com/google/common/truth/
DPlatform.java104 static String doubleToString(double value) { in doubleToString() method in Platform
/external/deqp/framework/qphelper/
DqpTestLog.c282 void doubleToString(double value, char *buf, size_t bufSize) in doubleToString() function