Home
last modified time | relevance | path

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

/arch/x86/math-emu/
Dreg_ld_str.c36 #define SINGLE_Emin (-126) /* smallest valid exponent */ macro
175 if (exp < SINGLE_Emin + EXTENDED_Ebias) { in FPU_load_single()
180 return normalize_no_excep(loaded_data, SINGLE_Emin, negative) in FPU_load_single()
576 if (exp < SINGLE_Emin) { in FPU_store_single()
577 addexponent(&tmp, -SINGLE_Emin + 23); /* largest exp to be 22 */ in FPU_store_single()