Lines Matching refs:res
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
59 res = x; in M_DECL_FUNC()
63 res = M_SUF (__kernel_casinh) (x, 0); in M_DECL_FUNC()
66 return res; in M_DECL_FUNC()