Searched refs:smallestPositiveHalf (Results 1 – 2 of 2) sorted by relevance
229 static const FloatUnion smallestPositiveHalf = { 102 << 23 }; in unittest_half() local230 h = SkFloatToHalf(smallestPositiveHalf.fF); in unittest_half()232 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(f, smallestPositiveHalf.fF)); in unittest_half()
227 static const FloatUnion smallestPositiveHalf = { 102 << 23 }; in unittest_half() local228 h = SkFloatToHalf(smallestPositiveHalf.fF); in unittest_half()230 REPORTER_ASSERT(reporter, SkScalarNearlyEqual(f, smallestPositiveHalf.fF)); in unittest_half()