Home
last modified time | relevance | path

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

/external/skia/src/gpu/geometry/
DGrWangsFormula.h52 SK_ALWAYS_INLINE static int nextlog16(float x) { in nextlog16() function
80 return nextlog16(quadratic_pow4(precision, pts, vectorXform));
107 return nextlog16(cubic_pow4(precision, pts, vectorXform));
124 return nextlog16(4*kk * (devWidth * devWidth + devHeight * devHeight)); in worst_case_cubic_log2()