MCPcopy Create free account
hub / github.com/MegEngine/MegCC / diff

Function diff

compiler/test/kernel/common/src/checker.cpp:80–82  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 return res;
79}
80static inline float diff(float x, float y) {
81 return x - y;
82}
83static inline int diff(int x, int y) {
84 return x - y;
85}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected