Lines Matching refs:MPD_POS

1102     uint8_t sign = MPD_POS;
1126 _ssettriple(result, MPD_POS, a, 0);
1178 _settriple(result, MPD_POS, a, 0);
1231 _c32setu64(result, a, MPD_POS, status);
1241 uint8_t sign = MPD_POS;
1851 mpd_setspecial(dec, MPD_POS, MPD_INF);
2856 mpd_setspecial(result, MPD_POS, MPD_INF);
3836 mpd_setspecial(q, MPD_POS, MPD_NAN);
4085 mpd_setspecial(q, MPD_POS, MPD_NAN);
4086 mpd_setspecial(r, MPD_POS, MPD_NAN);
4104 mpd_setspecial(q, MPD_POS, MPD_NAN);
4109 mpd_setspecial(r, MPD_POS, MPD_NAN);
4127 mpd_setspecial(q, MPD_POS, MPD_NAN);
4128 mpd_setspecial(r, MPD_POS, MPD_NAN);
4133 mpd_setspecial(r, MPD_POS, MPD_NAN);
4394 _settriple(result, MPD_POS, 1, 0);
4420 mpd_setspecial(result, MPD_POS, MPD_INF);
4424 _settriple(result, MPD_POS, 0, mpd_etiny(ctx));
4459 _settriple(&sum, MPD_POS, 1, 0);
4469 _mpd_qpow_uint(result, &sum, mpd_pow10[t], MPD_POS, &workctx, status);
4472 _mpd_qpow_uint(result, &sum, mpd_pow10[t], MPD_POS, &workctx, status);
4476 _mpd_qpow_uint(&tmp, &sum, mpd_pow10[MPD_MAX_POW10], MPD_POS,
4478 _mpd_qpow_uint(result, &tmp, mpd_pow10[t], MPD_POS, &workctx, status);
4500 _settriple(result, MPD_POS, 0, 0);
4503 mpd_setspecial(result, MPD_POS, MPD_INF);
4508 _settriple(result, MPD_POS, 1, 0);
4546 _ssettriple(&ulp, MPD_POS, 1, ulpexp);
5024 mpd_setspecial(result, MPD_POS, MPD_INF);
5036 _settriple(result, MPD_POS, 0, 0);
5092 _ssettriple(&ulp, MPD_POS, 1,
5171 mpd_setspecial(result, MPD_POS, MPD_INF);
5241 _ssettriple(&ulp, MPD_POS, 1,
6147 MPD_NEW_CONST(tiny,MPD_POS,mpd_etiny(ctx)-1,1,1,1,1);
6194 MPD_NEW_CONST(tiny,MPD_POS,mpd_etiny(ctx)-1,1,1,1,1);
6384 mpd_setspecial(result, MPD_POS, MPD_NAN);
6390 mpd_setspecial(result, MPD_POS, MPD_NAN);
6398 mpd_setspecial(result, MPD_POS, MPD_NAN); /* GCOV_UNLIKELY */
6795 _settriple(result, MPD_POS, 1, MPD_EXP_INF);
6956 mpd_setspecial(result, MPD_POS, MPD_NAN);
7659 mpd_setspecial(q, MPD_POS, MPD_NAN);
7660 mpd_setspecial(r, MPD_POS, MPD_NAN);
7865 _settriple(result, MPD_POS, 0, mpd_etiny(ctx));
7912 mpd_setspecial(result, MPD_POS, MPD_INF);
8831 const uint8_t flags = sign ? MPD_NEG : MPD_POS;