Searched refs:math (Results 1 - 25 of 25) sorted by relevance

/system/extras/verity/fec/tests/
H A Dfec.py15 import math namespace
36 blocks = int(math.ceil(float(size) / blocksize))
37 rounds = int(math.ceil(float(blocks) / (255 - roots)))
39 max_errors = int(math.floor(rounds * roots / 2)) * blocksize
/system/media/audio_utils/tests/
H A Dlimiter_tests.c17 #include <math.h>
H A Dprimitives_tests.cpp20 #include <math.h>
/system/media/audio_utils/
H A Dlimiter.c17 #include <math.h>
H A Dminifloat.c17 #include <math.h>
H A Dconversion.cpp20 #include <math.h>
/system/connectivity/shill/test-scripts/
H A Dstability19 import math namespace
29 steps = int(math.ceil(float(finish - start) / increment))
/system/bt/embdrv/sbc/decoder/srce/
H A Ddequant.c123 #include <math.h>
/system/extras/pagecache/
H A Ddumpcache.c4 #include <math.h>
/system/extras/tests/framebuffer/
H A Drefresh.c9 #include <math.h>
/system/update_engine/common/
H A Dhash_calculator_unittest.cc19 #include <math.h>
/system/core/init/
H A Dperfboot.py46 import math namespace
344 return math.sqrt(sum((x - m) ** 2 for x in data) / len(data))
/system/core/liblog/tests/
H A Dbenchmark_main.cpp20 #include <math.h>
/system/core/libmincrypt/tools/
H A DDumpPublicKey.java22 import java.math.BigInteger;
/system/extras/tests/ext4/
H A Drand_emmc_perf.c32 #include <math.h>
/system/extras/tests/lib/testUtil/
H A DtestUtil.c22 #include <math.h>
/system/extras/tests/sdcard/
H A Dstopwatch.cpp34 #include <math.h>
/system/extras/tests/wifi/stress/
H A DwifiLoadScanAssoc.c53 #include <math.h>
/system/extras/showmap/
H A Dshowmap.cpp4 #include <math.h>
/system/extras/verity/
H A DVerityVerifier.java26 import java.math.BigInteger;
/system/netd/server/
H A DDnsProxyListener.cpp21 #include <math.h>
/system/core/libpixelflinger/include/private/pixelflinger/
H A Dggl_fixed.h20 #include <math.h>
/system/core/logcat/
H A Dlogcat.cpp10 #include <math.h>
/system/extras/micro_bench/
H A Dmicro_bench.cpp25 #include <math.h>
/system/vold/
H A Dcryptfs.c45 #include <math.h>

Completed in 516 milliseconds