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

Function main

compiler/script/tool/cv_remap_table.cpp:88–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87}
88int main() {
89 short* table = get_table();
90 for (int i = 0; i < INTER_TAB_SIZE * INTER_TAB_SIZE; i++) {
91 for (int j = 0; j < 4; j++) {
92 printf("%d, ", *table);
93 ++table;
94 }
95 printf("\n");
96 }
97}

Callers

nothing calls this directly

Calls 1

get_tableFunction · 0.85

Tested by

no test coverage detected