Searched refs:FormatFloat (Results 1 - 6 of 6) sorted by relevance

/external/flatbuffers/samples/
H A Dsample_binary.go106 strconv.FormatFloat(float64(monster.Pos(nil).X()), 'f', 1, 32), "1.0")
108 strconv.FormatFloat(float64(monster.Pos(nil).Y()), 'f', 1, 32), "2.0")
110 strconv.FormatFloat(float64(monster.Pos(nil).Z()), 'f', 1, 32), "3.0")
/external/pdfium/core/fpdfapi/parser/
H A Dcpdf_number.cpp56 : CFX_ByteString::FormatFloat(m_Float);
/external/toolchain-utils/crb/
H A Dtable_formatter.py97 def FormatFloat(self, c, max_length=8): member in class:TableFormatter
148 c = self.FormatFloat(c)
/external/pdfium/core/fxcrt/
H A Dfx_string.h157 static CFX_ByteString FormatFloat(FX_FLOAT f, int precision = 0);
H A Dfx_basic_bstring.cpp1008 CFX_ByteString CFX_ByteString::FormatFloat(FX_FLOAT d, int precision) { function in class:CFX_ByteString
/external/fmtlib/test/
H A Dformat-test.cc1237 TEST(FormatterTest, FormatFloat) {

Completed in 163 milliseconds