Home
last modified time | relevance | path

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

/external/toolchain-utils/crb/
Dtable_formatter.py97 def FormatFloat(self, c, max_length=8): member in TableFormatter
/external/pdfium/core/fxcrt/
Dfx_basic_bstring.cpp1008 CFX_ByteString CFX_ByteString::FormatFloat(FX_FLOAT d, int precision) { in FormatFloat() function in CFX_ByteString
/external/fmtlib/test/
Dformat-test.cc1237 TEST(FormatterTest, FormatFloat) { in TEST() argument