Home
last modified time | relevance | path

Searched defs:LO (Results 1 – 3 of 3) sorted by relevance

/sysdeps/ia64/fpu/
A Dlibm_support.h819 # define SIGNIFICAND_EQ_HEX_64(X,HI,LO) \ argument
838 # define SIGNIFICAND_EQ_HEX_80(X,HI,LO) \ argument
867 #define VALUE_EQ_HEX_64(X,EXP,HI,LO) \ argument
869 #define VALUE_GT_HEX_64(X,EXP,HI,LO) (((X)->exponent > (EXP)) || \ argument
871 #define VALUE_GE_HEX_64(X,EXP,HI,LO) (((X)->exponent > (EXP)) || \ argument
873 #define VALUE_LT_HEX_64(X,EXP,HI,LO) (((X)->exponent < (EXP)) || \ argument
875 #define VALUE_LE_HEX_64(X,EXP,HI,LO) (((X)->exponent < (EXP)) || \ argument
878 #define VALUE_EQ_HEX_80(X,EXP,HI,LO) \ argument
880 #define VALUE_GT_HEX_80(X,EXP,HI,LO) (((X)->exponent > (EXP)) || \ argument
882 #define VALUE_GE_HEX_80(X,EXP,HI,LO) (((X)->exponent > (EXP)) || \ argument
[all …]
/sysdeps/ieee754/dbl-64/
A De_log.c59 #define LO asuint64 (1.0 - 0x1p-4) in __log() macro
A De_log2.c54 #define LO asuint64 (1.0 - 0x1.5b51p-5) in __log2() macro

Completed in 10 milliseconds