Searched refs:roundUp (Results 1 – 3 of 3) sorted by relevance
125 private int roundUp(int input, int roundN) { in roundUp() method in GoogLeNet171 m = roundUp(googlenet_gemm_sizes[i], 8); in setTest()172 n = roundUp(googlenet_gemm_sizes[i+1], 4); in setTest()173 k = roundUp(googlenet_gemm_sizes[i+2], 4); in setTest()
494 assertEquals(time, coll.roundUp(time)); in testRounding()498 assertEquals(TIME_A, coll.roundUp(TIME_A)); in testRounding()501 assertEquals(TIME_A + HOUR_IN_MILLIS, coll.roundUp(TIME_A + 1)); in testRounding()504 assertEquals(TIME_A, coll.roundUp(TIME_A - 1)); in testRounding()
161 public long roundUp(long time) { in roundUp() method in NetworkStatsCollection257 augmentStart = roundUp(augmentStart); in getHistory()261 collectEnd = roundUp(collectEnd); in getHistory()