Home
last modified time | relevance | path

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

/linux-4.19.296/include/math-emu/
Dsoft-fp.h36 #define _FP_WORK_ROUND ((_FP_W_TYPE)1 << 2) macro
137 if ((_FP_FRAC_LOW_##wc(X) & 15) != _FP_WORK_ROUND) \
138 _FP_FRAC_ADDI_##wc(X, _FP_WORK_ROUND); \
Dop-1.h255 while (q != _FP_WORK_ROUND) \
270 R##_f |= _FP_WORK_ROUND; \
Dop-2.h544 while (q != _FP_WORK_ROUND) \
563 R##_f0 |= _FP_WORK_ROUND; \
Dop-4.h481 while (q != _FP_WORK_ROUND) \
502 R##_f[0] |= _FP_WORK_ROUND; \