Home
last modified time | relevance | path

Searched refs:addexponent (Results 1 – 6 of 6) sorted by relevance

/linux-2.4.37.9/arch/i386/math-emu/
Dreg_convert.c36 addexponent(x, 1); in FPU_to_exp16()
41 addexponent(x, 1); in FPU_to_exp16()
Dreg_add_sub.c325 addexponent(dest, 1); in add_sub_specials()
341 addexponent(dest, 1); in add_sub_specials()
Derrors.c617 addexponent(dest, (-3 * (1 << 13))); in arith_overflow()
657 addexponent(dest, (3 * (1 << 13)) + EXTENDED_Ebias); in arith_underflow()
Dreg_ld_str.c191 addexponent(loaded_data, negative); in FPU_load_single()
359 addexponent(st0_ptr, sign); /* Set the sign. */ in FPU_load_bcd()
429 addexponent(&tmp, -DOUBLE_Emin + 52); /* largest exp to be 51 */ in FPU_store_double()
649 addexponent(&tmp, -SINGLE_Emin + 23); /* largest exp to be 22 */ in FPU_store_single()
Dfpu_emu.h179 #define addexponent(x,y) { (*(short *)&((x)->exp)) += (y); } macro
Dfpu_trig.c508 addexponent(st0_ptr, expon >> 1); in fsqrt_()