Home
last modified time | relevance | path

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

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