Searched refs:_IEEE_ (Results 1 - 25 of 26) sorted by relevance

12

/openjdk7/jdk/src/share/native/java/lang/fdlibm/src/
H A Ds_lib_version.c45 _LIB_VERSION_TYPE _LIB_VERSION = _IEEE_;
H A Dw_j0.c44 if(_LIB_VERSION == _IEEE_ || isnan(x)) return z;
64 if(_LIB_VERSION == _IEEE_ || isnan(x) ) return z;
H A Dw_acos.c46 if(_LIB_VERSION == _IEEE_ || isnan(x)) return z;
H A Dw_acosh.c45 if(_LIB_VERSION == _IEEE_ || isnan(x)) return z;
H A Dw_asin.c47 if(_LIB_VERSION == _IEEE_ || isnan(x)) return z;
H A Dw_atan2.c46 if(_LIB_VERSION == _IEEE_||isnan(x)||isnan(y)) return z;
H A Dw_atanh.c45 if(_LIB_VERSION == _IEEE_ || isnan(x)) return z;
H A Dw_cosh.c45 if(_LIB_VERSION == _IEEE_ || isnan(x)) return z;
H A Dw_fmod.c46 if(_LIB_VERSION == _IEEE_ ||isnan(y)||isnan(x)) return z;
H A Dw_hypot.c46 if(_LIB_VERSION == _IEEE_) return z;
H A Dw_log.c46 if(_LIB_VERSION == _IEEE_ || isnan(x) || x > 0.0) return z;
H A Dw_log10.c46 if(_LIB_VERSION == _IEEE_ || isnan(x)) return z;
H A Dw_remainder.c45 if(_LIB_VERSION == _IEEE_ || isnan(y)) return z;
H A Dw_sinh.c45 if(_LIB_VERSION == _IEEE_) return z;
H A Dw_sqrt.c45 if(_LIB_VERSION == _IEEE_ || isnan(x)) return z;
H A Dw_j1.c45 if(_LIB_VERSION == _IEEE_ || isnan(x) ) return z;
65 if(_LIB_VERSION == _IEEE_ || isnan(x) ) return z;
H A Dw_jn.c67 if(_LIB_VERSION == _IEEE_ || isnan(x) ) return z;
87 if(_LIB_VERSION == _IEEE_ || isnan(x) ) return z;
H A Dw_exp.c53 if(_LIB_VERSION == _IEEE_) return z;
H A Dw_gamma.c49 if(_LIB_VERSION == _IEEE_) return y;
H A Dw_gamma_r.c46 if(_LIB_VERSION == _IEEE_) return y;
H A Dw_lgamma.c49 if(_LIB_VERSION == _IEEE_) return y;
H A Dw_lgamma_r.c46 if(_LIB_VERSION == _IEEE_) return y;
H A Dw_scalb.c57 if(_LIB_VERSION == _IEEE_) return z;
H A Dw_pow.c47 if(_LIB_VERSION == _IEEE_|| isnan(y)) return z;
/openjdk7/jdk/src/share/native/java/lang/fdlibm/include/
H A Dfdlibm.h85 #define _IEEE_ fdlibm_ieee macro

Completed in 2682 milliseconds

12