Searched refs:SNG_EXPBITS (Results 1 – 7 of 7) sorted by relevance
175 exp = (i >> (32 - 1 - SNG_EXPBITS)) & mask(SNG_EXPBITS); in fpu_stof()
75 #define SNG_EXPBITS 8 macro
80 #define SNG_EXPBITS 8 macro
199 exp = (i >> (32 - 1 - SNG_EXPBITS)) & mask(SNG_EXPBITS);
88 #define SNG_EXPBITS 8 macro