Home
last modified time | relevance | path

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

/math/
A Ds_ctan_template.c37 FLOAT sinrx, cosrx; in M_DECL_FUNC() local
38 M_SINCOS (__real__ x, &sinrx, &cosrx); in M_DECL_FUNC()
39 __real__ res = M_COPYSIGN (0, sinrx * cosrx); in M_DECL_FUNC()
63 FLOAT sinrx, cosrx; in M_DECL_FUNC() local
72 M_SINCOS (__real__ x, &sinrx, &cosrx); in M_DECL_FUNC()
77 cosrx = 1; in M_DECL_FUNC()
89 __real__ res = 4 * sinrx * cosrx; in M_DECL_FUNC()
116 if (M_FABS (sinhix) > M_FABS (cosrx) * M_EPSILON) in M_DECL_FUNC()
117 den = cosrx * cosrx + sinhix * sinhix; in M_DECL_FUNC()
119 den = cosrx * cosrx; in M_DECL_FUNC()
[all …]

Completed in 5 milliseconds