Home
last modified time | relevance | path

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

/external/skia/include/core/
DSkScalar.h20 #define SK_ScalarSqrt2 SK_FloatSqrt2
/external/skia/include/private/
DSkFloatingPoint.h34 constexpr float SK_FloatSqrt2 = 1.41421356f; variable
/external/skia/tests/
DSkSLInterpreterTest.cpp796 expected[0] = 1.0f / SK_FloatSqrt2; expected[1] = -1.0f / SK_FloatSqrt2; in DEF_TEST()