Lines Matching +full:mid +full:- +full:scale
19 build = '../build/try-'
25 'bionic-a9': 'memcmp memcpy memset strcmp strcpy strlen',
26 'bionic-a15': 'memcmp memcpy memset strcmp strcpy strlen',
27 'bionic-c': ALL,
30 'glibc-c': ALL,
32 'newlib-c': ALL,
33 'newlib-xscale': 'memchr memcpy memset strchr strcmp strcpy strlen',
66 …cmd = '%(xbuild)s%(variant)s -t %(function)s -c %(bytes)s -l %(loops)s -a %(alignment)s -r %(run_i…
88 mid = bytes[int(len(bytes)/1.5)]
113 loops = int(f / math.sqrt(max(1, mid)))
114 took = run(cache, variant, function, mid, loops, alignment, 0,
121 scale = 10**int(math.log10(f) - 1)
122 f = scale*int(f/scale)
133 …parser.add_argument("-v", "--variants", nargs="+", help="library variant to run (run all if not sp…
134 …parser.add_argument("-f", "--functions", nargs="+", help="function to run (run all if not specifie…
135 …parser.add_argument("-l", "--limit", type=int, help="upper limit to test to (in bytes)", default =…