Home
last modified time | relevance | path

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

/openbmc/linux/arch/alpha/math-emu/
H A Dmath.c184 || FP_ISSIGNAN_D(DA) in alpha_fp_emul()
185 || FP_ISSIGNAN_D(DB))) { in alpha_fp_emul()
/openbmc/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
/openbmc/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()
/openbmc/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()