Searched refs:sk_float_exp (Results 1 – 5 of 5) sorted by relevance
69 #define sk_float_exp(x) (float)::exp(x) macro90 #define sk_float_exp(x) expf(x) macro
59 #define SkScalarExp(x) (float)sk_float_exp(x)
185 fKernel[i] = sk_float_exp(- x * x * denom); in GrConvolutionEffect()
215 float xyTerm = sk_float_exp(-(xTerm + yTerm * yTerm * sigmaYDenom)); in CreateGaussian()
71 const float speed = fSpeed0 * (sk_float_exp(- K0 * t) - K1); in evaluateMatrix()