Home
last modified time | relevance | path

Searched defs:EXPBIAS (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/libgcc/
Dfp-bit.h150 # define EXPBIAS 16383 macro
160 # define EXPBIAS 1023 macro
185 # define EXPBIAS 127 macro
208 # define EXPBIAS 1023 macro
/netbsd/src/external/gpl3/gdb/dist/sim/ppc/
Ddp-bit.c101 # define EXPBIAS 127 macro
121 # define EXPBIAS 1023 macro
/netbsd/src/external/gpl3/gdb/dist/sim/common/
Dsim-fpu.c124 #define EXPBIAS (is_double ? EXPBIAS64 : EXPBIAS32) macro