/external/llvm/lib/Transforms/Scalar/ |
LowerExpectIntrinsic.cpp | 41 // only be used in extreme cases, we could make this ratio higher. As it stands, 45 // There is a known dependency on this ratio in CodeGenPrepare when transforming
|
/external/ltp/testcases/kernel/controllers/cpuctl/ |
cpuctl_def_task01.c | 70 #define NUM_SETS 4 /* How many share values (with same ratio) */ 231 /* Keep same ratio but change values */
|
cpuctl_test01.c | 69 #define NUM_SETS 4 /* How many share values (with same ratio) */ 219 /* Keep same ratio but change values */
|
/external/lz4/programs/ |
lz4.1.md | 122 Higher values trade compression speed for compression ratio. 158 Block Dependency (improves compression ratio on small blocks)
|
/external/pdfium/xfa/fwl/ |
cfx_barcode.cpp | 225 bool CFX_Barcode::SetWideNarrowRatio(int8_t ratio) { 238 return m_pBCEngine && memptr ? (m_pBCEngine.get()->*memptr)(ratio) : false;
|
/external/python/cpython2/Objects/ |
complexobject.c | 106 const double ratio = b.imag / b.real; local 107 const double denom = b.real + b.imag * ratio; 108 r.real = (a.real + a.imag * ratio) / denom; 109 r.imag = (a.imag - a.real * ratio) / denom; 114 const double ratio = b.real / b.imag; local 115 const double denom = b.real * ratio + b.imag; 117 r.real = (a.real * ratio + a.imag) / denom; 118 r.imag = (a.imag * ratio - a.real) / denom; [all...] |
/external/tensorflow/tensorflow/core/lib/math/ |
math_util.h | 31 // Returns the ceil (resp. floor) of the ratio of two integers. 107 // the real ratio is negative, and so rounded toward zero is the ceil.
|
/external/tensorflow/tensorflow/tools/api/golden/ |
tensorflow.image.pbtxt | 45 argspec: "args=[\'contents\', \'crop_window\', \'channels\', \'ratio\', \'fancy_upscaling\', \'try_recover_truncated\', \'acceptable_fraction\', \'dct_method\', \'name\'], varargs=None, keywords=None, defaults=[\'0\', \'1\', \'True\', \'False\', \'1\', \'\', \'None\'], " 61 argspec: "args=[\'contents\', \'channels\', \'ratio\', \'fancy_upscaling\', \'try_recover_truncated\', \'acceptable_fraction\', \'dct_method\', \'name\'], varargs=None, keywords=None, defaults=[\'0\', \'1\', \'True\', \'False\', \'1\', \'\', \'None\'], "
|
/external/webrtc/talk/app/webrtc/androidtests/src/org/webrtc/ |
SurfaceViewRendererOnMeasureTest.java | 170 // Force spec size with different aspect ratio than frame aspect ratio.
|
/external/webrtc/webrtc/modules/audio_coding/neteq/ |
expand.cc | 422 int32_t ratio; local 424 ratio = (best_correlation[i] << 16) / best_distortion[i]; 426 ratio = 0; // No correlation set result to zero. 428 ratio = std::numeric_limits<int32_t>::max(); // Denominator is zero. 430 if (ratio > best_ratio) { 432 best_ratio = ratio; 521 // Confirm that amplitude ratio sqrt(energy1 / energy2) is within 0.5 - 2.0, 533 // Calculate sqrt ratio in Q13 (sqrt of en1/en2 in Q26). [all...] |
normal.cc | 103 int32_t ratio = WebRtcSpl_DivW32W16(bgn_energy, energy_scaled); local 104 mute_factor = WebRtcSpl_SqrtFloor(ratio << 14);
|
statistics_calculator.cc | 287 // Ratio must be smaller than 1 in Q14. 291 // Will not produce a ratio larger than 1, since this is probably an error.
|
/frameworks/base/opengl/java/android/opengl/ |
GLU.java | 104 * view in the x direction. The aspect ratio is the ratio of x
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
AmbientState.java | 152 /** Dark ratio of the status bar **/ 157 /** Returns the dark ratio of the status bar */
|
/frameworks/support/percent/src/androidTest/java/androidx/percentlayout/widget/ |
PercentFrameTest.java | 71 assertFuzzyEquals("Child aspect ratio of 120%", 84 assertFuzzyEquals("Child aspect ratio of 150%",
|
/frameworks/support/percent/src/main/java/androidx/percentlayout/widget/ |
PercentFrameLayout.java | 71 * example, if you would like to achieve 16:9 aspect ratio, you can write: 76 * This will make the aspect ratio 16:9 (1.78:1) with the width fixed at 300dp and height adjusted
|
PercentRelativeLayout.java | 69 * example, if you would like to achieve 16:9 aspect ratio, you can write: 74 * This will make the aspect ratio 16:9 (1.78:1) with the width fixed at 300dp and height adjusted
|
/frameworks/support/transition/src/androidTest/java/androidx/transition/ |
ArcMotionTest.java | 113 float ratio = (float) Math.tan(Math.PI / 8); local 114 float ex = 50 + (50 * ratio);
|
/hardware/intel/img/psb_headers/libmediaparser/mixvbp/vbp_manager/include/ |
vbp_loader.h | 228 /* aspect ratio */ 367 // aspect ratio
|
/hardware/qcom/display/msm8226/libvirtual/ |
virtual.cpp | 131 // update the aspect ratio if necessary. 144 // keeping aspect ratio intact.
|
/hardware/qcom/media/msm8974/mm-core/inc/ |
OMX_VideoExt.h | 222 * nBitrateRatios : Bitrate ratio (100 based) per layer (index 0 is base layer). 257 * nBitrateRatios : Bitrate ratio (100 based, Q16 values) per layer (0 is base layer).
|
/hardware/qcom/media/msm8996/mm-core/inc/ |
OMX_VideoExt.h | 222 * nBitrateRatios : Bitrate ratio (100 based) per layer (index 0 is base layer). 257 * nBitrateRatios : Bitrate ratio (100 based, Q16 values) per layer (0 is base layer).
|
/hardware/qcom/media/msm8998/mm-core/inc/ |
OMX_VideoExt.h | 224 * nBitrateRatios : Bitrate ratio (100 based) per layer (index 0 is base layer). 259 * nBitrateRatios : Bitrate ratio (100 based, Q16 values) per layer (0 is base layer).
|
/packages/apps/Dialer/java/com/android/incallui/answer/impl/ |
SelfManagedAnswerVideoCallScreen.java | 115 * aspect ratio. 183 * Given an array of {@link Size}s, tries to find the largest Size such that the aspect ratio of
|
/packages/apps/TV/src/com/android/tv/util/ |
Utils.java | 513 for (AspectRatio ratio : AspectRatio.values()) { 514 if (Math.abs((float) ratio.height / ratio.width - (float) height / width) < 0.05f) { 515 return ratio.toString(); 526 for (AspectRatio ratio : AspectRatio.values()) { 527 if (Math.abs((float) ratio.width / ratio.height - videoDisplayAspectRatio) < 0.05f) { 528 return ratio.toString(); [all...] |