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

1 2 3 4 56 7 8 91011>>

  /prebuilts/clang/host/linux-x86/clang-4630689/include/c++/v1/experimental/
ratio 2 //===------------------------------ ratio ---------------------------------===//
15 experimental/ratio synopsis
17 #include <ratio>
23 // See C++14 20.11.5, ratio comparison
47 #include <ratio>
  /prebuilts/clang/host/linux-x86/clang-4639204/include/c++/v1/experimental/
ratio 2 //===------------------------------ ratio ---------------------------------===//
15 experimental/ratio synopsis
17 #include <ratio>
23 // See C++14 20.11.5, ratio comparison
47 #include <ratio>
  /prebuilts/clang/host/linux-x86/clang-4691093/include/c++/v1/experimental/
ratio 2 //===------------------------------ ratio ---------------------------------===//
15 experimental/ratio synopsis
17 #include <ratio>
23 // See C++14 20.11.5, ratio comparison
47 #include <ratio>
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/include/experimental/
ratio 2 //===------------------------------ ratio ---------------------------------===//
15 experimental/ratio synopsis
17 #include <ratio>
23 // See C++14 20.11.5, ratio comparison
47 #include <ratio>
  /external/autotest/client/tests/npb/
npb.py 19 # Ratio is the reason between 1 and the number of CPUs of the system.
20 self.ratio = 1.0 / utils.count_cpus()
21 logging.debug('Ratio (1/n_cpus) found for this system: %s' % self.ratio)
38 The ratio between the times
120 ratio = self.ratio
122 upper_bound = full_thrds * (1 + ratio)
123 lower_bound = full_thrds * (1 - ratio)
124 logging.debug('Time ratio for %s: %s', itest_cmd, time_ratio
    [all...]
  /external/eigen/unsupported/Eigen/src/LevenbergMarquardt/
LMonestep.h 26 RealScalar ratio; local
122 /* compute the ratio of the actual to the predicted */
124 ratio = 0.;
126 ratio = actred / prered;
129 if (ratio <= Scalar(.25)) {
139 } else if (!(m_par != 0. && ratio < RealScalar(.75))) {
145 if (ratio >= RealScalar(1e-4)) {
156 if (abs(actred) <= m_ftol && prered <= m_ftol && Scalar(.5) * ratio <= 1. && m_delta <= m_xtol * xnorm)
161 if (abs(actred) <= m_ftol && prered <= m_ftol && Scalar(.5) * ratio <= 1.)
178 if (abs(actred) <= NumTraits<Scalar>::epsilon() && prered <= NumTraits<Scalar>::epsilon() && Scalar(.5) * ratio <= 1.
    [all...]
  /packages/apps/Camera2/src/com/android/camera/util/
AspectRatio.java 40 * @param width The width of the aspect ratio, after simplification.
41 * @param height The height of the aspect ratio, after simplification.
107 * @return The transpose of this aspect ratio.
114 * @return The landscape version of this aspect ratio.
125 * @return The portrait version of this aspect ratio.
136 * @return The version of this aspect ratio in the same orientation
148 * @return True if this aspect ratio is wider than the other.
158 * @return True if this aspect ratio is taller than the other.
168 * @return The largest centered region of area with this aspect ratio. For
195 * @return True if this aspect ratio is in landscape orientation. Squar
    [all...]
  /external/webrtc/talk/media/base/
videocommon_unittest.cc 210 // Request 16:9 but VGA has 3:8 pixel aspect ratio. Expect no crop.
214 3, 8, // Pixel aspect ratio is tall
220 // Request 16:9 but QVGA has 15:11 pixel aspect ratio. Expect horizontal crop.
224 15, 11, // Pixel aspect ratio is wide
230 // Request 16:10 but QVGA has 15:11 pixel aspect ratio.
235 15, 11, // Pixel aspect ratio is wide
241 // Request 16:9 but VGA has 6:5 pixel aspect ratio. Expect vertical crop.
245 6, 5, // Pixel aspect ratio is wide
255 1, 1, // Pixel aspect ratio is wide
261 // Request 16:9 but HD has 3:4 pixel aspect ratio. Expect vertical crop
    [all...]
  /developers/build/prebuilts/gradle/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
FixedAspectSurfaceView.java 28 * A SurfaceView that maintains its aspect ratio to be a desired target value.
31 * requested aspect ratio. This can happen if both the width and the height are exactly
34 * the dimension that is best adjusted to maintain the aspect ratio.</p>
39 * Desired width/height ratio
48 // Get initial aspect ratio from custom attributes
58 * Set the desired aspect ratio for this view.
60 * @param aspect the desired width/height ratio in the current UI orientation. Must be a
65 throw new IllegalArgumentException("Aspect ratio must be positive");
90 // General goal: Adjust dimensions to maintain the requested aspect ratio as much
110 // Maximize the View's area while maintaining aspect ratio
    [all...]
  /developers/samples/android/media/HdrViewfinder/Application/src/main/java/com/example/android/hdrviewfinder/
FixedAspectSurfaceView.java 28 * A SurfaceView that maintains its aspect ratio to be a desired target value.
31 * requested aspect ratio. This can happen if both the width and the height are exactly
34 * the dimension that is best adjusted to maintain the aspect ratio.</p>
39 * Desired width/height ratio
48 // Get initial aspect ratio from custom attributes
58 * Set the desired aspect ratio for this view.
60 * @param aspect the desired width/height ratio in the current UI orientation. Must be a
65 throw new IllegalArgumentException("Aspect ratio must be positive");
90 // General goal: Adjust dimensions to maintain the requested aspect ratio as much
110 // Maximize the View's area while maintaining aspect ratio
    [all...]
  /development/samples/browseable/HdrViewfinder/src/com.example.android.hdrviewfinder/
FixedAspectSurfaceView.java 30 * A SurfaceView that maintains its aspect ratio to be a desired target value.
33 * requested aspect ratio. This can happen if both the width and the height are exactly
36 * the dimension that is best adjusted to maintain the aspect ratio.</p>
41 * Desired width/height ratio
50 // Get initial aspect ratio from custom attributes
60 * Set the desired aspect ratio for this view.
62 * @param aspect the desired width/height ratio in the current UI orientation. Must be a
67 throw new IllegalArgumentException("Aspect ratio must be positive");
92 // General goal: Adjust dimensions to maintain the requested aspect ratio as much
111 // Maximize the View's area while maintaining aspect ratio
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
SimplexSolver.java 74 * Returns the row with the minimum ratio as given by the minimum ratio test (MRT).
76 * @param col the column to test the ratio of. See {@link #getPivotColumn(SimplexTableau)}
77 * @return row with the minimum ratio
80 // create a list of all the rows that tie for the lowest score in the minimum ratio test
87 final double ratio = rhs / entry; local
88 if (MathUtils.equals(ratio, minRatio, epsilon)) {
90 } else if (ratio < minRatio) {
91 minRatio = ratio;
101 // there's a degeneracy as indicated by a tie in the minimum ratio tes
    [all...]
  /frameworks/rs/tests/java_api/CannyLive/src/com/android/example/cannylive/
FixedAspectSurfaceView.java 31 * A SurfaceView that maintains its aspect ratio to be a desired target value.
34 * requested aspect ratio. This can happen if both the width and the height are exactly
37 * the dimension that is best adjusted to maintain the aspect ratio.</p>
42 * Desired width/height ratio
51 // Get initial aspect ratio from custom attributes
61 * Set the desired aspect ratio for this view.
63 * @param aspect the desired width/height ratio in the current UI orientation. Must be a
68 throw new IllegalArgumentException("Aspect ratio must be positive");
93 // General goal: Adjust dimensions to maintain the requested aspect ratio as much
112 // Maximize the View's area while maintaining aspect ratio
    [all...]
  /frameworks/rs/tests/java_api/RsCameraDemo/src/com/android/example/rscamera/
FixedAspectSurfaceView.java 31 * A SurfaceView that maintains its aspect ratio to be a desired target value.
34 * requested aspect ratio. This can happen if both the width and the height are exactly
37 * the dimension that is best adjusted to maintain the aspect ratio.</p>
42 * Desired width/height ratio
51 // Get initial aspect ratio from custom attributes
61 * Set the desired aspect ratio for this view.
63 * @param aspect the desired width/height ratio in the current UI orientation. Must be a
68 throw new IllegalArgumentException("Aspect ratio must be positive");
93 // General goal: Adjust dimensions to maintain the requested aspect ratio as much
112 // Maximize the View's area while maintaining aspect ratio
    [all...]
  /pdk/apps/TestingCamera2/src/com/android/testingcamera2/
FixedAspectSurfaceView.java 28 * A SurfaceView that maintains its aspect ratio to be a desired target value.
31 * requested aspect ratio. This can happen if both the width and the height are exactly
34 * the dimension that is best adjusted to maintain the aspect ratio.</p>
41 * Desired width/height ratio
48 // Get initial aspect ratio from custom attributes
58 * Set the desired aspect ratio for this view.
60 * @param aspect the desired width/height ratio in the current UI orientation. Must be a
65 throw new IllegalArgumentException("Aspect ratio must be positive");
79 // General goal: Adjust dimensions to maintain the requested aspect ratio as much
98 // Maximize the View's area while maintaining aspect ratio
    [all...]
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/Msr/
BroadwellMsr.h 203 Package. Maximum Ratio Limit of Turbo Mode RO if MSR_PLATFORM_INFO.[28] = 0,
231 /// [Bits 7:0] Package. Maximum Ratio Limit for 1C Maximum turbo ratio
236 /// [Bits 15:8] Package. Maximum Ratio Limit for 2C Maximum turbo ratio
241 /// [Bits 23:16] Package. Maximum Ratio Limit for 3C Maximum turbo ratio
246 /// [Bits 31:24] Package. Maximum Ratio Limit for 4C Maximum turbo ratio
251 /// [Bits 39:32] Package. Maximum Ratio Limit for 5C Maximum turbo ratio
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
ratio 0 // ratio -*- C++ -*-
25 /** @file include/ratio
48 * @defgroup ratio Rational Arithmetic
253 * type intmax_t. The ratio is simplified when instantiated.
257 * std::ratio<7,-21>::num == -1;
258 * std::ratio<7,-21>::den == 3;
263 struct ratio
276 typedef ratio<num, den> type;
280 constexpr intmax_t ratio<_Num, _Den>::num;
283 constexpr intmax_t ratio<_Num, _Den>::den
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
ratio 0 // ratio -*- C++ -*-
25 /** @file include/ratio
48 * @defgroup ratio Rational Arithmetic
253 * type intmax_t. The ratio is simplified when instantiated.
257 * std::ratio<7,-21>::num == -1;
258 * std::ratio<7,-21>::den == 3;
263 struct ratio
276 typedef ratio<num, den> type;
280 constexpr intmax_t ratio<_Num, _Den>::num;
283 constexpr intmax_t ratio<_Num, _Den>::den
    [all...]
  /external/libcxx/test/std/utilities/time/time.duration/time.duration.nonmember/
op_mod_duration.pass.cpp 39 std::chrono::duration<int, std::ratio<3, 5> > s1(6);
40 std::chrono::duration<int, std::ratio<2, 3> > s2(3);
41 std::chrono::duration<int, std::ratio<1, 15> > r = s1 % s2;
58 constexpr std::chrono::duration<int, std::ratio<3, 5> > s1(6);
59 constexpr std::chrono::duration<int, std::ratio<2, 3> > s2(3);
60 constexpr std::chrono::duration<int, std::ratio<1, 15> > r = s1 % s2;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
KeyDrawParams.java 136 final int dimens, final float ratio, final int defaultDimens) {
140 if (ResourceUtils.isValidFraction(ratio)) {
141 return (int)(keyHeight * ratio);
146 private static int selectTextSize(final int keyHeight, final float ratio,
148 if (ResourceUtils.isValidFraction(ratio)) {
149 return (int)(keyHeight * ratio);
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/utilities/time/time.duration/time.duration.nonmember/
op_mod_duration.pass.cpp 39 std::chrono::duration<int, std::ratio<3, 5> > s1(6);
40 std::chrono::duration<int, std::ratio<2, 3> > s2(3);
41 std::chrono::duration<int, std::ratio<1, 15> > r = s1 % s2;
58 constexpr std::chrono::duration<int, std::ratio<3, 5> > s1(6);
59 constexpr std::chrono::duration<int, std::ratio<2, 3> > s2(3);
60 constexpr std::chrono::duration<int, std::ratio<1, 15> > r = s1 % s2;
  /developers/build/prebuilts/gradle/Camera2Basic/Application/src/main/java/com/example/android/camera2basic/
AutoFitTextureView.java 24 * A {@link TextureView} that can be adjusted to a specified aspect ratio.
44 * Sets the aspect ratio for this view. The size of the view will be measured based on the ratio
  /developers/build/prebuilts/gradle/Camera2Basic/kotlinApp/Application/src/main/java/com/example/android/camera2basic/
AutoFitTextureView.kt 25 * A [TextureView] that can be adjusted to a specified aspect ratio.
37 * Sets the aspect ratio for this view. The size of the view will be measured based on the ratio
  /developers/build/prebuilts/gradle/Camera2Video/Application/src/main/java/com/example/android/camera2video/
AutoFitTextureView.java 24 * A {@link TextureView} that can be adjusted to a specified aspect ratio.
44 * Sets the aspect ratio for this view. The size of the view will be measured based on the ratio
  /developers/build/prebuilts/gradle/Camera2Video/kotlinApp/Application/src/main/java/com/example/android/camera2video/
AutoFitTextureView.kt 25 * A [TextureView] that can be adjusted to a specified aspect ratio.
37 * Sets the aspect ratio for this view. The size of the view will be measured based on the ratio

Completed in 1027 milliseconds

1 2 3 4 56 7 8 91011>>