Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/math-emu/
H A Dreg_ld_str.c32 #define DOUBLE_Ebias 1023 macro
107 exp = ((m64 & 0x7ff00000) >> 20) - DOUBLE_Ebias + EXTENDED_Ebias; in FPU_load_double()
490 l[1] |= (((exp + DOUBLE_Ebias) & 0x7ff) << 20); in FPU_store_double()