Searched defs:INF_MASK (Results 1 – 3 of 3) sorted by relevance
753 constexpr uint32_t INF_MASK = 0xff000000; in EncodeIsInf() local762 constexpr uint32_t INF_MASK = 0xffe00000; in EncodeIsInf() local
2178 constexpr auto INF_MASK = uint32_t(0x7f800000) << 1U; in EncodeIsInf() local2190 constexpr auto INF_MASK = uint64_t(0x7ff0000000000000) << 1U; in EncodeIsInf() local
443 constexpr uint32_t INF_MASK = 0xff000000; in EncodeIsInf() local452 constexpr uint64_t INF_MASK = 0xffe0000000000000; in EncodeIsInf() local