Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/math-emu/
Dreg_convert.c34 addexponent(x, 1); in FPU_to_exp16()
37 addexponent(x, 1); in FPU_to_exp16()
Dreg_add_sub.c297 addexponent(dest, 1); in add_sub_specials()
309 addexponent(dest, 1); in add_sub_specials()
Derrors.c584 addexponent(dest, (-3 * (1 << 13))); in arith_overflow()
616 addexponent(dest, (3 * (1 << 13)) + EXTENDED_Ebias); in arith_underflow()
Dreg_ld_str.c171 addexponent(loaded_data, negative); in FPU_load_single()
326 addexponent(st0_ptr, sign); /* Set the sign. */ in FPU_load_bcd()
394 addexponent(&tmp, -DOUBLE_Emin + 52); /* largest exp to be 51 */ in FPU_store_double()
578 addexponent(&tmp, -SINGLE_Emin + 23); /* largest exp to be 22 */ in FPU_store_single()
Dfpu_emu.h181 #define addexponent(x,y) { (*(short *)&((x)->exp)) += (y); } macro
Dfpu_trig.c471 addexponent(st0_ptr, expon >> 1); in fsqrt_()