Lines Matching refs:res
28 CFLOAT res; in M_DECL_FUNC() local
36 __real__ res = M_COPYSIGN (M_MLIT (M_PI_2), __real__ x); in M_DECL_FUNC() local
37 __imag__ res = M_COPYSIGN (0, __imag__ x); in M_DECL_FUNC() local
42 __real__ res = M_COPYSIGN (M_MLIT (M_PI_2), __real__ 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
60 res = x; in M_DECL_FUNC()
67 __real__ res = M_COPYSIGN (M_MLIT (M_PI_2), __real__ x); in M_DECL_FUNC() local
69 __imag__ res = 1 / __imag__ x; in M_DECL_FUNC() local
71 __imag__ res = __imag__ x / __real__ x / __real__ x; in M_DECL_FUNC() local
75 __imag__ res = __imag__ x / h / h / 4; in M_DECL_FUNC() local
104 __real__ res = M_LIT (0.5) * M_ATAN2 (2 * __real__ x, den); in M_DECL_FUNC() local
108 __imag__ res = (M_COPYSIGN (M_LIT (0.5), __imag__ x) in M_DECL_FUNC() local
126 __imag__ res = M_LIT (0.25) * M_LOG (f); in M_DECL_FUNC() local
130 __imag__ res = M_LIT (0.25) * M_LOG1P (num / den); in M_DECL_FUNC() local
135 math_check_force_underflow_complex (res); in M_DECL_FUNC()
138 return res; in M_DECL_FUNC()