Searched refs:isdenormal (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/arch/i386/math-emu/ | ||
D | fpu_emu.h | 182 #define isdenormal(ptr) (exponent(ptr) == EXP_BIAS+EXP_UNDER) macro |
D | fpu_entry.c | 405 && isdenormal(&loaded_data))) ) in math_emulate() |