Searched refs:bits (Results 1 – 9 of 9) sorted by relevance
/math/ |
A D | Makefile | 25 headers := math.h bits/mathcalls.h \ 26 fpu_control.h complex.h bits/cmathcalls.h fenv.h \ 27 bits/fenv.h bits/mathdef.h tgmath.h \ 28 bits/math-vector.h finclude/math-vector-fortran.h \ 29 bits/libm-simd-decl-stubs.h bits/iscanonical.h \ 30 bits/flt-eval-method.h bits/fp-fast.h bits/fp-logb.h \ 31 bits/long-double.h bits/mathcalls-helper-functions.h \ 32 bits/floatn.h bits/floatn-common.h bits/mathcalls-narrow.h
|
A D | gen-auto-libm-tests.c | 1653 int bits = int_type_bits (type, long_bits); in int_fits_type() local 1657 mpz_ui_pow_ui (t, 2, bits - 1); in int_fits_type() 1722 int bits = int_type_bits (type, long_bits); in output_generic_value() local 1725 mpz_ui_pow_ui (tmp, 2, bits - 1); in output_generic_value() 1843 size_t bits = mpz_sizeinbase (tmp, 2); in output_for_one_input_case() local 1846 this_prec = bits - tz; in output_for_one_input_case() 1852 while ((size_t) this_num_ones < bits in output_for_one_input_case() 1853 && mpz_tstbit (tmp, bits - 1 - this_num_ones)) in output_for_one_input_case()
|
A D | libm-test-roundeven.inc | 238 /* 31, 32, 33 fractional bits. */ 416 /* 63, 64, 65 fractional bits. */
|
A D | gen-fromfp-tests-inputs | 323 /* 31, 32, 33 fractional bits. */
|
A D | auto-libm-test-in | 221 # that there is no intermediate rounding to 64 bits when adding two 7547 # verify that there is no intermediate rounding to 64 bits when
|
A D | libm-test-ufromfp.inc | 5195 /* 31, 32, 33 fractional bits. */
|
A D | libm-test-ufromfpx.inc | 5195 /* 31, 32, 33 fractional bits. */
|
A D | libm-test-fromfp.inc | 8780 /* 31, 32, 33 fractional bits. */
|
A D | libm-test-fromfpx.inc | 8780 /* 31, 32, 33 fractional bits. */
|
Completed in 125 milliseconds