Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/m68k/m680x0/fpu/ !
Ds_csin_template.c39 if (rx_cond & __M81_COND_ZERO) in s()
50 if (ix_cond & (__M81_COND_ZERO|__M81_COND_INF|__M81_COND_NAN)) in s()
Ds_csinh_template.c43 if (ix_cond & __M81_COND_ZERO) in s()
53 if (rx_cond & (__M81_COND_ZERO|__M81_COND_INF|__M81_COND_NAN)) in s()
Ds_ccosh_template.c40 if (ix_cond & __M81_COND_ZERO) in s()
50 if (rx_cond & __M81_COND_ZERO) in s()
Ds_cexp_template.c64 if (ix_cond & __M81_COND_ZERO) in s()
100 if (ix_cond & __M81_COND_ZERO && (rx_cond & __M81_COND_NAN) == 0) in s()
De_pow.c42 if (y_cond & __M81_COND_ZERO) in s()
82 if (x_cond & (__M81_COND_INF | __M81_COND_ZERO) || ax == 1.0) in s()
Ds_modf_template.c37 else if (x_cond & __M81_COND_ZERO) in M_DECL_FUNC()
De_ilogb.c40 if (x_cond & __M81_COND_ZERO) in s()
De_scalb.c48 else if (x_cond & __M81_COND_ZERO) in s()
De_atan2.c47 else if (y_cond & __M81_COND_ZERO) in s()
Dmathimpl.h314 #define __M81_COND_ZERO (4 << 24) macro
/glibc-2.36/ChangeLog.old/ !
DChangeLog.79657 __M81_COND_ZERO): New definitions.