Searched defs:IEEE754_DOUBLE_BIAS (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/VEX/priv/
H A Dhost_generic_maddf.c77 #define IEEE754_DOUBLE_BIAS 0x3ff macro
145 >= 0x7ff + IEEE754_DOUBLE_BIAS - DBL_MANT_DIG)
150 <= IEEE754_DOUBLE_BIAS + DBL_MANT_DIG)) {
165 || u.ieee.exponent + v.ieee.exponent > 0x7ff + IEEE754_DOUBLE_BIAS
167 < IEEE754_DOUBLE_BIAS - DBL_MANT_DIG - 2) {
172 >= 0x7ff + IEEE754_DOUBLE_BIAS - DBL_MANT_DIG) {
208 <= IEEE754_DOUBLE_BIAS + DBL_MANT_DIG) */ {

Completed in 72 milliseconds