Searched refs:SINGLE_Ebias (Results 1 – 1 of 1) sorted by relevance
35 #define SINGLE_Ebias 127 macro173 exp = ((m32 & 0x7f800000) >> 23) - SINGLE_Ebias + EXTENDED_Ebias; in FPU_load_single()670 templ |= ((exp + SINGLE_Ebias) & 0xff) << 23; in FPU_store_single()