Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/math-emu/
Dreg_ld_str.c37 #define SINGLE_Emin (-126) /* smallest valid exponent */ macro
176 if (exp < SINGLE_Emin + EXTENDED_Ebias) { in FPU_load_single()
181 return normalize_no_excep(loaded_data, SINGLE_Emin, negative) in FPU_load_single()
577 if (exp < SINGLE_Emin) { in FPU_store_single()
578 addexponent(&tmp, -SINGLE_Emin + 23); /* largest exp to be 22 */ in FPU_store_single()