Lines Matching refs:cosix
40 FLOAT sinix, cosix; in M_DECL_FUNC() local
44 M_SINCOS (__imag__ x, &sinix, &cosix); in M_DECL_FUNC()
49 cosix = 1; in M_DECL_FUNC()
57 cosix *= exp_t; in M_DECL_FUNC()
62 cosix *= exp_t; in M_DECL_FUNC()
68 __real__ retval = M_MAX * cosix; in M_DECL_FUNC()
74 __real__ retval = exp_val * cosix; in M_DECL_FUNC()
105 FLOAT sinix, cosix; in M_DECL_FUNC() local
109 M_SINCOS (__imag__ x, &sinix, &cosix); in M_DECL_FUNC()
114 cosix = 1; in M_DECL_FUNC()
117 __real__ retval = M_COPYSIGN (value, cosix); in M_DECL_FUNC()