OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:g_fmt
(Results
1 - 4
of
4
) sorted by null
/external/chromium/base/third_party/dmg_fp/
dmg_fp.h
26
char*
g_fmt
(char* b, double x);
Android.mk
12
base/third_party/dmg_fp/
g_fmt
.cc
g_fmt.cc
20
/*
g_fmt
(buf,x) stores the closest decimal approximation to x in buf;
30
g_fmt
(register char *b, double x)
function in namespace:dmg_fp
/external/chromium/base/
string_number_conversions.cc
385
// According to
g_fmt
.cc, it is sufficient to declare a buffer of size 32.
387
dmg_fp::
g_fmt
(buffer, value);
Completed in 42 milliseconds