OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sk_float_exp
(Results
1 - 5
of
5
) sorted by null
/external/skia/include/private/
SkFloatingPoint.h
75
#define
sk_float_exp
(x) expf(x)
macro
/external/skia/src/gpu/effects/
GrConvolutionEffect.cpp
173
fKernel[i] =
sk_float_exp
(- x * x * denom);
GrMatrixConvolutionEffect.cpp
209
float xyTerm =
sk_float_exp
(-(xTerm + yTerm * yTerm * sigmaYDenom));
/external/skia/include/core/
SkScalar.h
59
#define SkScalarExp(x) (float)
sk_float_exp
(x)
/external/skia/src/views/
SkTouchGesture.cpp
71
const float speed = fSpeed0 * (
sk_float_exp
(- K0 * t) - K1);
Completed in 374 milliseconds