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