Home
last modified time | relevance | path

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

123

/netbsd/src/external/lgpl3/mpfr/dist/src/
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 …]
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 …]
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 …]
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 …]
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/
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()
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()
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()
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()
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()
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()
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()
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()
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()
Daddvti3_test.c35 twords xt; in test__addvti3() local
36 xt.all = x; in test__addvti3()
41 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low, in test__addvti3()
Dfixxfti_test.c35 utwords xt; in test__fixxfti() local
36 xt.all = x; in test__fixxfti()
40 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low); in test__fixxfti()
Dmodti3_test.c32 twords xt; in test__modti3() local
33 xt.all = x; in test__modti3()
38 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low, in test__modti3()
Dnegvti2_test.c34 twords xt; in test__negvti2() local
35 xt.all = x; in test__negvti2()
40 at.s.high, at.s.low, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low); in test__negvti2()
Dmulti3_test.c30 twords xt; in test__multi3() local
31 xt.all = x; in test__multi3()
36 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low, in test__multi3()
Dnegti2_test.c30 twords xt; in test__negti2() local
31 xt.all = x; in test__negti2()
36 at.s.high, at.s.low, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low); in test__negti2()
Dmulvti3_test.c34 twords xt; in test__mulvti3() local
35 xt.all = x; in test__mulvti3()
40 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low, in test__mulvti3()
Dashrti3_test.c32 twords xt; in test__ashrti3() local
33 xt.all = x; in test__ashrti3()
38 at.s.high, at.s.low, b, xt.s.high, xt.s.low, in test__ashrti3()
Dashlti3_test.c34 twords xt; in test__ashlti3() local
35 xt.all = x; in test__ashlti3()
40 at.s.high, at.s.low, b, xt.s.high, xt.s.low, in test__ashlti3()
Dlshrti3_test.c32 twords xt; in test__lshrti3() local
33 xt.all = x; in test__lshrti3()
38 at.s.high, at.s.low, b, xt.s.high, xt.s.low, in test__lshrti3()
/netbsd/src/sys/dev/acpi/acpica/
DOsdSchedule.c175 static UINT64 xt; in AcpiOsGetTimer() local
181 return xt += 100; in AcpiOsGetTimer()

123