_FP_FRAC_ZEROP_ 48 include/math-emu/op-common.h if (_FP_FRAC_ZEROP_##wc(X)) \ _FP_FRAC_ZEROP_ 69 include/math-emu/op-common.h if (_FP_FRAC_ZEROP_##wc(X)) \ _FP_FRAC_ZEROP_ 172 include/math-emu/op-common.h if (!_FP_FRAC_ZEROP_##wc(X)) \ _FP_FRAC_ZEROP_ 214 include/math-emu/op-common.h if (!_FP_FRAC_ZEROP_##wc(X) \ _FP_FRAC_ZEROP_ 243 include/math-emu/op-common.h else if (!_FP_FRAC_ZEROP_##wc(X)) \ _FP_FRAC_ZEROP_ 253 include/math-emu/op-common.h else if (!_FP_FRAC_ZEROP_##wc(Y)) \ _FP_FRAC_ZEROP_ 275 include/math-emu/op-common.h if (_FP_FRAC_ZEROP_##wc(R)) \ _FP_FRAC_ZEROP_ 534 include/math-emu/op-common.h if ((X##_e == _FP_EXPMAX_##fs && !_FP_FRAC_ZEROP_##wc(X)) \ _FP_FRAC_ZEROP_ 535 include/math-emu/op-common.h || (Y##_e == _FP_EXPMAX_##fs && !_FP_FRAC_ZEROP_##wc(Y))) \ _FP_FRAC_ZEROP_ 544 include/math-emu/op-common.h __is_zero_x = (!X##_e && _FP_FRAC_ZEROP_##wc(X)) ? 1 : 0; \ _FP_FRAC_ZEROP_ 545 include/math-emu/op-common.h __is_zero_y = (!Y##_e && _FP_FRAC_ZEROP_##wc(Y)) ? 1 : 0; \ _FP_FRAC_ZEROP_ 574 include/math-emu/op-common.h if ((X##_e == _FP_EXPMAX_##fs && !_FP_FRAC_ZEROP_##wc(X)) \ _FP_FRAC_ZEROP_ 575 include/math-emu/op-common.h || (Y##_e == _FP_EXPMAX_##fs && !_FP_FRAC_ZEROP_##wc(Y))) \ _FP_FRAC_ZEROP_ 583 include/math-emu/op-common.h && (X##_s == Y##_s || !X##_e && _FP_FRAC_ZEROP_##wc(X))); \