Home
last modified time | relevance | path

Searched refs:xt (Results 1 – 25 of 129) sorted by relevance

123456

/netbsd-src/external/lgpl3/mpfr/dist/src/
H A Dsinh.c30 mpfr_sinh (mpfr_ptr y, mpfr_srcptr xt, mpfr_rnd_t rnd_mode) in mpfr_sinh() argument
36 (("x[%Pd]=%.*Rg rnd=%d", mpfr_get_prec (xt), mpfr_log_prec, xt, rnd_mode), in mpfr_sinh()
40 if (MPFR_UNLIKELY (MPFR_IS_SINGULAR (xt))) in mpfr_sinh()
42 if (MPFR_IS_NAN (xt)) in mpfr_sinh()
47 else if (MPFR_IS_INF (xt)) in mpfr_sinh()
50 MPFR_SET_SAME_SIGN (y, xt); in mpfr_sinh()
55 MPFR_ASSERTD (MPFR_IS_ZERO (xt)); in mpfr_sinh()
57 MPFR_SET_SAME_SIGN (y, xt); in mpfr_sinh()
63 MPFR_FAST_COMPUTE_IF_SMALL_INPUT (y, xt, -2 * MPFR_GET_EXP(xt), 2, 1, in mpfr_sinh()
66 MPFR_TMP_INIT_ABS (x, xt); in mpfr_sinh()
[all …]
H A Datanh.c103 mpfr_atanh (mpfr_ptr y, mpfr_srcptr xt, mpfr_rnd_t rnd_mode) in mpfr_atanh() argument
113 (("x[%Pd]=%.*Rg rnd=%d", mpfr_get_prec (xt), mpfr_log_prec, xt, rnd_mode), in mpfr_atanh()
118 if (MPFR_UNLIKELY (MPFR_IS_SINGULAR (xt))) in mpfr_atanh()
122 if (MPFR_IS_NAN (xt) || MPFR_IS_INF (xt)) in mpfr_atanh()
129 MPFR_ASSERTD (MPFR_IS_ZERO (xt)); in mpfr_atanh()
131 MPFR_SET_SAME_SIGN (y,xt); in mpfr_atanh()
137 if (MPFR_UNLIKELY (MPFR_GET_EXP (xt) > 0)) in mpfr_atanh()
139 if (MPFR_GET_EXP (xt) == 1 && mpfr_powerof2_raw (xt)) in mpfr_atanh()
142 MPFR_SET_SAME_SIGN (y, xt); in mpfr_atanh()
151 MPFR_FAST_COMPUTE_IF_SMALL_INPUT (y, xt, -2 * MPFR_GET_EXP (xt), 1, 1, in mpfr_atanh()
[all …]
H A Dtanh.c27 mpfr_tanh (mpfr_ptr y, mpfr_srcptr xt, mpfr_rnd_t rnd_mode) in mpfr_tanh() argument
35 (("x[%Pd]=%.*Rg rnd=%d", mpfr_get_prec (xt), mpfr_log_prec, xt, rnd_mode), in mpfr_tanh()
40 if (MPFR_UNLIKELY (MPFR_IS_SINGULAR (xt))) in mpfr_tanh()
42 if (MPFR_IS_NAN (xt)) in mpfr_tanh()
47 else if (MPFR_IS_INF (xt)) in mpfr_tanh()
50 return mpfr_set_si (y, MPFR_INT_SIGN (xt), rnd_mode); in mpfr_tanh()
54 MPFR_ASSERTD (MPFR_IS_ZERO(xt)); in mpfr_tanh()
56 MPFR_SET_SAME_SIGN (y, xt); in mpfr_tanh()
62 MPFR_FAST_COMPUTE_IF_SMALL_INPUT (y, xt, -2 * MPFR_GET_EXP (xt), 1, 0, in mpfr_tanh()
65 MPFR_TMP_INIT_ABS (x, xt); in mpfr_tanh()
[all …]
H A Dsinh_cosh.c32 mpfr_sinh_cosh (mpfr_ptr sh, mpfr_ptr ch, mpfr_srcptr xt, mpfr_rnd_t rnd_mode) in mpfr_sinh_cosh() argument
41 mpfr_get_prec (xt), mpfr_log_prec, xt, rnd_mode), in mpfr_sinh_cosh()
46 if (MPFR_UNLIKELY (MPFR_IS_SINGULAR (xt))) in mpfr_sinh_cosh()
48 if (MPFR_IS_NAN (xt)) in mpfr_sinh_cosh()
54 else if (MPFR_IS_INF (xt)) in mpfr_sinh_cosh()
57 MPFR_SET_SAME_SIGN (sh, xt); in mpfr_sinh_cosh()
64 MPFR_ASSERTD (MPFR_IS_ZERO (xt)); in mpfr_sinh_cosh()
66 MPFR_SET_SAME_SIGN (sh, xt); in mpfr_sinh_cosh()
76 MPFR_TMP_INIT_ABS (x, xt); in mpfr_sinh_cosh()
112 inexact_sh = mpfr_sinh (sh, xt, rnd_mode); in mpfr_sinh_cosh()
[all …]
H A Dcosh.c30 mpfr_cosh (mpfr_ptr y, mpfr_srcptr xt, mpfr_rnd_t rnd_mode) in mpfr_cosh() argument
37 ("x[%Pd]=%.*Rg rnd=%d", mpfr_get_prec (xt), mpfr_log_prec, xt, rnd_mode), in mpfr_cosh()
41 if (MPFR_UNLIKELY(MPFR_IS_SINGULAR(xt))) in mpfr_cosh()
43 if (MPFR_IS_NAN(xt)) in mpfr_cosh()
48 else if (MPFR_IS_INF(xt)) in mpfr_cosh()
56 MPFR_ASSERTD(MPFR_IS_ZERO(xt)); in mpfr_cosh()
66 MPFR_FAST_COMPUTE_IF_SMALL_INPUT (y, __gmpfr_one, -2 * MPFR_GET_EXP (xt), 0, in mpfr_cosh()
69 MPFR_TMP_INIT_ABS(x, xt); in mpfr_cosh()
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/Unit/
H A Dmuloti4_test.c34 twords xt; in test__muloti4() local
35 xt.all = x; in test__muloti4()
43 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low, in test__muloti4()
53 twords xt; in test__muloti4() local
54 xt.all = x; in test__muloti4()
59 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low, in test__muloti4()
H A Dfixunssfti_test.c36 utwords xt; in test__fixunssfti() local
37 xt.all = x; in test__fixunssfti()
41 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low); in test__fixunssfti()
H A Dfixsfti_test.c34 twords xt; in test__fixsfti() local
35 xt.all = x; in test__fixsfti()
39 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low); in test__fixsfti()
H A Dfixdfti_test.c34 twords xt; in test__fixdfti() local
35 xt.all = x; in test__fixdfti()
39 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low); in test__fixdfti()
H A Dfixunsdfti_test.c36 utwords xt; in test__fixunsdfti() local
37 xt.all = x; in test__fixunsdfti()
41 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low); in test__fixunsdfti()
H A Dabsvti2_test.c36 twords xt; in test__absvti2() local
37 xt.all = x; in test__absvti2()
42 at.s.high, at.s.low, xt.s.high, xt.s.low, in test__absvti2()
H A Dsubvti3_test.c36 twords xt; in test__subvti3() local
37 xt.all = x; in test__subvti3()
42 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low, in test__subvti3()
H A Dfixunsxfti_test.c37 utwords xt; in test__fixunsxfti() local
38 xt.all = x; in test__fixunsxfti()
42 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low); in test__fixunsxfti()
H A Ddivti3_test.c32 twords xt; in test__divti3() local
33 xt.all = x; in test__divti3()
38 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low, in test__divti3()
/netbsd-src/sys/external/bsd/compiler_rt/dist/test/builtins/Unit/
H A Dmuloti4_test.c34 twords xt; in test__muloti4() local
35 xt.all = x; in test__muloti4()
43 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low, in test__muloti4()
53 twords xt; in test__muloti4() local
54 xt.all = x; in test__muloti4()
59 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low, in test__muloti4()
H A Dfixtfti_test.c30 twords xt; in test__fixtfti() local
31 xt.all = x; in test__fixtfti()
38 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low); in test__fixtfti()
H A Dfixunstfti_test.c36 twords xt; in test__fixunstfti() local
37 xt.all = x; in test__fixunstfti()
44 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low); in test__fixunstfti()
H A Dfixsfti_test.c34 twords xt; in test__fixsfti() local
35 xt.all = x; in test__fixsfti()
39 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low); in test__fixsfti()
H A Dfixunssfti_test.c36 utwords xt; in test__fixunssfti() local
37 xt.all = x; in test__fixunssfti()
41 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low); in test__fixunssfti()
H A Dfixdfti_test.c34 twords xt; in test__fixdfti() local
35 xt.all = x; in test__fixdfti()
39 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low); in test__fixdfti()
H A Dfixunsxfti_test.c37 utwords xt; in test__fixunsxfti() local
38 xt.all = x; in test__fixunsxfti()
42 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low); in test__fixunsxfti()
H A Dfixunsdfti_test.c36 utwords xt; in test__fixunsdfti() local
37 xt.all = x; in test__fixunsdfti()
41 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low); in test__fixunsdfti()
H A Dsubvti3_test.c36 twords xt; in test__subvti3() local
37 xt.all = x; in test__subvti3()
42 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low, in test__subvti3()
H A Dabsvti2_test.c36 twords xt; in test__absvti2() local
37 xt.all = x; in test__absvti2()
42 at.s.high, at.s.low, xt.s.high, xt.s.low, in test__absvti2()
H A Ddivti3_test.c32 twords xt; in test__divti3() local
33 xt.all = x; in test__divti3()
38 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low, in test__divti3()

123456