Searched defs:appendFloat (Results 1 – 5 of 5) sorted by relevance
81 @Benchmark void appendFloat(int reps) { in appendFloat() method in StringBuilderBenchmark
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
133 void SkPDF::AttributeList::appendFloat( in appendFloat() function in SkPDF::AttributeList