Searched refs:EXP_OVER (Results 1 – 10 of 10) sorted by relevance
67 else if (exp != EXP_BIAS + EXP_OVER) in FPU_Special()76 return ((exponent(ptr) == EXP_BIAS + EXP_OVER) in isNaN()
47 FPU_REG const CONST_QNaN = MAKE_REG(NEG, EXP_OVER, 0x00000000, 0xC0000000);50 FPU_REG const CONST_INF = MAKE_REG(POS, EXP_OVER, 0x00000000, 0x80000000);
30 #define EXP_OVER Const(0x4000) /* smallest invalid large exponent */ macro34 #define EXP_Infinity EXP_OVER35 #define EXP_NaN EXP_OVER
109 && (exponent(st0_ptr) == EXP_OVER)) in fxam()
376 isNaN = (exponent(a) == EXP_OVER) && (a->sigh & 0x80000000); in real_1op_NaN()427 && !((exponent(a) == EXP_OVER) in real_2op_NaN()430 && !((exponent(b) == EXP_OVER) && (b->sigh & 0x80000000))); in real_2op_NaN()
95 unsupported = !((exponent(st0_ptr) == EXP_OVER) in compare()102 unsupported |= !((exponent(b) == EXP_OVER) in compare()
58 cmpw EXP_OVER,EXP(%ebx)
452 if (exp >= EXP_OVER) in FPU_store_double()511 if ((exponent(st0_ptr) == EXP_OVER) in FPU_store_double()636 if (exp >= EXP_OVER) in FPU_store_single()693 if ((exponent(st0_ptr) == EXP_OVER) in FPU_store_single()
412 cmpw EXP_OVER,EXP(%edi)
197 isNaN = (exponent(st0_ptr) == EXP_OVER) in single_arg_2_error()