Home
last modified time | relevance | path

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

/external/skia/include/private/
DSkFloatBits.h59 constexpr int32_t gFloatBits_exponent_mask = 0x7F800000; variable
63 return (bits & gFloatBits_exponent_mask) != gFloatBits_exponent_mask; in SkFloatBits_IsFinite()
67 return ((bits & gFloatBits_exponent_mask) == gFloatBits_exponent_mask) && in SkFloatBits_IsInf()
/external/skqp/include/private/
DSkFloatBits.h59 constexpr int32_t gFloatBits_exponent_mask = 0x7F800000; variable
63 return (bits & gFloatBits_exponent_mask) != gFloatBits_exponent_mask; in SkFloatBits_IsFinite()
67 return ((bits & gFloatBits_exponent_mask) == gFloatBits_exponent_mask) && in SkFloatBits_IsInf()