/math/ |
A D | s_cacosh_template.c | 26 CFLOAT res; in M_DECL_FUNC() local 34 __real__ res = M_HUGE_VAL; in M_DECL_FUNC() local 37 __imag__ res = M_NAN; in M_DECL_FUNC() local 47 __real__ res = M_HUGE_VAL; in M_DECL_FUNC() local 53 __imag__ res = M_NAN; in M_DECL_FUNC() local 57 __real__ res = M_NAN; in M_DECL_FUNC() local 61 __imag__ res = M_NAN; in M_DECL_FUNC() local 66 __real__ res = 0; in M_DECL_FUNC() local 80 __real__ res = __real__ y; in M_DECL_FUNC() local 81 __imag__ res = -__imag__ y; in M_DECL_FUNC() local [all …]
|
A D | s_catan_template.c | 28 CFLOAT res; in M_DECL_FUNC() local 37 __imag__ res = M_COPYSIGN (0, __imag__ x); in M_DECL_FUNC() local 44 __real__ res = M_NAN; in M_DECL_FUNC() local 45 __imag__ res = M_COPYSIGN (0, __imag__ x); in M_DECL_FUNC() local 49 __real__ res = M_NAN; in M_DECL_FUNC() local 50 __imag__ res = M_COPYSIGN (0, __imag__ x); in M_DECL_FUNC() local 54 __real__ res = M_NAN; in M_DECL_FUNC() local 55 __imag__ res = M_NAN; in M_DECL_FUNC() local 69 __imag__ res = 1 / __imag__ x; in M_DECL_FUNC() local 75 __imag__ res = __imag__ x / h / h / 4; in M_DECL_FUNC() local [all …]
|
A D | s_casinh_template.c | 25 CFLOAT res; in M_DECL_FUNC() local 33 __real__ res = M_COPYSIGN (M_HUGE_VAL, __real__ x); in M_DECL_FUNC() local 36 __imag__ res = M_NAN; in M_DECL_FUNC() local 38 __imag__ res = M_COPYSIGN ((rcls >= FP_ZERO in M_DECL_FUNC() local 44 __real__ res = __real__ x; in M_DECL_FUNC() local 47 __imag__ res = M_COPYSIGN (0, __imag__ x); in M_DECL_FUNC() local 49 __imag__ res = M_NAN; in M_DECL_FUNC() local 53 __real__ res = M_NAN; in M_DECL_FUNC() local 54 __imag__ res = M_NAN; in M_DECL_FUNC() local
|
A D | s_catanh_template.c | 28 CFLOAT res; in M_DECL_FUNC() local 36 __real__ res = M_COPYSIGN (0, __real__ x); in M_DECL_FUNC() local 41 __real__ res = M_COPYSIGN (0, __real__ x); in M_DECL_FUNC() local 45 __imag__ res = M_NAN; in M_DECL_FUNC() local 49 __real__ res = M_NAN; in M_DECL_FUNC() local 50 __imag__ res = M_NAN; in M_DECL_FUNC() local 64 __real__ res = 1 / __real__ x; in M_DECL_FUNC() local 66 __real__ res = __real__ x / __imag__ x / __imag__ x; in M_DECL_FUNC() local 70 __real__ res = __real__ x / h / h / 4; in M_DECL_FUNC() local 94 __real__ res = M_LIT (0.25) * M_LOG (f); in M_DECL_FUNC() local [all …]
|
A D | s_csqrt_template.c | 28 CFLOAT res; in M_DECL_FUNC() local 36 __real__ res = M_HUGE_VAL; in M_DECL_FUNC() local 37 __imag__ res = __imag__ x; in M_DECL_FUNC() local 48 __real__ res = __real__ x; in M_DECL_FUNC() local 49 __imag__ res = (icls == FP_NAN in M_DECL_FUNC() local 55 __real__ res = M_NAN; in M_DECL_FUNC() local 56 __imag__ res = M_NAN; in M_DECL_FUNC() local 65 __real__ res = 0; in M_DECL_FUNC() local 82 __real__ res = r; in M_DECL_FUNC() local 83 __imag__ res = M_COPYSIGN (r, __imag__ x); in M_DECL_FUNC() local [all …]
|
A D | k_casinh_template.c | 34 CFLOAT res; in M_DECL_FUNC() local 65 __real__ res = M_LOG (rx + s); in M_DECL_FUNC() local 67 __imag__ res = M_ATAN2 (s, __imag__ x); in M_DECL_FUNC() local 69 __imag__ res = M_ATAN2 (ix, s); in M_DECL_FUNC() local 75 __real__ res = M_LOG (ix + s); in M_DECL_FUNC() local 79 __imag__ res = M_ATAN2 (s, rx); in M_DECL_FUNC() local 92 __imag__ res = M_ATAN2 (s, rx); in M_DECL_FUNC() local 146 __imag__ res = M_ATAN2 (s, __imag__ x); in M_DECL_FUNC() local 148 __imag__ res = M_ATAN2 (ix, s); in M_DECL_FUNC() local 166 __imag__ res = M_ATAN2 (ix + r2, rx + r1); in M_DECL_FUNC() local [all …]
|
A D | s_ctan_template.c | 29 CFLOAT res; in M_DECL_FUNC() local 39 __real__ res = M_COPYSIGN (0, sinrx * cosrx); in M_DECL_FUNC() local 42 __real__ res = M_COPYSIGN (0, __real__ x); in M_DECL_FUNC() local 43 __imag__ res = M_COPYSIGN (1, __imag__ x); in M_DECL_FUNC() local 51 __real__ res = M_NAN; in M_DECL_FUNC() local 53 __imag__ res = __imag__ x; in M_DECL_FUNC() local 55 __imag__ res = M_NAN; in M_DECL_FUNC() local 88 __imag__ res = M_COPYSIGN (1, __imag__ x); in M_DECL_FUNC() local 89 __real__ res = 4 * sinrx * cosrx; in M_DECL_FUNC() local 120 __real__ res = sinrx * cosrx / den; in M_DECL_FUNC() local [all …]
|
A D | s_ctanh_template.c | 29 CFLOAT res; in M_DECL_FUNC() local 35 __real__ res = M_COPYSIGN (1, __real__ x); in M_DECL_FUNC() local 40 __imag__ res = M_COPYSIGN (0, sinix * cosix); in M_DECL_FUNC() local 43 __imag__ res = M_COPYSIGN (0, __imag__ x); in M_DECL_FUNC() local 52 __real__ res = __real__ x; in M_DECL_FUNC() local 54 __real__ res = M_NAN; in M_DECL_FUNC() local 55 __imag__ res = M_NAN; in M_DECL_FUNC() local 88 __real__ res = M_COPYSIGN (1, __real__ x); in M_DECL_FUNC() local 89 __imag__ res = 4 * sinix * cosix; in M_DECL_FUNC() local 120 __real__ res = sinhrx * coshrx / den; in M_DECL_FUNC() local [all …]
|
A D | s_casin_template.c | 26 CFLOAT res; in M_DECL_FUNC() local 36 __real__ res = M_NAN; in M_DECL_FUNC() local 37 __imag__ res = M_COPYSIGN (M_HUGE_VAL, __imag__ x); in M_DECL_FUNC() local 41 __real__ res = M_NAN; in M_DECL_FUNC() local 42 __imag__ res = M_NAN; in M_DECL_FUNC() local 54 __real__ res = __imag__ y; in M_DECL_FUNC() local 55 __imag__ res = -__real__ y; in M_DECL_FUNC() local
|
A D | s_cacos_template.c | 26 CFLOAT res; in M_DECL_FUNC() local 35 __real__ res = (FLOAT) M_MLIT (M_PI_2) - __real__ y; in M_DECL_FUNC() local 37 __real__ res = 0; in M_DECL_FUNC() local 38 __imag__ res = -__imag__ y; in M_DECL_FUNC() local 47 __real__ res = __imag__ y; in M_DECL_FUNC() local 48 __imag__ res = __real__ y; in M_DECL_FUNC() local
|
A D | s_cproj_template.c | 28 CFLOAT res; in M_DECL_FUNC() local 30 __real__ res = INFINITY; in M_DECL_FUNC() local 31 __imag__ res = M_COPYSIGN (0, __imag__ x); in M_DECL_FUNC() local
|
A D | test-fenv-return.c | 29 int res; in test_feenableexcept() local 58 int res; in test_fesetenv() local 87 int res; in test_feupdateenv() local
|
A D | bug-tgmath1.c | 10 #define TEST(expr, res) \ in main() argument
|
A D | gen-fromfp-tests.py | 118 res, width = a, a_width variable
|
A D | test-fenv.c | 654 int res; in feholdexcept_tests() local
|
A D | gen-auto-libm-tests.c | 1820 mpfr_t res[rm_num_modes]; in output_for_one_input_case() local
|