/prebuilts/gdb/linux-x86/lib/python2.7/encodings/ |
__init__.py | 6 Codec modules must have names corresponding to normalized encoding 22 Alias names returned by getaliases() must be normalized encoding 80 # First try to find an alias for the normalized encoding
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/encodings/ |
__init__.py | 6 Codec modules must have names corresponding to normalized encoding 22 Alias names returned by getaliases() must be normalized encoding 80 # First try to find an alias for the normalized encoding
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/encodings/ |
__init__.py | 6 Codec modules must have names corresponding to normalized encoding 22 Alias names returned by getaliases() must be normalized encoding 80 # First try to find an alias for the normalized encoding
|
/external/ImageMagick/www/api/ |
compare.php | 182 <p>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> 185 <p>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> 187 <p>A small normalized mean square error, accessed as image->normalized_mean_error, suggests the images are very similar in spatial layout and color.</p>
|
/external/deqp/framework/delibs/debase/ |
deInt32.c | 152 deUint32 normalized = (deUint32)a << shift; /* Highest bit is always 1. */ local 153 int lookupNdx = (normalized >> (31 - RCP_LUT_BITS)) & ((1<<RCP_LUT_BITS)-1); /* Discard high bit, leave 8 next highest bits to lowest bits of normalized. */ 165 tmp = deSafeMuluAsr32(result, normalized, 31); 169 tmp = deSafeMuluAsr32(result, normalized, 31);
|
/external/llvm/lib/Analysis/ |
ScalarEvolutionNormalization.cpp | 10 // This file implements utilities for working with "normalized" expressions. 123 // We only allow affine AddRecs to be normalized, otherwise we would not 126 // Normalized form: {-2,+,1,+,2} 156 // NORMALIZED ISE: 244 /// post-inc form (either "Normalized" or "Denormalized").
|
/external/mesa3d/src/gallium/drivers/vc4/ |
vc4_nir_lower_io.c | 107 if (chan->normalized) { 121 if (chan->normalized) { 134 if (chan->normalized) { 150 if (chan->normalized) { 158 if (chan->normalized) {
|
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
SPIRVValue.h | 309 Normalized(TheNormalized), FilterMode(TheFilterMode){ 314 Normalized(SPIRVWORD_MAX), FilterMode(SPIRVSFM_Invalid){} 325 return Normalized; 332 SPIRVWord Normalized; 340 _SPIRV_DEF_ENCDEC5(Type, Id, AddrMode, Normalized, FilterMode)
|
/external/tensorflow/tensorflow/go/ |
example_inception_inference_test.go | 66 // - Creates and executes a Session to obtain a Tensor in this normalized form. 170 normalized, err := session.Run( 177 return normalized[0], nil 181 // specific normalized format (a particular image size, shape of the input tensor, 182 // normalized pixel values etc.).
|
/hardware/interfaces/graphics/common/1.1/ |
types.hal | 33 * The component values are unsigned normalized to the range [0, 1], whose 42 * The component values are unsigned normalized to the range [0, 1], whose 51 * The depth component values are unsigned normalized to the range [0, 1], 106 * The component values are unsigned normalized to the range [0, 1], whose 193 * Inverse Gamma Correction (IGC): V represents normalized (with [0 to 1]
|
/libcore/ojluni/src/main/java/java/io/ |
UnixFileSystem.java | 67 char[] normalized = pathname.toCharArray(); local 71 char current = normalized[i]; 74 normalized[index++] = current; 85 return (index != n) ? new String(normalized, 0, index) : pathname; 93 // Invariant: Both |parent| and |child| are normalized paths.
|
/libcore/tools/docs/crypto/ |
update_crypto_support.py | 75 """Returns the first element in seq with the given normalized name.""" 88 """Returns a normalized version of the given algorithm name.""" 128 The returned algorithms will have their names normalized. 131 A dict of categories to lists of normalized algorithm names and a 132 dict of normalized algorithm names to original algorithm names.
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/ |
AbstractFakeFileSystem.java | 322 * @return the normalized path resulting from concatenating path1 to path2
372 String normalized = normalize(path);
local 373 int separatorIndex = normalized.lastIndexOf(this.getSeparator());
374 return (separatorIndex == -1) ? normalized : normalized.substring(separatorIndex + 1);
430 * Return the normalized and unique key used to access the file system entry
433 * @return the corresponding normalized key
440 * Return the standard, normalized form of the path.
465 * @param toPath - the TO path (normalized)
495 * Return the components of the specified path as a List. The components are normalized, and [all...] |
/external/tensorflow/tensorflow/python/layers/ |
normalization.py | 56 normalized, typically the features axis/axes. For instance, after a 58 list of axes is provided, each axis in `axis` will be normalized 65 center: If True, add offset of `beta` to normalized tensor. If False, `beta` 105 normalized separately (with shared gamma, beta, and moving statistics). 109 normalized values (before gamma and beta), only during training. For 114 will scale the normalized value by up to 7% up or down, then shift the 578 # When training, the normalized values (say, x) will be transformed as 684 axis: An `int`, the axis that should be normalized (typically the features 689 center: If True, add offset of `beta` to normalized tensor. If False, `beta` 710 (normalized with statistics of the current batch) or in inference mod [all...] |
normalization_test.py | 333 # Verify that the axis is normalized during training. 350 # Verify that the axis is normalized during inference. 373 # Verify that the axis is normalized during training. 390 # Verify that the axis is normalized during inference. 414 # Verify that the axis is normalized during training. 431 # Verify that the axis is normalized during inference. 454 # Verify that the axis is normalized during training. 471 # Verify that the axis is normalized during inference. 494 # Verify that the axis is normalized during training. 511 # Verify that the axis is normalized during inference [all...] |
/external/ImageMagick/ImageMagick/script/ |
quantize.html | 152 <p>Empirical evidence suggests that the distances in color spaces such as YUV, or YIQ correspond to perceptual color differences more closely than do distances in RGB space. These color spaces may give better results when color reducing an image. Here the algorithm is as described except each pixel is a point in the alternate color space. For convenience, the color components are normalized to the range 0 to a maximum value, <var>Cmax</var>. The color reduction can then proceed as described.</p> 158 <p>To measure the difference between the original and color reduced images (the total color reduction error), ImageMagick sums over all pixels in an image the distance squared in RGB space between each original pixel value and its color reduced value. ImageMagick prints several error measurements including the mean error per pixel, the normalized mean error, and the normalized maximum error.</p> 160 <p>The normalized error measurement can be used to compare images. In general, the closer the mean error is to zero the more the quantized image resembles the source image. Ideally, the error should be perceptually-based, since the human eye is the final judge of quantization quality.</p> 171 <td>normalized mean square error</td> 172 <td>is the normalized mean square 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.</td> 175 <td>normalized maximum square error</td> 176 <td>is the largest normalized square quantization error for any single pixel in the image. This distance measure is normalized to a range between of red, green, and blue values in the image.</td [all...] |
/external/ImageMagick/www/ |
quantize.html | 156 <p>Empirical evidence suggests that the distances in color spaces such as YUV, or YIQ correspond to perceptual color differences more closely than do distances in RGB space. These color spaces may give better results when color reducing an image. Here the algorithm is as described except each pixel is a point in the alternate color space. For convenience, the color components are normalized to the range 0 to a maximum value, <var>Cmax</var>. The color reduction can then proceed as described.</p> 162 <p>To measure the difference between the original and color reduced images (the total color reduction error), ImageMagick sums over all pixels in an image the distance squared in RGB space between each original pixel value and its color reduced value. ImageMagick prints several error measurements including the mean error per pixel, the normalized mean error, and the normalized maximum error.</p> 164 <p>The normalized error measurement can be used to compare images. In general, the closer the mean error is to zero the more the quantized image resembles the source image. Ideally, the error should be perceptually-based, since the human eye is the final judge of quantization quality.</p> 175 <td>normalized mean square error</td> 176 <td>is the normalized mean square 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.</td> 179 <td>normalized maximum square error</td> 180 <td>is the largest normalized square quantization error for any single pixel in the image. This distance measure is normalized to a range between of red, green, and blue values in the image.</td [all...] |
/external/icu/android_icu4j/src/main/java/android/icu/impl/ |
LocaleIDParser.java | 193 * Advance index past language, and accumulate normalized language code in buffer. 234 * Advance index past script, and accumulate normalized script in buffer. 297 * Advance index past country, and accumulate normalized country in buffer. 371 * Advance index past variant, and accumulate normalized variant in buffer. This ignores 448 * Returns the normalized language id, or the empty string. 456 * Returns the normalized script id, or the empty string. 465 * return the normalized country id, or the empty string. 475 * Returns the normalized variant id, or the empty string. 521 * Returns the normalized base form of the locale id. The base 533 * Returns the normalized full form of the locale id. The ful [all...] |
/external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base/src/com/ibm/icu/impl/ |
LocaleIDParser.java | 191 * Advance index past language, and accumulate normalized language code in buffer. 232 * Advance index past script, and accumulate normalized script in buffer. 295 * Advance index past country, and accumulate normalized country in buffer. 369 * Advance index past variant, and accumulate normalized variant in buffer. This ignores 446 * Returns the normalized language id, or the empty string. 454 * Returns the normalized script id, or the empty string. 463 * return the normalized country id, or the empty string. 473 * Returns the normalized variant id, or the empty string. 519 * Returns the normalized base form of the locale id. The base 531 * Returns the normalized full form of the locale id. The ful [all...] |
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
LocaleIDParser.java | 191 * Advance index past language, and accumulate normalized language code in buffer. 232 * Advance index past script, and accumulate normalized script in buffer. 295 * Advance index past country, and accumulate normalized country in buffer. 369 * Advance index past variant, and accumulate normalized variant in buffer. This ignores 446 * Returns the normalized language id, or the empty string. 454 * Returns the normalized script id, or the empty string. 463 * return the normalized country id, or the empty string. 473 * Returns the normalized variant id, or the empty string. 519 * Returns the normalized base form of the locale id. The base 531 * Returns the normalized full form of the locale id. The ful [all...] |
/external/eigen/Eigen/src/Geometry/ |
Quaternion.h | 123 * \sa normalized(), MatrixBase::normalize() */ 125 /** \returns a normalized copy of \c *this 126 * \sa normalize(), MatrixBase::normalized() */ 127 EIGEN_DEVICE_FUNC inline Quaternion<Scalar> normalized() const { return Quaternion<Scalar>(coeffs().normalized()); } function in class:Eigen::QuaternionBase 207 * \warning Operations interpreting the quaternion as rotation have undefined behavior if the quaternion is not normalized. 527 * be normalized, otherwise the result is undefined. 572 * Note that the two input vectors do \b not have to be normalized, and 580 Vector3 v0 = a.normalized(); 581 Vector3 v1 = b.normalized(); [all...] |
/external/opencv/cv/src/ |
cvderiv.cpp | 363 normalized = basic_laplacian = false; 370 normalized = basic_laplacian = false; 410 normalized = _normalized; 556 bool normalized = state->is_normalized(); local 565 if( basic_laplacian || !normalized ) 567 normalized = false; 588 else if( !normalized ) 611 if( !normalized ) 635 if( !normalized ) 698 bool normalized = state->is_normalized() local [all...] |
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
ParameterUtils.java | 46 /** Upper/left minimal point of a normalized rectangle */ 48 /** Lower/right maximal point of a normalized rectangle */ 50 /** The default normalized rectangle spans the entire size of the preview viewport */ 56 /** The default normalized area uses the default normalized rectangle with a weight=1 */ 691 * Get the largest possible zoom ratio (normalized to {@code 1.0f} and higher) 697 * @return normalized max zoom ratio, at least {@code 1.0f} 782 * Calculate the actual/effective/reported normalized rectangle data from a metering [all...] |
/external/mesa3d/src/gallium/auxiliary/translate/ |
translate_sse.c | 553 if (input_desc->channel[0].normalized) { 603 if (input_desc->channel[0].normalized) { 731 && output_desc->channel[0].normalized == 732 input_desc->channel[0].normalized && 765 if (input_desc->channel[0].normalized) { 774 if (input_desc->channel[0].normalized) { 797 if (output_desc->channel[0].normalized) 912 v = output_desc->channel[0].normalized ? 0xff : 1; 915 v = output_desc->channel[0].normalized ? 0x7f : 1; 934 v = output_desc->channel[1].normalized ? 0xffff : 1 [all...] |
/external/deqp/modules/gles3/functional/ |
es3fVertexArrayObjectTests.cpp | 66 GLboolean normalized; member in struct:deqp::gles3::Functional::__anon18588::Attribute 92 , normalized (GL_FALSE) 209 << "\tGL_VERTEX_ATTRIB_ARRAY_NORMALIZED : " << (state.attributes[attribNdx].normalized ? "GL_TRUE" : "GL_FALSE") << "\n" 452 else if (state.attributes[attribNdx].type != GL_FLOAT && !state.attributes[attribNdx].normalized) 503 if (state.attributes[0].normalized || state.attributes[0].type == GL_FLOAT) 561 GLU_CHECK_CALL(glVertexAttribPointer(attribNdx, state.attributes[attribNdx].size, state.attributes[attribNdx].type, state.attributes[attribNdx].normalized, state.attributes[attribNdx].stride, (const GLvoid*)((GLintptr)state.attributes[attribNdx].offset))); 727 << "\tGL_VERTEX_ATTRIB_ARRAY_NORMALIZED : " << (state.attributes[attribNdx].normalized ? "GL_TRUE" : "GL_FALSE") << "\n" 767 m_spec.state.attributes[attribNdx].normalized = m_random.getBool(); 785 m_spec.vao.attributes[attribNdx].normalized = m_random.getBool(); 1028 else if (state.attributes[attribNdx].type != GL_FLOAT && !state.attributes[attribNdx].normalized) [all...] |