Home
last modified time | relevance | path

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

/sysdeps/m68k/m680x0/fpu/
A 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()
A 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()
A 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()
A Ds_modf_template.c34 if (x_cond & __M81_COND_NEG) in M_DECL_FUNC()
A De_scalb.c46 if (!(fn_cond & __M81_COND_NEG)) in s()
A Dmathimpl.h315 #define __M81_COND_NEG (8 << 24) macro

Completed in 6 milliseconds