Lines Matching refs:cosix
43 FLOAT sinix, cosix; in M_DECL_FUNC() local
47 M_SINCOS (__imag__ x, &sinix, &cosix); in M_DECL_FUNC()
52 cosix = 1; in M_DECL_FUNC()
56 cosix = -cosix; in M_DECL_FUNC()
63 cosix = -cosix; in M_DECL_FUNC()
66 cosix *= exp_t / 2; in M_DECL_FUNC()
71 cosix *= exp_t; in M_DECL_FUNC()
76 __real__ retval = M_MAX * cosix; in M_DECL_FUNC()
82 __real__ retval = exp_val * cosix; in M_DECL_FUNC()
88 __real__ retval = M_SINH (__real__ x) * cosix; in M_DECL_FUNC()
117 FLOAT sinix, cosix; in M_DECL_FUNC() local
121 M_SINCOS (__imag__ x, &sinix, &cosix); in M_DECL_FUNC()
126 cosix = 1; in M_DECL_FUNC()
129 __real__ retval = M_COPYSIGN (M_HUGE_VAL, cosix); in M_DECL_FUNC()