Searched defs:INF_MASK (Results 1 – 3 of 3) sorted by relevance
2270 constexpr auto INF_MASK = uint32_t(0x7f800000) << 1U; in EncodeIsInf() local2282 constexpr auto INF_MASK = uint64_t(0x7ff0000000000000) << 1U; in EncodeIsInf() local
752 constexpr uint32_t INF_MASK = 0xff000000; in EncodeIsInf() local761 constexpr uint32_t INF_MASK = 0xffe00000; in EncodeIsInf() local
439 constexpr uint32_t INF_MASK = 0xff000000; in EncodeIsInf() local448 constexpr uint64_t INF_MASK = 0xffe0000000000000; in EncodeIsInf() local