Searched refs:gIEEENegativeInfinity (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/include/core/
H A DSkFloatingPoint.h94 extern const uint32_t gIEEENegativeInfinity;
98 #define SK_FloatNegativeInfinity (*SkTCast<const float*>(&gIEEENegativeInfinity))
/external/skia/include/core/
H A DSkFloatingPoint.h94 extern const uint32_t gIEEENegativeInfinity;
98 #define SK_FloatNegativeInfinity (*SkTCast<const float*>(&gIEEENegativeInfinity))
/external/chromium_org/third_party/skia/src/core/
H A DSkMath.cpp18 const uint32_t gIEEENegativeInfinity = 0xFF800000; variable
/external/skia/src/core/
H A DSkMath.cpp18 const uint32_t gIEEENegativeInfinity = 0xFF800000; variable

Completed in 102 milliseconds