Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/math-emu/
H A Dreg_ld_str.c31 #define DOUBLE_Emax 1023 /* largest valid exponent */ macro
109 if (exp > DOUBLE_Emax + EXTENDED_Ebias) { in FPU_load_double()
470 if (exp > DOUBLE_Emax) { in FPU_store_double()