Home
last modified time | relevance | path

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

/linux-5.19.10/arch/alpha/math-emu/
Dmath.c168 if (!DA_e && !_FP_FRAC_ZEROP_1(DA)) { in alpha_fp_emul()
173 if (!DB_e && !_FP_FRAC_ZEROP_1(DB)) { in alpha_fp_emul()
/linux-5.19.10/include/math-emu/
Dop-1.h59 #define _FP_FRAC_ZEROP_1(X) (X##_f == 0) macro