Home
last modified time | relevance | path

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

/external/skia/src/core/
DSkPoint.cpp142 static const uint16_t gInvSqrt14GuessTable[] = { variable
180 SkASSERT(top - 8 < SK_ARRAY_COUNT(gInvSqrt14GuessTable)); in fast_invsqrt()
181 unsigned U = gInvSqrt14GuessTable[top - 8]; in fast_invsqrt()