OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sk_float_log2
(Results
1 - 2
of
2
) sorted by null
/external/skia/include/private/
SkFloatingPoint.h
82
static inline float
sk_float_log2
(float x) {
function
87
#define
sk_float_log2
(x) log2f(x)
macro
/external/skia/include/core/
SkScalar.h
61
#define SkScalarLog2(x) (float)
sk_float_log2
(x)
Completed in 104 milliseconds