Home
last modified time | relevance | path

Searched refs:exp_bias (Results 1 – 12 of 12) sorted by relevance

/openbsd/src/gnu/lib/libiberty/src/
Dfloatformat.c372 exponent -= fmt->exp_bias; in floatformat_to_double()
399 (- fmt->exp_bias in floatformat_to_double()
522 if (exponent + fmt->exp_bias - 1 > 0) in floatformat_from_double()
524 fmt->exp_len, exponent + fmt->exp_bias - 1); in floatformat_from_double()
531 mant = ldexp (mant, exponent + fmt->exp_bias - 1); in floatformat_from_double()
549 && exponent + fmt->exp_bias - 1 > 0) in floatformat_from_double()
/openbsd/src/gnu/usr.bin/binutils/include/
Dfloatformat.h69 int exp_bias; member
DChangeLog69 * floatformat.h (struct floatformat): Make "exp_bias" signed.
DChangeLog-910391 * floatformat.h (struct floatformat): Make "exp_bias" signed.
/openbsd/src/gnu/lib/libiberty/include/
Dfloatformat.h71 int exp_bias; member
/openbsd/src/gnu/gcc/include/
Dfloatformat.h71 int exp_bias; member
DChangeLog-910392 * floatformat.h (struct floatformat): Make "exp_bias" signed.
/openbsd/src/gnu/usr.bin/binutils-2.17/include/
Dfloatformat.h71 int exp_bias; member
DChangeLog-910392 * floatformat.h (struct floatformat): Make "exp_bias" signed.
/openbsd/src/gnu/usr.bin/binutils/gdb/
Ddoublest.c188 exponent -= fmt->exp_bias; in convert_floatformat_to_doublest()
190 exponent = 1 - fmt->exp_bias; in convert_floatformat_to_doublest()
392 exponent + fmt->exp_bias - 1); in convert_doublest_to_floatformat()
DChangeLog-20033413 cast "exp_bias" to an int. Reverts 2002-12-04 change.
DChangeLog-20021078 * doublest.c (convert_floatformat_to_doublest): Cast exp_bias to int.