OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:ftoa
(Results
1 - 13
of
13
) sorted by null
/external/swiftshader/src/Main/
SwiftConfig.cpp
39
std::string
ftoa
(double number)
function in namespace:sw
466
html += "<p>FPS: " +
ftoa
(profiler.FPS) + "</p>\n";
491
html += "<p>Raster operations (million): " +
ftoa
(profiler.ropOperationsFrame / 1.0e6f) + " (current), " +
ftoa
(averageRopOperations) + " (average)</p>\n";
492
html += "<p>Texture operations (million): " +
ftoa
(profiler.texOperationsFrame / 1.0e6f) + " (current), " +
ftoa
(averageTexOperations) + " (average)</p>\n";
493
html += "<p>Compressed texture operations (million): " +
ftoa
(profiler.compressedTexFrame / 1.0e6f) + " (current), " +
ftoa
(averageCompressedTex) + " (average)</p>\n";
496
html += "<div style='position:relative; float:left; width:" + itoa(rastTime) + "px; height:40px; border-style:none; text-align:center; line-height:40px; background-color:#FFFF7F; overflow:hidden;'>" +
ftoa
(rastTimeF) + "% rast</div>\n";
497
html += "<div style='position:relative; float:left; width:" + itoa(pipeTime) + "px; height:40px; border-style:none; text-align:center; line-height:40px; background-color:#FF7F7F; overflow:hidden;'>" +
ftoa
(pipeTimeF) + "% pipe</div>\n"
[
all
...]
/prebuilts/go/darwin-x86/src/math/big/
ftoa.go
7
// in strconv/
ftoa
.go, but modified and simplified for Float.
174
// TODO(gri) strconv/
ftoa
.do describes a shortcut in some cases.
/prebuilts/go/linux-x86/src/math/big/
ftoa.go
7
// in strconv/
ftoa
.go, but modified and simplified for Float.
174
// TODO(gri) strconv/
ftoa
.do describes a shortcut in some cases.
/prebuilts/go/darwin-x86/pkg/darwin_amd64/
strconv.a
22
i·1 &err·2 ZAtoi &