Lines Matching refs:sinix
43 FLOAT sinix, cosix; in M_DECL_FUNC() local
47 M_SINCOS (__real__ x, &sinix, &cosix); in M_DECL_FUNC()
51 sinix = __real__ x; in M_DECL_FUNC()
56 sinix = -sinix; in M_DECL_FUNC()
65 sinix *= exp_t / 2; in M_DECL_FUNC()
70 sinix *= exp_t; in M_DECL_FUNC()
76 __real__ retval = M_MAX * sinix; in M_DECL_FUNC()
82 __real__ retval = exp_val * sinix; in M_DECL_FUNC()
88 __real__ retval = M_COSH (__imag__ x) * sinix; in M_DECL_FUNC()
123 FLOAT sinix, cosix; in M_DECL_FUNC() local
127 M_SINCOS (__real__ x, &sinix, &cosix); in M_DECL_FUNC()
131 sinix = __real__ x; in M_DECL_FUNC()
135 __real__ retval = M_COPYSIGN (M_HUGE_VAL, sinix); in M_DECL_FUNC()