Home
last modified time | relevance | path

Searched refs:EXPBIAS (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/gcc/config/
HDfp-bit.h151 # define EXPBIAS 16383 macro
161 # define EXPBIAS 1023 macro
186 # define EXPBIAS 127 macro
209 # define EXPBIAS 1023 macro
341 #define NORMAL_EXPMIN (-(EXPBIAS)+1)
HDfp-bit.c296 && __builtin_expect (src->normal_exp > EXPBIAS, 0))
303 exp = src->normal_exp + EXPBIAS;
546 dst->normal_exp = exp - EXPBIAS + 1;
591 dst->normal_exp = exp - EXPBIAS;