Home
last modified time | relevance | path

Searched refs:mant_bits (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dfloatformat.c420 unsigned int mant_bits, mant_off; in mant_bits_set() local
427 mant_bits = min (mant_bits_left, 32); in mant_bits_set()
430 mant_off, mant_bits) != 0) in mant_bits_set()
433 mant_off += mant_bits; in mant_bits_set()
434 mant_bits_left -= mant_bits; in mant_bits_set()
491 unsigned int mant_bits, mant_off; in floatformat_to_double() local
558 mant_bits = min (mant_bits_left, 32); in floatformat_to_double()
561 mant_off, mant_bits); in floatformat_to_double()
563 dto += ldexp ((double) mant, exponent - mant_bits); in floatformat_to_double()
564 exponent -= mant_bits; in floatformat_to_double()
[all …]
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dfloatformat.c425 unsigned int mant_bits, mant_off; in mant_bits_set() local
432 mant_bits = min (mant_bits_left, 32); in mant_bits_set()
435 mant_off, mant_bits) != 0) in mant_bits_set()
438 mant_off += mant_bits; in mant_bits_set()
439 mant_bits_left -= mant_bits; in mant_bits_set()
496 unsigned int mant_bits, mant_off; in floatformat_to_double() local
563 mant_bits = min (mant_bits_left, 32); in floatformat_to_double()
566 mant_off, mant_bits); in floatformat_to_double()
568 dto += ldexp ((double) mant, exponent - mant_bits); in floatformat_to_double()
569 exponent -= mant_bits; in floatformat_to_double()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dfloatformat.c420 unsigned int mant_bits, mant_off; in mant_bits_set() local
427 mant_bits = min (mant_bits_left, 32); in mant_bits_set()
430 mant_off, mant_bits) != 0) in mant_bits_set()
433 mant_off += mant_bits; in mant_bits_set()
434 mant_bits_left -= mant_bits; in mant_bits_set()
491 unsigned int mant_bits, mant_off; in floatformat_to_double() local
558 mant_bits = min (mant_bits_left, 32); in floatformat_to_double()
561 mant_off, mant_bits); in floatformat_to_double()
563 dto += ldexp ((double) mant, exponent - mant_bits); in floatformat_to_double()
564 exponent -= mant_bits; in floatformat_to_double()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dfloatformat.c408 unsigned int mant_bits, mant_off; in mant_bits_set() local
415 mant_bits = min (mant_bits_left, 32); in mant_bits_set()
418 mant_off, mant_bits) != 0) in mant_bits_set()
421 mant_off += mant_bits; in mant_bits_set()
422 mant_bits_left -= mant_bits; in mant_bits_set()
479 unsigned int mant_bits, mant_off; in floatformat_to_double() local
546 mant_bits = min (mant_bits_left, 32); in floatformat_to_double()
549 mant_off, mant_bits); in floatformat_to_double()
551 dto += ldexp ((double) mant, exponent - mant_bits); in floatformat_to_double()
552 exponent -= mant_bits; in floatformat_to_double()
[all …]
/netbsd-src/external/lgpl3/gmp/dist/tests/mpn/
H A Dt-get_d.c127 int i, mant_bits; in check_twobit() local
132 mant_bits = tests_dbl_mant_bits (); in check_twobit()
133 if (mant_bits == 0) in check_twobit()
136 np = refmpn_malloc_limbs (BITS_TO_LIMBS (mant_bits)); in check_twobit()
138 for (i = 1; i < mant_bits; i++) in check_twobit()
405 unsigned long mant_bits; in check_rand() local
412 mant_bits = tests_dbl_mant_bits (); in check_rand()
413 if (mant_bits == 0) in check_rand()
418 exp_min = -100 - mant_bits; in check_rand()
419 exp_max = 100 - mant_bits; in check_rand()
[all …]
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20037410 with the implied integer bit, only alter mant_bits if we are
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20037410 with the implied integer bit, only alter mant_bits if we are