Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkFloatingPoint.h124 extern const uint32_t gIEEENegativeInfinity;
128 #define SK_FloatNegativeInfinity (*SkTCast<const float*>(&gIEEENegativeInfinity))
/external/skia/src/core/
DSkMath.cpp15 const uint32_t gIEEENegativeInfinity = 0xFF800000; variable