Home
last modified time | relevance | path

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

/arch/x86/math-emu/
Dreg_ld_str.c35 #define SINGLE_Ebias 127 macro
173 exp = ((m32 & 0x7f800000) >> 23) - SINGLE_Ebias + EXTENDED_Ebias; in FPU_load_single()
670 templ |= ((exp + SINGLE_Ebias) & 0xff) << 23; in FPU_store_single()