Home
last modified time | relevance | path

Searched defs:res (Results 1 – 16 of 16) sorted by relevance

/math/
A Ds_cacosh_template.c26 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 Ds_catan_template.c28 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 Ds_casinh_template.c25 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 Ds_catanh_template.c28 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 Ds_csqrt_template.c28 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 Dk_casinh_template.c34 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 Ds_ctan_template.c29 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 Ds_ctanh_template.c29 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 Ds_casin_template.c26 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 Ds_cacos_template.c26 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 Ds_cproj_template.c28 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 Dtest-fenv-return.c29 int res; in test_feenableexcept() local
58 int res; in test_fesetenv() local
87 int res; in test_feupdateenv() local
A Dbug-tgmath1.c10 #define TEST(expr, res) \ in main() argument
A Dgen-fromfp-tests.py118 res, width = a, a_width variable
A Dtest-fenv.c654 int res; in feholdexcept_tests() local
A Dgen-auto-libm-tests.c1820 mpfr_t res[rm_num_modes]; in output_for_one_input_case() local

Completed in 36 milliseconds