Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkFloatingPoint.h28 static inline float sk_float_pow(float base, float exp) { in sk_float_pow() function
/external/skia/include/core/
DSkScalar.h51 #define SkScalarPow(b, e) sk_float_pow(b, e)
/external/skia/src/ports/
DSkFontHost_win.cpp1020 x = sk_float_pow(x, ee); in build_power_table()