Lines Matching refs:res
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
47 res = x; in M_DECL_FUNC()
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
92 __real__ res /= exp_2t; in M_DECL_FUNC()
97 __real__ res /= exp_2t; in M_DECL_FUNC()
100 __real__ res /= M_EXP (2 * __imag__ x); in M_DECL_FUNC()
120 __real__ res = sinrx * cosrx / den; in M_DECL_FUNC() local
121 __imag__ res = sinhix * coshix / den; in M_DECL_FUNC() local
123 math_check_force_underflow_complex (res); in M_DECL_FUNC()
126 return res; in M_DECL_FUNC()