Home
last modified time | relevance | path

Searched refs:sk_float_pow (Results 1 – 2 of 2) sorted by relevance

/external/skia/include/core/
DSkFloatingPoint.h29 static inline float sk_float_pow(float base, float exp) { in sk_float_pow() function
/external/skia/src/core/
DSkFP.h44 #define SkFPCubeRoot(x) sk_float_pow(x, 0.3333333f)