(t, e)
| 1652 | return Math.max(0, -Be(Math.abs(t))); |
| 1653 | } |
| 1654 | function Ve(t, e) { |
| 1655 | return Math.max( |
| 1656 | 0, |
| 1657 | 3 * Math.max(-8, Math.min(8, Math.floor(Be(e) / 3))) - Be(Math.abs(t)), |
| 1658 | ); |
| 1659 | } |
| 1660 | function Xe(t, e) { |
| 1661 | return ( |
| 1662 | (t = Math.abs(t)), |
no test coverage detected