Home
last modified time | relevance | path

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

/linux-3.4.99/arch/x86/math-emu/
Dreg_convert.c33 addexponent(x, 1); in FPU_to_exp16()
36 addexponent(x, 1); in FPU_to_exp16()
Dreg_add_sub.c296 addexponent(dest, 1); in add_sub_specials()
308 addexponent(dest, 1); in add_sub_specials()
Derrors.c587 addexponent(dest, (-3 * (1 << 13))); in arith_overflow()
619 addexponent(dest, (3 * (1 << 13)) + EXTENDED_Ebias); in arith_underflow()
Dreg_ld_str.c170 addexponent(loaded_data, negative); in FPU_load_single()
325 addexponent(st0_ptr, sign); /* Set the sign. */ in FPU_load_bcd()
393 addexponent(&tmp, -DOUBLE_Emin + 52); /* largest exp to be 51 */ in FPU_store_double()
577 addexponent(&tmp, -SINGLE_Emin + 23); /* largest exp to be 22 */ in FPU_store_single()
Dfpu_emu.h180 #define addexponent(x,y) { (*(short *)&((x)->exp)) += (y); } macro
Dfpu_trig.c470 addexponent(st0_ptr, expon >> 1); in fsqrt_()