Searched
full:ratio (Results
401 -
425 of
3086) sorted by null
<<11121314151617181920>>
/external/cblas/testing/ |
din3 | 7 16.0 THRESHOLD VALUE OF TEST RATIO
|
sin3 | 7 16.0 THRESHOLD VALUE OF TEST RATIO
|
zin3 | 7 16.0 THRESHOLD VALUE OF TEST RATIO
|
/external/clang/INPUTS/ |
all-std-headers.cpp | 72 #include <ratio>
|
/external/eigen/blas/testing/ |
cblat3.dat | 8 16.0 THRESHOLD VALUE OF TEST RATIO
|
dblat3.dat | 8 16.0 THRESHOLD VALUE OF TEST RATIO
|
sblat3.dat | 8 16.0 THRESHOLD VALUE OF TEST RATIO
|
zblat3.dat | 8 16.0 THRESHOLD VALUE OF TEST RATIO
|
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
CenterCrop.java | 12 * Does not maintain the image's aspect ratio
|
/external/glide/third_party/gif_decoder/src/main/java/com/bumptech/glide/gifdecoder/ |
GifHeader.java | 33 // Pixel aspect ratio.
|
/external/libcxx/test/std/utilities/time/time.duration/ |
positive_num.fail.cpp | 20 typedef std::chrono::duration<int, std::ratio<5, -1> > D;
|
/external/libvpx/libvpx/vpx_dsp/ |
psnr.h | 32 * Converts sum of squared errros (SSE) to peak signal-to-noise ratio (PNSR).
|
/external/libxaac/decoder/ |
ixheaacd_mps_temp_reshape.c | 150 FLOAT32 gain, ratio; local 185 ratio = min(max((gain + amp_ratio * (gain - 1)), 1 / LAMDA), LAMDA); 188 self->hyb_dir_out[ch][time_slot][jj].re *= ratio; 189 self->hyb_dir_out[ch][time_slot][jj].im *= ratio;
|
/external/libxml2/result/SVG/ |
bike.xml | 26 <desc>8 speed, wide ratio gearing</desc>
|
/external/ltp/testcases/kernel/fs/mongo/ |
mongo_compare.c | 51 float n1, n2, ratio; local 184 ratio = n1 / n2; 186 name_str1, n1, n2, ratio); 190 name_str1, n1, n2, ratio);
|
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sched_setparam/ |
2-1.c | 88 float ratio; local 181 ratio = (float)count / (float)child_count; 183 if (child_count == 0 || ratio >= ACCEPTABLE_RATIO) { 186 } else if (ratio <= (1 / ACCEPTABLE_RATIO)) {
|
2-2.c | 89 float ratio; local 185 ratio = (float)count / (float)child_count; 187 if (child_count == 0 || ratio >= ACCEPTABLE_RATIO) { 190 } else if (ratio <= (1 / ACCEPTABLE_RATIO)) {
|
/external/mesa3d/src/compiler/glsl/glcpp/tests/ |
147-define-macro-no-space.c | 28 #define R% ratio indicator
|
/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/h264/model/ |
AspectRatio.java | 24 * Aspect ratio
|
/external/pdfium/fxbarcode/oned/ |
BC_OnedCodaBarWriter.cpp | 85 bool CBC_OnedCodaBarWriter::SetWideNarrowRatio(int8_t ratio) { 86 if (ratio < 2 || ratio > 3) 89 m_iWideNarrRatio = ratio;
|
BC_OnedCodaBarWriter.h | 37 virtual bool SetWideNarrowRatio(int8_t ratio);
|
BC_OnedCode39Writer.h | 33 virtual bool SetWideNarrowRatio(int8_t ratio);
|
/external/pdfium/xfa/fwl/ |
cfx_barcode.h | 52 bool SetWideNarrowRatio(int8_t ratio);
|
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowMapView.java | 132 double ratio = offsetPixels / ((double) maxPixel); local 134 return (int) (minDegrees + spanDegrees * ratio); 140 double ratio = offsetDegrees / ((double) spanDegrees); local 142 return (int) (minPixel + spanPixels * ratio);
|
/external/valgrind/perf/ |
bigcode.c | 37 #define RATIO 4 // Ratio of code sizes between the two modes 60 n_fns = N_LOOPS / RATIO; 61 n_reps = RATIO;
|
Completed in 349 milliseconds
<<11121314151617181920>>