HomeSort by relevance Sort by last modified time
    Searched refs:cum (Results 1 - 11 of 11) sorted by null

  /external/libxaac/decoder/
ixheaacd_hybrid.c 104 WORD32 cum[16]; local
117 cum[12] = ixheaacd_shl32(
119 cum[13] = ixheaacd_shl32(
131 cum[10] =
135 cum[11] =
139 cum[9] = ixheaacd_shl32(
143 cum[8] = ixheaacd_shl32(
157 cum[6] =
161 cum[7] = ixheaacd_shl32(ixheaacd_negate32_sat(ixheaacd_add32_sat(
175 cum[4] = ixheaacd_shl32
    [all...]
ixheaacd_arith_dec.c 1733 register WORD32 cum; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_random.py 228 cum = 0
230 cum |= int(self.gen.random() * span)
231 self.assertEqual(cum, span-1)
237 cum = 0
241 cum |= r
242 self.assertEqual(cum, span-1)
265 cum = 0
267 cum |= getbits(span)
268 self.assertEqual(cum, 2**span-1)
380 cum = 0
    [all...]
test_queue.py 84 self.cum = 0
147 self.cum += x
151 self.cum = 0
157 self.assertEqual(self.cum, sum(range(100)),
  /external/python/cpython2/Lib/test/
test_random.py 236 cum = 0
238 cum |= int(self.gen.random() * span)
239 self.assertEqual(cum, span-1)
245 cum = 0
249 cum |= r
250 self.assertEqual(cum, span-1)
273 cum = 0
275 cum |= getbits(span)
276 self.assertEqual(cum, 2**span-1)
414 cum =
    [all...]
test_queue.py 87 self.cum = 0
150 self.cum += x
154 self.cum = 0
160 self.assertEqual(self.cum, sum(range(100)),
  /external/python/cpython3/Lib/test/
test_random.py 319 cum = 0
321 cum |= int(self.gen.random() * span)
322 self.assertEqual(cum, span-1)
328 cum = 0
332 cum |= r
333 self.assertEqual(cum, span-1)
375 cum = 0
377 cum |= getbits(span)
378 self.assertEqual(cum, 2**span-1)
577 cum =
    [all...]
test_queue.py 94 self.cum = 0
161 self.cum += x
165 self.cum = 0
174 self.assertEqual(self.cum, sum(range(100)),
  /external/python/cpython3/Python/
import.c 1655 _PyTime_t cum = _PyTime_GetPerfCounter() - t1; local
    [all...]
  /external/jemalloc/bin/
jeprof.in 179 --cum Sort by cumulative data
384 "cum!" => \$main::opt_cum,
    [all...]
  /external/jemalloc_new/bin/
jeprof.in 180 --cum Sort by cumulative data
385 "cum!" => \$main::opt_cum,
    [all...]

Completed in 612 milliseconds