Searched refs:DBL_EXP_INFNAN (Results 1 – 3 of 3) sorted by relevance
376 exp = DBL_EXP_INFNAN; in fpu_ftod()380 sign |= DBL_EXP(DBL_EXP_INFNAN); in fpu_ftod()403 if (exp >= DBL_EXP_INFNAN) { in fpu_ftod()407 return (sign | DBL_EXP(DBL_EXP_INFNAN) | 0); in fpu_ftod()410 return (sign | DBL_EXP(DBL_EXP_INFNAN) | DBL_MASK); in fpu_ftod()
125 #define DBL_EXP_INFNAN 2047 macro
139 #define DBL_EXP_INFNAN 2047 macro