| 569 | } |
| 570 | |
| 571 | double cTaskLib::Task_Equ(cTaskContext& ctx) const |
| 572 | { |
| 573 | const int logic_id = ctx.GetLogicId(); |
| 574 | if (logic_id == 153 || logic_id == 165 || logic_id == 195) return 1.0; |
| 575 | return 0.0; |
| 576 | } |
| 577 | |
| 578 | |
| 579 | double cTaskLib::Task_Nand_ResourceDependent(cTaskContext& ctx) const |
nothing calls this directly
no test coverage detected