HomeSort by relevance Sort by last modified time
    Searched refs:sk_float_pow (Results 1 - 2 of 2) sorted by null

  /external/skia/include/core/
SkFloatingPoint.h 22 static inline float sk_float_pow(float base, float exp) { function
  /external/skia/src/core/
SkFP.h 36 #define SkFPCubeRoot(x) sk_float_pow(x, 0.3333333f)

Completed in 45 milliseconds