Home
last modified time | relevance | path

Searched refs:value (Results 1 – 13 of 13) sorted by relevance

/math/
A Dgen-auto-libm-tests.c332 } value; member
684 assert_exact (mpfr_set (dest->value.f, src->value.f, MPFR_RNDN)); in generic_value_copy()
689 mpz_set (dest->value.i, src->value.i); in generic_value_copy()
1461 inexact = calc->func.mpfr_f_f (outputs[0].value.f, inputs[0].value.f, in calc_generic_results()
1473 inexact = calc->func.mpfr_ff_f (outputs[0].value.f, inputs[0].value.f, in calc_generic_results()
1486 inexact = calc->func.mpfr_fff_f (outputs[0].value.f, inputs[0].value.f, in calc_generic_results()
1487 inputs[1].value.f, inputs[2].value.f, in calc_generic_results()
1547 assert_exact (mpc_set_fr_fr (ci1, inputs[0].value.f, inputs[1].value.f, in calc_generic_results()
1565 assert_exact (mpc_set_fr_fr (ci1, inputs[0].value.f, inputs[1].value.f, in calc_generic_results()
1595 assert_exact (mpc_set_fr_fr (ci1, inputs[0].value.f, inputs[1].value.f, in calc_generic_results()
[all …]
A Dlibm-test-support.c159 FLOAT value) in fmt_ftostr() argument
174 if (! signbit (value)) in fmt_ftostr()
580 ulp (FLOAT value) in ulp() argument
584 switch (fpclassify (value)) in ulp()
1075 FLOAT ulps, ulpx, value; in check_ulp() local
1095 ulps = ULPDIFF (value, 0); in check_ulp()
1106 ulps = ULPDIFF (value, 10); in check_ulp()
1114 value = FUNC(nextafter) (value, 20); in check_ulp()
1115 ulps = ULPDIFF (value, 10); in check_ulp()
1124 value = FUNC(nextafter) (value, 20); in check_ulp()
[all …]
A Ds_ldexp_template.c21 M_SUF (__ldexp) (FLOAT value, int exp) in M_SUF()
23 if(!isfinite(value)||value==0) return value + value; in M_SUF()
24 value = M_SCALBN(value,exp); in M_SUF()
25 if(!isfinite(value)||value==0) __set_errno (ERANGE); in M_SUF()
26 return value; in M_SUF()
A Dauto-libm-test-in82 # the next value generates larger error bounds on x86_64 (binary64)
84 # the next value generates larger error bounds on x86_64 (ldbl-96)
147 # the next value generates larger error bounds on x86_64 (ldbl-96)
149 # the next value generates larger error bounds on x86_64 (binary128)
293 # the next value generates larger error bounds on x86_64 (binary64)
384 # the next value generates larger error bounds on x86_64 (binary32)
386 # the next value generates larger error bounds on x86_64 (binary64)
388 # the next value generates larger error bounds on x86_64 (binary128)
431 # the next value generates larger error bounds on x86_64 (binary32)
489 # the next value generates larger error bounds on x86_64 (binary32)
[all …]
A Datest-exp.c44 char value[size + 1]; in print_mpn_hex() local
48 memset (value, '0', size); in print_mpn_hex()
51 value[size - 1 - i] = hexdig[x[i * 4 / mpbpl] >> (i * 4) % mpbpl & 0xf]; in print_mpn_hex()
53 value[size] = '\0'; in print_mpn_hex()
54 fputs (value, stdout); in print_mpn_hex()
A Datest-sincos.c47 char value[size + 1]; in print_mpn_hex() local
51 memset (value, '0', size); in print_mpn_hex()
54 value[size-1-i] = hexdig[x[i * 4 / mpbpl] >> (i * 4) % mpbpl & 0xf]; in print_mpn_hex()
56 value[size] = '\0'; in print_mpn_hex()
57 fputs (value, stdout); in print_mpn_hex()
A Ds_cexp_template.c95 FLOAT value = signbit (__real__ x) ? 0 : M_HUGE_VAL; in M_DECL_FUNC() local
100 __real__ retval = value; in M_DECL_FUNC()
117 __real__ retval = M_COPYSIGN (value, cosix); in M_DECL_FUNC()
118 __imag__ retval = M_COPYSIGN (value, sinix); in M_DECL_FUNC()
A Dlibm-test-driver.c886 (FLOAT)(ARRAY)[i].arg.value, \
894 (FLOAT)(ARRAY)[i].arg.value, \
A Dgen-fromfp-tests-inputs97 /* Inputs with absolute value between 0 and 1. */
A Dlibm-test-ufromfp.inc1863 /* Inputs with absolute value between 0 and 1. */
A Dlibm-test-ufromfpx.inc1863 /* Inputs with absolute value between 0 and 1. */
A Dlibm-test-fromfp.inc2911 /* Inputs with absolute value between 0 and 1. */
A Dlibm-test-fromfpx.inc2911 /* Inputs with absolute value between 0 and 1. */

Completed in 143 milliseconds