Home
last modified time | relevance | path

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

/math/
A Ds_csinh_template.c30 int negate = signbit (__real__ x); in M_DECL_FUNC() local
55 if (negate) in M_DECL_FUNC()
99 __real__ retval = M_COPYSIGN (0, negate ? -1 : 1); in M_DECL_FUNC()
132 if (negate) in M_DECL_FUNC()
138 __real__ retval = negate ? -M_HUGE_VAL : M_HUGE_VAL; in M_DECL_FUNC()
A Ds_csin_template.c30 int negate = signbit (__real__ x); in M_DECL_FUNC() local
55 if (negate) in M_DECL_FUNC()
117 __real__ retval = M_COPYSIGN (0, negate ? -1 : 1); in M_DECL_FUNC()
138 if (negate) in M_DECL_FUNC()
152 __real__ retval = M_COPYSIGN (0, negate ? -1 : 1); in M_DECL_FUNC()

Completed in 3 milliseconds