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

Function diff

runtime/test/common/common.cpp:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36static inline float diff(float x, float y) {
37 return x - y;
38}
39static inline int diff(int x, int y) {
40 return x - y;
41}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected