Searched refs:SNG_EXPBITS (Results 1 – 17 of 17) sorted by relevance
80 #define SNG_EXPBITS 8 macro
76 #define SNG_EXPBITS 8 macro
77 #define SNG_EXPBITS 8 macro
78 #define SNG_EXPBITS 8 macro
55 s = e >> SNG_EXPBITS; in LROUNDNAME()
175 exp = (i >> (32 - 1 - SNG_EXPBITS)) & mask(SNG_EXPBITS); in fpu_stof()
236 exp = (i >> (32 - 1 - SNG_EXPBITS)) & mask(SNG_EXPBITS);
91 #define SNG_EXPBITS 8 macro
91 result = hs << (DBL_EXPBITS - SNG_EXPBITS); in m88100_fpu_parse_single()