Searched refs:EXP_OVER (Results 1 – 10 of 10) sorted by relevance
75 else if ( exp != EXP_BIAS+EXP_OVER ) in FPU_Special()85 return ( (exponent(ptr) == EXP_BIAS+EXP_OVER) in isNaN()
31 #define EXP_OVER Const(0x4000) /* smallest invalid large exponent */ macro35 #define EXP_Infinity EXP_OVER36 #define EXP_NaN EXP_OVER
46 FPU_REG const CONST_QNaN = MAKE_REG(NEG, EXP_OVER, 0x00000000, 0xC0000000);49 FPU_REG const CONST_INF = MAKE_REG(POS, EXP_OVER, 0x00000000, 0x80000000);
377 isNaN = (exponent(a) == EXP_OVER) && (a->sigh & 0x80000000); in real_1op_NaN()434 && !((exponent(a) == EXP_OVER) && (a->sigh & 0x80000000))) in real_2op_NaN()436 && !((exponent(b) == EXP_OVER) && (b->sigh & 0x80000000))); in real_2op_NaN()
95 unsupported = !((exponent(st0_ptr) == EXP_OVER) in compare()101 unsupported |= !((exponent(b) == EXP_OVER) in compare()
121 if ( (st0_ptr->sigh & 0x80000000) && (exponent(st0_ptr) == EXP_OVER) ) in fxam()
493 if (exp >= EXP_OVER) in FPU_store_double()574 if ( (exponent(st0_ptr) == EXP_OVER) in FPU_store_double()714 if ( exp >= EXP_OVER ) in FPU_store_single()789 if ( (exponent(st0_ptr) == EXP_OVER) && (st0_ptr->sigh & 0x80000000) ) in FPU_store_single()
58 cmpw EXP_OVER,EXP(%ebx)
413 cmpw EXP_OVER,EXP(%edi)
200 isNaN = (exponent(st0_ptr) == EXP_OVER) && (st0_ptr->sigh & 0x80000000); in single_arg_2_error()