Home
last modified time | relevance | path

Searched refs:sk_fmaf (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/core/
DSkCubicSolver.h24 return eval_poly(t, sk_fmaf(m,t,b), rest...); in eval_poly()
55 float denom = sk_fmaf(2*fp, fp, -(f*fpp)); in cubic_solver()
/external/skia/include/private/
DSkFloatingPoint.h272 static inline float sk_fmaf(float f, float m, float a) { in sk_fmaf() function