HomeSort by relevance Sort by last modified time
    Searched defs:IEEE754_DOUBLE_BIAS (Results 1 - 3 of 3) sorted by null

  /external/valgrind/VEX/priv/
host_generic_maddf.c 77 #define IEEE754_DOUBLE_BIAS 0x3ff
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) */ {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ieee754.h 127 #define IEEE754_DOUBLE_BIAS 0x3ff /* Added to exponent. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ieee754.h 127 #define IEEE754_DOUBLE_BIAS 0x3ff /* Added to exponent. */

Completed in 182 milliseconds