Searched refs:_FP_EXP_NORMAL (Results 1 – 1 of 1) sorted by relevance
/soft-fp/ |
A D | op-common.h | 208 #define _FP_EXP_NORMAL(fs, wc, X) (((X##_e + 1) & _FP_EXPMAX_##fs) > 1) macro 527 if (!_FP_EXP_NORMAL (fs, wc, X)) \ 714 if (!_FP_EXP_NORMAL (fs, wc, X)) \ 1893 if (_FP_EXP_NORMAL (sfs, swc, S)) \ 1962 if (_FP_EXP_NORMAL (sfs, swc, S)) \
|
Completed in 7 milliseconds