HomeSort by relevance Sort by last modified time
    Searched full:ratio (Results 676 - 700 of 3086) sorted by null

<<21222324252627282930>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
WNafL2RMultiplier.java 50 // TODO Get addition/doubling cost ratio from curve and compare to 'scale' to see if worth substituting?
  /external/caliper/examples/src/main/java/examples/
CompressionSizeBenchmark.java 60 @ArbitraryMeasurement(units = ":1", description = "ratio of uncompressed to compressed")
  /external/cblas/testing/
cin2 7 16.0 THRESHOLD VALUE OF TEST RATIO
zin2 7 16.0 THRESHOLD VALUE OF TEST RATIO
  /external/e2fsprogs/lib/ext2fs/
sparse_io.c 353 int ratio; local
356 ratio = sm->block_size / channel->block_size;
357 ret /= ratio;
358 *offset = (block % ratio) * channel->block_size;
  /external/eigen/bench/btl/data/
gnuplot_common_settings.hh 44 set size ratio 0 1,1 variable
  /external/eigen/blas/testing/
cblat2.dat 8 16.0 THRESHOLD VALUE OF TEST RATIO
zblat2.dat 8 16.0 THRESHOLD VALUE OF TEST RATIO
  /external/gemmlowp/test/
benchmark_all_sizes.cc 326 const double ratio = static_cast<double>(i) / shapes.size(); local
329 const double eta_hours = elapsed_hours * (1. - ratio) / ratio;
333 100. * ratio, elapsed_hours, eta_hours);
  /external/iproute2/man/man8/
tc-sample.8 77 is the expected ratio between observed packets and sampled packets. For example,
  /external/jemalloc/test/stress/
microbench.c 36 "%s=%"FMTu64"us, ratio=1:%s\n",
  /external/libmicrohttpd/src/testzzuf/
socat.c 58 "--ratio=0.0:0.75",
  /external/libopus/silk/
VAD.c 68 /* init smoothed energy-to-noise ratio*/
199 /* Signal-plus-noise to noise ratio estimation */
284 /* compute smoothed energy-to-noise ratio per band */
288 /* signal to noise ratio in dB per band */
  /external/python/cpython2/Tools/pynche/
DetailsViewer.py 59 RATIO = 'Preserve Distance'
124 STOP, WRAP, RATIO, GRAV)
212 elif atbound == WRAP or (atbound == RATIO and len(tie) < 2):
225 elif atbound == RATIO:
  /external/python/cpython3/Tools/pynche/
DetailsViewer.py 59 RATIO = 'Preserve Distance'
124 STOP, WRAP, RATIO, GRAV)
212 elif atbound == WRAP or (atbound == RATIO and len(tie) < 2):
225 elif atbound == RATIO:
  /external/replicaisland/src/com/replica/replicaisland/
GameRenderer.java 271 // ensure the same aspect ratio as the game
286 float ratio = (float) mWidth / mHeight; local
289 gl.glFrustumf(-ratio, ratio, -1, 1, 1, 10);
  /external/skia/src/core/
SkRTree.h 37 * can provide an optional aspect ratio parameter. This allows the bulk-load algorithm to
  /external/skqp/src/core/
SkRTree.h 37 * can provide an optional aspect ratio parameter. This allows the bulk-load algorithm to
  /external/syslinux/lzo/include/lzo/
lzo1f.h 77 // better compression ratio at the cost of more memory and time
lzo1y.h 78 // better compression ratio at the cost of more memory and time
lzo1z.h 66 // better compression ratio at the cost of more memory and time
  /external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/state_space_models/
filtering_postprocessor.py 155 Rather than computing p(anomaly | data) directly, we use the odds ratio:
165 ratio, and state interpolated based on this responsibility:
224 anomaly distributions) and "anomaly_score" (the log odds ratio of
240 # A log odds ratio is slightly nicer here than computing p(anomaly | data),
  /external/tensorflow/tensorflow/core/lib/jpeg/
jpeg_mem.cc 88 const int ratio = flags.ratio; local
93 // Can't decode if the ratio is not recognized by libjpeg
94 if ((ratio != 1) && (ratio != 2) && (ratio != 4) && (ratio != 8)) {
130 // set grayscale and ratio parameters
152 cinfo.scale_denom = ratio;
  /external/webrtc/webrtc/common_audio/resampler/
push_sinc_resampler.h 29 // ratio is inferred from them.
  /external/webrtc/webrtc/modules/video_coding/utility/
frame_dropper.h 43 // frame. The FrameDropper calculates a new drop ratio (can be

Completed in 2230 milliseconds

<<21222324252627282930>>