Lines Matching defs:mpd_isnegative
295 mpd_isnegative(const mpd_t *dec)
394 return 1 - 2 * mpd_isnegative(dec);
1347 if (use_sign && mpd_isnegative(a)) {
1423 isneg = mpd_isnegative(a);
1458 if (use_sign && mpd_isnegative(a)) {
1507 isneg = mpd_isnegative(a);
1713 return !(rnd == 0 || mpd_isnegative(dec));
1846 if (mpd_isnegative(dec)) {
2238 return mpd_isnegative(b) - mpd_isnegative(a);
2687 mpd_isnegative(a) || mpd_isnegative(b) ||
2809 if (mpd_isspecial(a) || mpd_isnegative(a) || a->exp != 0) {
2878 mpd_isnegative(a) || mpd_isnegative(b) ||
3084 n_sign = mpd_isnegative(b) ? 1 : 0;
3197 mpd_isnegative(a) || mpd_isnegative(b) ||
3299 if (mpd_isnegative(a)) {
4499 if (mpd_isnegative(a)) {
5020 if (mpd_isnegative(a)) {
5031 if (mpd_isnegative(a)) {
5167 if (mpd_isnegative(a)) {
5178 if (mpd_isnegative(a)) {
6155 if (mpd_isnegative(a)) {
6378 if (mpd_isnegative(exp)) {
6459 if (mpd_isnegative(exp)) {
6722 resultsign = mpd_isnegative(base) && mpd_isodd(exp);
6729 else if (mpd_isnegative(exp)) {
6737 if (mpd_isnegative(base)) {
6764 else if (mpd_isnegative(exp)) {
6868 sign = (mpd_isnegative(base)) && (mpd_isodd(exp));
6878 if (mpd_isnegative(exp)) {
7860 if (mpd_isnegative(a)) {
7874 if (mpd_isnegative(a)) {
7908 if (mpd_isnegative(a)) {
7920 if (mpd_isnegative(a)) {
9003 triple.sign = !!mpd_isnegative(a);