Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/m68k/m680x0/fpu/
De_atan2.c49 if (x_cond & __M81_COND_NEG) in s()
50 z = y_cond & __M81_COND_NEG ? -pi : pi; in s()
60 z = x_cond & __M81_COND_NEG ? 3 * pi_4 : pi_4; in s()
63 z = x_cond & __M81_COND_NEG ? pi : 0; in s()
64 if (y_cond & __M81_COND_NEG) in s()
68 z = y_cond & __M81_COND_NEG ? -pi_2 : pi_2; in s()
69 else if (x_cond & __M81_COND_NEG) in s()
71 if (y_cond & __M81_COND_NEG) in s()
88 if (y_cond & __M81_COND_NEG) in s()
De_pow.c57 return y_cond & __M81_COND_NEG ? 0 : y; in s()
59 return y_cond & __M81_COND_NEG ? -y : 0; in s()
63 return y_cond & __M81_COND_NEG ? 1 / x : x; in s()
67 if (y == 0.5 && !(x_cond & __M81_COND_NEG)) in s()
85 if (y_cond & __M81_COND_NEG) in s()
87 if (x_cond & __M81_COND_NEG) in s()
100 if (x_cond & __M81_COND_NEG) in s()
Ds_cexp_template.c75 if ((rx_cond & (__M81_COND_NAN|__M81_COND_NEG)) == __M81_COND_NEG) in s()
111 if (rx_cond & __M81_COND_NEG) in s()
114 if (ix_cond & __M81_COND_NEG) in s()
Ds_modf_template.c34 if (x_cond & __M81_COND_NEG) in M_DECL_FUNC()
De_scalb.c46 if (!(fn_cond & __M81_COND_NEG)) in s()
Dmathimpl.h315 #define __M81_COND_NEG (8 << 24) macro
/glibc-2.36/ChangeLog.old/
DChangeLog.79656 (__m81_test, __M81_COND_NAN, __M81_COND_INF, __M81_COND_NEG,