Searched refs:MSBIT64 (Results 1 – 3 of 3) sorted by relevance
232 #define MSBIT64(POS) ((uint64_t)1 << (64 - 1 - (POS))) macro235 #define MSBIT(POS) MSBIT64 (POS)259 #define BIT64 MSBIT64
116 #define SIGNBIT (is_double ? MSBIT64 (0) : MSBIT64 (32))
6351 MSBIT64): Force result to unsignedN.6878 MSBIT16, MSBIT32, MSBIT64, MSBIT): New macros - single bit as