MCPcopy Create free account
hub / github.com/MeigenChou/DCTimer-Android / get

Method get

app/src/main/java/cs/threephase/Center1.java:144–154  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

142 }
143
144 private int get() {
145 return Utils.combToIdx(ct, 8, 24);
146// int idx = 0;
147// int r = 8;
148// for (int i=23; i>=0; i--) {
149// if (ct[i] == 1) {
150// idx += Cnk[i][r--];
151// }
152// }
153// return idx;
154 }
155
156 int getsym() {
157 for (int j = 0; j < 48; j++) {

Callers 3

initMethod · 0.95
getsymMethod · 0.95
initSymMethod · 0.95

Calls 1

combToIdxMethod · 0.95

Tested by

no test coverage detected