Home
last modified time | relevance | path

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

/linux/include/math-emu/
H A Ddouble.h108 #define FP_ISSIGNAN_D(X) _FP_ISSIGNAN(D,2,X) macro
180 #define FP_ISSIGNAN_D(X) _FP_ISSIGNAN(D,1,X) macro
/linux/arch/sparc/math-emu/
H A Dmath_32.c485 FP_ISSIGNAN_D(DA) || in do_one_mathemu()
486 FP_ISSIGNAN_D(DB))) in do_one_mathemu()
/linux/arch/powerpc/math-emu/
H A Dmath_efp.c477 if (IR == 3 && (FP_ISSIGNAN_D(DA) || FP_ISSIGNAN_D(DB))) in do_spe_mathemu()