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()
60 cosix *= exp_t / 2; in M_DECL_FUNC()
65 cosix *= exp_t; in M_DECL_FUNC()
70 __real__ retval = M_MAX * cosix; in M_DECL_FUNC()
76 __real__ retval = exp_val * cosix; in M_DECL_FUNC()
82 __real__ retval = M_COSH (__real__ x) * cosix; in M_DECL_FUNC()
100 FLOAT sinix, cosix; in M_DECL_FUNC() local
104 M_SINCOS (__imag__ x, &sinix, &cosix); in M_DECL_FUNC()
109 cosix = 1; in M_DECL_FUNC()
112 __real__ retval = M_COPYSIGN (M_HUGE_VAL, cosix); in M_DECL_FUNC()