Home
last modified time | relevance | path

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

/arch/x86/math-emu/
Dreg_ld_str.c34 #define SINGLE_Emax 127 /* largest valid exponent */ macro
182 } else if (exp > SINGLE_Emax + EXTENDED_Ebias) { in FPU_load_single()
650 if (exp > SINGLE_Emax) { in FPU_store_single()