Lines Matching defs:declined
1564 int declined = 0;
1574 declined |= lib_fo && is_dhard(args+0);
1582 declined |= lib_fo && is_shard(args+0);
1589 declined |= lib_fo && is_dhard(args+0);
1590 declined |= lib_fo && is_dhard(args+2);
1598 declined |= lib_fo && is_shard(args+0);
1599 declined |= lib_fo && is_shard(args+2);
1602 declined |= lib_fo && is_dhard(args+0);
1603 declined |= lib_fo && is_dhard(args+2);
1604 declined |= lib_fo && is_dhard(args+4);
1605 declined |= lib_fo && is_dhard(args+6);
1608 declined |= lib_fo && is_shard(args+0);
1609 declined |= lib_fo && is_shard(args+2);
1610 declined |= lib_fo && is_shard(args+4);
1611 declined |= lib_fo && is_shard(args+6);
1624 declined |= lib_fo && is_dhard(result);
1633 declined |= lib_fo && is_shard(result);
1636 declined |= lib_fo && is_dhard(result+0);
1637 declined |= lib_fo && is_dhard(result+2);
1640 declined |= lib_fo && is_shard(result+2);
1643 declined |= lib_fo && is_shard(result+0);
1647 declined |= lib_fo && is_dhard(result+0);
1648 declined |= lib_fo && is_dhard(result+4);
1652 declined |= lib_fo && is_shard(result+0);
1653 declined |= lib_fo && is_shard(result+4);
1657 /* Expect basic arithmetic tests to be declined if the command
1659 declined |= (lib_no_arith && (fn->func == (funcptr)mpc_add ||
1664 if (!declined) {