Searched defs:INF_MASK (Results 1 – 3 of 3) sorted by relevance
1110 constexpr uint32_t INF_MASK = 0xff000000; in EncodeIsInf() local1119 constexpr uint32_t INF_MASK = 0xffe00000; in EncodeIsInf() local
2777 constexpr auto INF_MASK = uint32_t(0x7f800000) << 1U; in EncodeIsInf() local2789 constexpr auto INF_MASK = uint64_t(0x7ff0000000000000) << 1U; in EncodeIsInf() local
624 constexpr uint32_t INF_MASK = 0xff000000; in EncodeIsInf() local633 constexpr uint64_t INF_MASK = 0xffe0000000000000; in EncodeIsInf() local