/prebuilts/ndk/current/platforms/android-3/arch-arm/usr/include/machine/ |
ieee.h | 63 * the number 0.10000 x 2 , for instance, is the same as the normalized
|
/prebuilts/ndk/current/platforms/android-4/arch-arm/usr/include/machine/ |
ieee.h | 63 * the number 0.10000 x 2 , for instance, is the same as the normalized
|
/prebuilts/ndk/current/platforms/android-5/arch-arm/usr/include/machine/ |
ieee.h | 63 * the number 0.10000 x 2 , for instance, is the same as the normalized
|
/prebuilts/ndk/current/platforms/android-8/arch-arm/usr/include/machine/ |
ieee.h | 63 * the number 0.10000 x 2 , for instance, is the same as the normalized
|
/prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/machine/ |
ieee.h | 63 * the number 0.10000 x 2 , for instance, is the same as the normalized
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/ |
fenv.h | 43 * to the closest normalized value.
|
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/machine/ |
ieee.h | 59 * the number 0.10000 x 2 , for instance, is the same as the normalized
|
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/machine/ |
ieee.h | 60 * the number 0.10000 x 2 , for instance, is the same as the normalized
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
versionpredicate.py | 40 The str() of a `VersionPredicate` provides a normalized
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/ |
util.py | 111 # above, we fix it here so that PATH_INFO gets normalized to
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
versionpredicate.py | 40 The str() of a `VersionPredicate` provides a normalized
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/ |
util.py | 111 # above, we fix it here so that PATH_INFO gets normalized to
|
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/ |
GLStateType.java | 41 VERTEX_ATTRIB_ARRAY_NORMALIZED("Vertex Attrib Array Normalized"),
|
/system/connectivity/shill/binder/android/system/connectivity/shill/ |
IService.aidl | 110 * is a normalized value between 0 and 100.
|
/toolchain/binutils/binutils-2.25/intl/ |
finddomain.c | 84 (5) normalized codeset
|
/cts/tests/tests/text/src/android/text/cts/ |
StaticLayoutTest.java | 630 String normalized; local 632 normalized = "NFC"; 634 normalized = "NFD"; 636 normalized = "NFKC"; 638 normalized = "NFKD"; 640 throw new IllegalStateException("Normalized form is not NFC/NFD/NFKC/NFKD"); 650 ", Normalization: " + normalized; [all...] |
/external/ImageMagick/ImageMagick/api/ |
morphology.html | 136 <dd> Gaussian:{radius},{sigma} Generate a two-dimensional gaussian kernel, as used by -gaussian. The sigma for the curve is required. The resulting kernel is normalized, </dd> 194 <dd> However this kernel is als at the heart of the FreiChen Edge Detection Process which uses a set of 9 specially weighted kernel. These 9 kernels not be normalized, but directly applied to the image. The results is then added together, to produce the intensity of an edge in a specific direction. The square root of the pixel value can then be taken as the cosine of the edge, and at least 2 such runs at 90 degrees from each other, both the direction and the strength of the edge can be determined. </dd> 425 <dd>An array of double representing the morphology kernel. Warning: kernel may be normalized for the Convolve method. </dd> 437 <p>The first argument (and any normalization flags) are passed to ScaleKernelInfo() to scale/normalize the kernel. The second argument is then passed to UnityAddKernelInfo() to add a scled unity kernel into the scaled/normalized kernel.</p> 470 <p>If either of the two 'normalize_flags' are given the kernel will first be normalized and then further scaled by the scaling factor value given.</p> 506 zero. If the kernel is normalized regardless of any flags. [all...] |
/external/ImageMagick/www/api/ |
morphology.html | 140 <dd> Gaussian:{radius},{sigma} Generate a two-dimensional gaussian kernel, as used by -gaussian. The sigma for the curve is required. The resulting kernel is normalized, </dd> 198 <dd> However this kernel is als at the heart of the FreiChen Edge Detection Process which uses a set of 9 specially weighted kernel. These 9 kernels not be normalized, but directly applied to the image. The results is then added together, to produce the intensity of an edge in a specific direction. The square root of the pixel value can then be taken as the cosine of the edge, and at least 2 such runs at 90 degrees from each other, both the direction and the strength of the edge can be determined. </dd> 429 <dd>An array of double representing the morphology kernel. Warning: kernel may be normalized for the Convolve method. </dd> 441 <p>The first argument (and any normalization flags) are passed to ScaleKernelInfo() to scale/normalize the kernel. The second argument is then passed to UnityAddKernelInfo() to add a scled unity kernel into the scaled/normalized kernel.</p> 474 <p>If either of the two 'normalize_flags' are given the kernel will first be normalized and then further scaled by the scaling factor value given.</p> 510 zero. If the kernel is normalized regardless of any flags. [all...] |
morphology.php | 136 <dd> Gaussian:{radius},{sigma} Generate a two-dimensional gaussian kernel, as used by -gaussian. The sigma for the curve is required. The resulting kernel is normalized, </dd> 194 <dd> However this kernel is als at the heart of the FreiChen Edge Detection Process which uses a set of 9 specially weighted kernel. These 9 kernels not be normalized, but directly applied to the image. The results is then added together, to produce the intensity of an edge in a specific direction. The square root of the pixel value can then be taken as the cosine of the edge, and at least 2 such runs at 90 degrees from each other, both the direction and the strength of the edge can be determined. </dd> 425 <dd>An array of double representing the morphology kernel. Warning: kernel may be normalized for the Convolve method. </dd> 437 <p>The first argument (and any normalization flags) are passed to ScaleKernelInfo() to scale/normalize the kernel. The second argument is then passed to UnityAddKernelInfo() to add a scled unity kernel into the scaled/normalized kernel.</p> 470 <p>If either of the two 'normalize_flags' are given the kernel will first be normalized and then further scaled by the scaling factor value given.</p> 506 zero. If the kernel is normalized regardless of any flags. [all...] |
/frameworks/base/core/java/android/text/format/ |
Time.java | 241 * <p>This method can return incorrect results if the date / time cannot be normalized. 255 * the other fields. Requires that it be normalized for MONTH_DAY and 758 * this method returns, all the fields are normalized. 880 * object must already be normalized because this method uses the [all...] |
/packages/apps/UnifiedEmail/src/com/android/mail/utils/ |
Utils.java | 706 * <p>A normalized MIME type has white-space trimmed, 716 * be normalized before they are used to create an Intent. 719 * @return normalized MIME data type, or null if the input was null 740 * Return a normalized representation of this Uri. 742 * <p>A normalized Uri has a lowercase scheme component. 751 * be normalized before they are used to create an Intent. 758 * @return normalized Uri (never null) [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
ECPoint.java | 121 * Returns the affine x-coordinate after checking that this point is normalized. 124 * @throws IllegalStateException if the point is not normalized 133 * Returns the affine y-coordinate after checking that this point is normalized 136 * @throws IllegalStateException if the point is not normalized 150 * normalized. 165 * normalized. 228 * @return a new ECPoint instance representing the same point, but with normalized coordinates 357 // Points with null curve are in affine form, so already normalized 373 // TODO Consider just requiring already normalized, to avoid silent performance degradation 409 // TODO Consider just requiring already normalized, to avoid silent performance degradatio [all...] |
/external/deqp/framework/opengl/ |
gluTextureUtil.cpp | 396 static tcu::TextureFormat::ChannelType mapGLChannelType (deUint32 dataType, bool normalized) 398 // \note Normalized bit is ignored where it doesn't apply. 403 case GL_UNSIGNED_BYTE: return normalized ? TextureFormat::UNORM_INT8 : TextureFormat::UNSIGNED_INT8; 404 case GL_BYTE: return normalized ? TextureFormat::SNORM_INT8 : TextureFormat::SIGNED_INT8; 405 case GL_UNSIGNED_SHORT: return normalized ? TextureFormat::UNORM_INT16 : TextureFormat::UNSIGNED_INT16; 406 case GL_SHORT: return normalized ? TextureFormat::SNORM_INT16 : TextureFormat::SIGNED_INT16; 407 case GL_UNSIGNED_INT: return normalized ? TextureFormat::UNORM_INT32 : TextureFormat::UNSIGNED_INT32; 408 case GL_INT: return normalized ? TextureFormat::SNORM_INT32 : TextureFormat::SIGNED_INT32; 414 case GL_UNSIGNED_INT_2_10_10_10_REV: return normalized ? TextureFormat::UNORM_INT_1010102_REV : TextureFormat::UNSIGNED_INT_1010102_REV; [all...] |
/external/ImageMagick/MagickWand/ |
pixel-wand.c | 517 % PixelGetAlpha() returns the normalized alpha value of the pixel wand. 581 % PixelGetBlack() returns the normalized black color of the pixel wand. 645 % PixelGetBlue() returns the normalized blue color of the pixel wand. 750 % PixelGetColorAsNormalizedString() returns the normalized color of the pixel 827 % PixelGetCyan() returns the normalized cyan color of the pixel wand. [all...] |
/external/opencv3/3rdparty/openexr/Imath/ |
ImathVec.h | 216 // and v.normalized() produce a null vector; v.normalizeExc() and 230 Vec2<T> normalized () const; // does not modify *this 428 // and v.normalized() produce a null vector; v.normalizeExc() and 442 Vec3<T> normalized () const; // does not modify *this 610 // and v.normalized() produce a null vector; v.normalizeExc() and 624 Vec4<T> normalized () const; // does not modify *this 719 Vec2<short>::normalized () const; 743 Vec2<int>::normalized () const; 767 Vec3<short>::normalized () const; 791 Vec3<int>::normalized () const 1236 Vec2<T>::normalized () const function in class:Imath::Vec2 1730 Vec3<T>::normalized () const function in class:Imath::Vec3 2137 Vec4<T>::normalized () const function in class:Imath::Vec4 [all...] |