OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SkFPCubeRoot
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/skia/src/core/
SkFP.h
36
#define
SkFPCubeRoot
(x) sk_float_pow(x, 0.3333333f)
66
#define
SkFPCubeRoot
(x) SkFloat::CubeRoot(x)
/external/skia/src/core/
SkFP.h
36
#define
SkFPCubeRoot
(x) sk_float_pow(x, 0.3333333f)
66
#define
SkFPCubeRoot
(x) SkFloat::CubeRoot(x)
Completed in 36 milliseconds