Home
last modified time | relevance | path

Searched refs:cosix (Results 1 – 5 of 5) sorted by relevance

/math/
A Ds_csinh_template.c43 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()
117 FLOAT sinix, cosix; in M_DECL_FUNC() local
[all …]
A Ds_csin_template.c43 FLOAT sinix, cosix; in M_DECL_FUNC() local
47 M_SINCOS (__real__ x, &sinix, &cosix); in M_DECL_FUNC()
52 cosix = 1; 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()
77 __imag__ retval = M_MAX * cosix; in M_DECL_FUNC()
83 __imag__ retval = exp_val * cosix; in M_DECL_FUNC()
123 FLOAT sinix, cosix; in M_DECL_FUNC() local
127 M_SINCOS (__real__ x, &sinix, &cosix); in M_DECL_FUNC()
[all …]
A Ds_ctanh_template.c38 FLOAT sinix, cosix; in M_DECL_FUNC() local
39 M_SINCOS (__imag__ x, &sinix, &cosix); in M_DECL_FUNC()
40 __imag__ res = M_COPYSIGN (0, sinix * cosix); in M_DECL_FUNC()
63 FLOAT sinix, cosix; in M_DECL_FUNC() local
72 M_SINCOS (__imag__ x, &sinix, &cosix); in M_DECL_FUNC()
77 cosix = 1; in M_DECL_FUNC()
89 __imag__ res = 4 * sinix * cosix; in M_DECL_FUNC()
116 if (M_FABS (sinhrx) > M_FABS (cosix) * M_EPSILON) in M_DECL_FUNC()
117 den = sinhrx * sinhrx + cosix * cosix; in M_DECL_FUNC()
119 den = cosix * cosix; in M_DECL_FUNC()
[all …]
A Ds_ccosh_template.c40 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()
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()
[all …]
A Ds_cexp_template.c40 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()
[all …]

Completed in 5 milliseconds