Home
last modified time | relevance | path

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

/third_party/flutter/skia/tests/
DMathTest.cpp229 static const FloatUnion smallestPositiveHalf = { 102 << 23 }; in unittest_half() local
230 h = SkFloatToHalf(smallestPositiveHalf.fF); in unittest_half()
232 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(f, smallestPositiveHalf.fF)); in unittest_half()
/third_party/skia/tests/
DMathTest.cpp227 static const FloatUnion smallestPositiveHalf = { 102 << 23 }; in unittest_half() local
228 h = SkFloatToHalf(smallestPositiveHalf.fF); in unittest_half()
230 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(f, smallestPositiveHalf.fF)); in unittest_half()