Searched defs:appendFloat (Results 1 – 8 of 8) sorted by relevance
81 @Benchmark void appendFloat(int reps) { in appendFloat() method in StringBuilderBenchmark
146 func appendFloat(out []byte, n float64, bitSize int) []byte { func
182 func appendFloat(out []byte, n float64, bitSize int) []byte { func
202 void appendFloat(float value) { this->beginValue(); this->appendf("%g", value); } in appendFloat() function
198 const auto appendFloat = [&](float f) { qualifierString.append(std::to_string(f).c_str()); }; in getSpirvDecorateQualifierString() local
74 void SkPDF::AttributeList::appendFloat( in appendFloat() function in SkPDF::AttributeList
3662 func appendFloat(b []byte, p pointer, f *coderFieldInfo, opts marshalOptions) ([]byte, error) { func