Home
last modified time | relevance | path

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

/openbsd/src/gnu/gcc/gcc/config/
Dfp-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)
Dfp-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;
/openbsd/src/gnu/usr.bin/gcc/gcc/config/
Dfp-bit.h147 # define EXPBIAS 16383 macro
157 # define EXPBIAS 1023 macro
182 # define EXPBIAS 127 macro
205 # define EXPBIAS 1023 macro
337 #define NORMAL_EXPMIN (-(EXPBIAS)+1)
Dfp-bit.c277 && src->normal_exp > EXPBIAS)
284 exp = src->normal_exp + EXPBIAS;
501 dst->normal_exp = exp - EXPBIAS + 1;
541 dst->normal_exp = exp - EXPBIAS;