Searched refs:_LIB_VERSION (Results 1 - 13 of 13) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Math/
H A Dw_acos.c34 if(_LIB_VERSION == _IEEE_ || isnan(x)) return z;
H A Dw_asin.c35 if(_LIB_VERSION == _IEEE_ || isnan(x)) return z;
H A Dw_cosh.c33 if(_LIB_VERSION == _IEEE_ || isnan(x)) return z;
H A Dw_fmod.c34 if(_LIB_VERSION == _IEEE_ ||isnan(y)||isnan(x)) return z;
H A Dw_log.c34 if(_LIB_VERSION == _IEEE_ || isnan(x) || x > 0.0) return z;
H A Dw_log10.c34 if(_LIB_VERSION == _IEEE_ || isnan(x)) return z;
H A Dw_log2.c34 if(_LIB_VERSION == _IEEE_ || isnan(x)) return z;
H A Dw_sinh.c33 if(_LIB_VERSION == _IEEE_) return z;
H A Dw_sqrt.c33 if(_LIB_VERSION == _IEEE_ || isnan(x)) return z;
H A Dw_atan2.c34 if(_LIB_VERSION == _IEEE_||isnan(x)||isnan(y)) return z;
H A Dw_exp.c37 if(_LIB_VERSION == _IEEE_) return z;
H A Dw_pow.c36 if(_LIB_VERSION == _IEEE_|| isnan(y)) return z;
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/
H A Dmath.h357 #define _LIB_VERSION _fdlib_version macro
359 /** If global variable _LIB_VERSION is not desirable, one may
362 * In that case, after one initializes the value _LIB_VERSION (see
366 extern _LIB_VERSION_TYPE _LIB_VERSION;

Completed in 1601 milliseconds