Home
last modified time | relevance | path

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

/math/
A Dk_casinh_template.c35 FLOAT rx, ix; in M_DECL_FUNC() local
48 __real__ y = rx; in M_DECL_FUNC()
97 FLOAT rx2 = rx * rx; in M_DECL_FUNC()
116 __real__ res = M_LOG1P (2 * (rx + M_SQRT (rx))) / 2; in M_DECL_FUNC()
124 FLOAT d = rx * M_SQRT (4 + rx * rx); in M_DECL_FUNC()
125 FLOAT s1 = M_SQRT ((d + rx * rx) / 2); in M_DECL_FUNC()
126 FLOAT s2 = M_SQRT ((d - rx * rx) / 2); in M_DECL_FUNC()
128 __real__ res = M_LOG1P (rx * rx + d + 2 * (rx * s1 + s2)) / 2; in M_DECL_FUNC()
153 FLOAT rx2 = rx * rx; in M_DECL_FUNC()
173 __real__ res = M_LOG1P (2 * rx * (rx + s)) / 2; in M_DECL_FUNC()
[all …]
A Ds_ccosh_template.c55 FLOAT rx = M_FABS (__real__ x); in M_DECL_FUNC() local
58 rx -= t; in M_DECL_FUNC()
61 if (rx > t) in M_DECL_FUNC()
63 rx -= t; in M_DECL_FUNC()
67 if (rx > t) in M_DECL_FUNC()
75 FLOAT exp_val = M_EXP (rx); in M_DECL_FUNC()
A Ds_csinh_template.c61 FLOAT rx = M_FABS (__real__ x); in M_DECL_FUNC() local
64 rx -= t; in M_DECL_FUNC()
67 if (rx > t) in M_DECL_FUNC()
69 rx -= t; in M_DECL_FUNC()
73 if (rx > t) in M_DECL_FUNC()
81 FLOAT exp_val = M_EXP (rx); in M_DECL_FUNC()

Completed in 4 milliseconds