Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-4.7/libgcc/
H A Dfp-bit.h155 # define EXPBIAS 16383 macro
165 # define EXPBIAS 1023 macro
190 # define EXPBIAS 127 macro
213 # define EXPBIAS 1023 macro
311 #define NORMAL_EXPMIN (-(EXPBIAS)+1)
H A Dfp-bit.c289 && __builtin_expect (src->normal_exp > EXPBIAS, 0))
296 exp = src->normal_exp + EXPBIAS;
539 dst->normal_exp = exp - EXPBIAS + 1;
584 dst->normal_exp = exp - EXPBIAS;