Searched refs:_FP_EXP_NORMAL (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/config/soft-fp/ |
| H A D | op-common.h | 130 #define _FP_EXP_NORMAL(fs, wc, X) (((X##_e + 1) & _FP_EXPMAX_##fs) > 1) macro 147 if (!_FP_EXP_NORMAL(fs, wc, X) && !_FP_FRAC_ZEROP_##wc(X)) \ 407 if (!_FP_EXP_NORMAL(fs, wc, X)) \ 589 if (!_FP_EXP_NORMAL(fs, wc, X)) \ 1161 if (_FP_EXP_NORMAL(sfs, swc, S)) \ 1215 if (_FP_EXP_NORMAL(sfs, swc, S)) \
|