HomeSort by relevance Sort by last modified time
    Searched full:normalized (Results 651 - 675 of 2497) sorted by null

<<21222324252627282930>>

  /packages/apps/TV/tests/unit/src/com/android/tv/data/
ChannelImplTest.java 355 private void assertNormalizedDisplayNumber(String displayNumber, String normalized) {
356 assertThat(ChannelImpl.normalizeDisplayNumber(displayNumber)).isEqualTo(normalized);
  /prebuilts/sdk/renderscript/include/
rs_quaternion.rsh 83 * Computes a rotation matrix from the normalized quaternion.
87 * q: Normalized quaternion.
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/
FilenameUtils.java 201 * @return the normalized filename, or null if invalid
247 * @return the normalized filename, or null if invalid
258 * @return the normalized filename
361 * The returned path is always normalized via {@link #normalize(String)},
365 * it will be normalized and returned.
366 * Otherwise, the paths will be joined, normalized and returned.
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cEnhancedLayoutsTests.cpp     [all...]
  /cts/apps/CameraITS/tests/scene1/
test_crop_regions.py 28 # A list of 5 regions, specified in normalized (x,y,w,h) coords.
test_ev_compensation_basic.py 95 pylab.ylabel('Mean Luma (Normalized)')
  /cts/suite/audio_quality/test_description/processing/
check_spectrum.py 35 # output: min value in negative side, normalized to 1.0
  /cts/tests/openglperf2/jni/primitive/fullpipeline/
FullPipelineRenderer.cpp 68 " // Multiply to get the final point in normalized screen coordinates.\n"
  /cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
camera_response.rsh 13 // The difference here is that we use a normalized model such
  /cts/tests/tests/view/src/android/view/cts/
PixelCopyViewProducerActivity.java 134 // Convert a rect in normalized 0-100 dimensions to the bounds of the actual View.
  /development/tools/apkcheck/src/com/android/apkcheck/
ApiDescrHandler.java 96 * will include a '$' (it has been normalized already).
  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
GLClientState.h 129 bool normalized; member in struct:GLClientState::__anon1654
213 void setVertexAttribState(int location, int size, GLenum type, GLboolean normalized, GLsizei stride, const void *data, bool isInt = false);
217 void setVertexAttribFormat(int location, int size, GLenum type, GLboolean normalized, GLuint reloffset, bool isInt = false);
598 *ptr = (T)(vertexAttrib.normalized);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
versionpredicate.py 40 The str() of a `VersionPredicate` provides a normalized
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/wsgiref/
util.py 111 # above, we fix it here so that PATH_INFO gets normalized to
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
patchcheck.py 73 """Make sure that the whitespace for .py files have been normalized."""
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
ieee754.h 69 * the number 0.10000 x 2 , for instance, is the same as the normalized
  /external/ImageMagick/ImageMagick/api/
quantize.html 225 <p>This value is the normalized mean quantization error for any single pixel in the image. This distance measure is normalized to a range between 0 and 1. It is independent of the range of red, green, and blue values in the image.</p>
228 <p>Thsi value is the normalized maximum quantization error for any single pixel in the image. This distance measure is normalized to a range between 0 and 1. It is independent of the range of red, green, and blue values in your image.</p>
  /external/ImageMagick/Magick++/lib/Magick++/
Statistic.h 129 // Obtain image statistics. Statistics are normalized to the range
  /external/ImageMagick/www/api/
quantize.html 229 <p>This value is the normalized mean quantization error for any single pixel in the image. This distance measure is normalized to a range between 0 and 1. It is independent of the range of red, green, and blue values in the image.</p>
232 <p>Thsi value is the normalized maximum quantization error for any single pixel in the image. This distance measure is normalized to a range between 0 and 1. It is independent of the range of red, green, and blue values in your image.</p>
quantize.php 225 <p>This value is the normalized mean quantization error for any single pixel in the image. This distance measure is normalized to a range between 0 and 1. It is independent of the range of red, green, and blue values in the image.</p>
228 <p>Thsi value is the normalized maximum quantization error for any single pixel in the image. This distance measure is normalized to a range between 0 and 1. It is independent of the range of red, green, and blue values in your image.</p>
  /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
Vector3D.java 281 /** Get a normalized vector aligned with the instance.
282 * @return a new normalized vector
294 * <p>There are an infinite number of normalized vectors orthogonal
305 * @return a new normalized vector orthogonal to the instance
  /external/apache-commons-math/src/main/java/org/apache/commons/math/ode/sampling/
DummyStepInterpolator.java 95 * @param theta normalized interpolation abscissa within the step
  /external/apache-commons-math/src/main/java/org/apache/commons/math/optimization/linear/
SimplexTableau.java 218 * @param originalConstraints original (not normalized) constraints
222 List<LinearConstraint> normalized = new ArrayList<LinearConstraint>(); local
224 normalized.add(normalize(constraint));
226 return normalized;
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
FirstMoment.java 68 * normalized by previous sample size. Retained to prevent repeated
  /external/autotest/client/site_tests/graphics_SanAngeles/src/
importgl.h 100 GLboolean normalized, GLsizei stride,

Completed in 1014 milliseconds

<<21222324252627282930>>