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

  /external/skia/include/core/
SkFloatingPoint.h 43 #define sk_float_exp(x) (float)::exp(x) macro
64 #define sk_float_exp(x) expf(x) macro
SkScalar.h 201 #define SkScalarExp(x) (float)sk_float_exp(x)
  /external/skia/src/gpu/
FlingState.cpp 71 const float speed = fSpeed0 * (sk_float_exp(- K0 * t) - K1);
SkGpuDevice.cpp 739 kernel[i] = sk_float_exp(- x * x * denom);
    [all...]
  /external/skia/src/views/
SkTouchGesture.cpp 71 const float speed = fSpeed0 * (sk_float_exp(- K0 * t) - K1);

Completed in 299 milliseconds