OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sk_float_log
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/include/core/
SkFloatingPoint.h
66
#define
sk_float_log
(x) (float)::log(x)
macro
87
#define
sk_float_log
(x) logf(x)
macro
SkScalar.h
172
#define SkScalarLog(x) (float)
sk_float_log
(x)
Completed in 40 milliseconds