| /netbsd/src/external/lgpl3/mpfr/dist/src/ |
| D | sinh.c | 30 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 …]
|
| D | atanh.c | 103 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 …]
|
| D | tanh.c | 27 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 …]
|
| D | sinh_cosh.c | 32 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 …]
|
| D | cosh.c | 30 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/ |
| D | muloti4_test.c | 34 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()
|
| D | fixunssfti_test.c | 36 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()
|
| D | fixsfti_test.c | 34 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()
|
| D | fixdfti_test.c | 34 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()
|
| D | fixunsdfti_test.c | 36 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()
|
| D | absvti2_test.c | 36 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()
|
| D | divti3_test.c | 32 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()
|
| D | fixunsxfti_test.c | 37 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()
|
| D | subvti3_test.c | 36 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()
|
| D | addvti3_test.c | 35 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()
|
| D | fixxfti_test.c | 35 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()
|
| D | modti3_test.c | 32 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()
|
| D | negvti2_test.c | 34 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()
|
| D | multi3_test.c | 30 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()
|
| D | negti2_test.c | 30 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()
|
| D | mulvti3_test.c | 34 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()
|
| D | ashrti3_test.c | 32 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()
|
| D | ashlti3_test.c | 34 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()
|
| D | lshrti3_test.c | 32 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/ |
| D | OsdSchedule.c | 175 static UINT64 xt; in AcpiOsGetTimer() local 181 return xt += 100; in AcpiOsGetTimer()
|