Home
last modified time | relevance | path

Searched defs:isdenormal (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/math-emu/
H A Dfpu_emu.h184 #define isdenormal(ptr) (exponent(ptr) == EXP_BIAS+EXP_UNDER) macro
/kernel/linux/linux-6.6/arch/x86/math-emu/
H A Dfpu_emu.h184 #define isdenormal(ptr) (exponent(ptr) == EXP_BIAS+EXP_UNDER) macro

Completed in 2 milliseconds