Searched refs:gFloatBits_exponent_mask (Results 1 – 2 of 2) sorted by relevance
59 constexpr int32_t gFloatBits_exponent_mask = 0x7F800000; variable63 return (bits & gFloatBits_exponent_mask) != gFloatBits_exponent_mask; in SkFloatBits_IsFinite()67 return ((bits & gFloatBits_exponent_mask) == gFloatBits_exponent_mask) && in SkFloatBits_IsInf()