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

<<41424344454647484950>>

  /packages/apps/Messaging/src/com/android/messaging/util/
PhoneUtils.java 220 * Get the set of self phone numbers, all normalized
222 * @return the set of normalized self phone numbers
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/distutils/
msvccompiler.py 190 """Return a list of normalized paths with duplicates removed.
194 # Paths are normalized so things like: /a and /a/ aren't both preserved.
  /prebuilts/gdb/linux-x86/lib/python2.7/distutils/
msvccompiler.py 190 """Return a list of normalized paths with duplicates removed.
194 # Paths are normalized so things like: /a and /a/ aren't both preserved.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py 190 """Return a list of normalized paths with duplicates removed.
194 # Paths are normalized so things like: /a and /a/ aren't both preserved.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
msvccompiler.py 190 """Return a list of normalized paths with duplicates removed.
194 # Paths are normalized so things like: /a and /a/ aren't both preserved.
  /toolchain/binutils/binutils-2.27/gas/config/
atof-ieee.c 536 to the smallest normalized number. */
556 generate the smallest normalized number. */
  /external/ImageMagick/MagickCore/
compare.c     [all...]
morphology.c 591 % normalized,
727 % kernels not be normalized, but directly applied to the image. The
    [all...]
colorspace.c 105 % weights are rescaled to normalized the range of the transformed values to
779 I and Q, normally -0.5 through 0.5, are normalized to the range 0
811 Cb and Cr, normally -0.5 through 0.5, are normalized to the range 0
843 Cb and Cr, normally -0.5 through 0.5, are normalized to the range 0
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/geometry/
Rotation.java 116 * <p>A rotation can be built from a <em>normalized</em> quaternion,
119 * q<sub>3</sub><sup>2</sup> = 1. If the quaternion is not normalized,
130 * not to be normalized, a normalization preprocessing step is performed
547 /** Get the normalized axis of the rotation.
548 * @return normalized axis of the rotation
    [all...]
  /external/icu/icu4c/source/i18n/
gregocal.cpp 330 // cutover computations. These are the normalized cutover, which is the
332 // normalized cutover is in pure date milliseconds; it contains no time
    [all...]
  /external/llvm/lib/Support/
Triple.cpp 869 // Stick the corrected components back together to form the normalized string.
870 std::string Normalized;
872 if (i) Normalized += '-';
873 Normalized += Components[i];
875 return Normalized;
    [all...]
  /external/swiftshader/third_party/llvm-subzero/lib/Support/
Triple.cpp 894 // Stick the corrected components back together to form the normalized string.
895 std::string Normalized;
897 if (i) Normalized += '-';
898 Normalized += Components[i];
900 return Normalized;
    [all...]
  /external/tensorflow/tensorflow/contrib/layers/python/layers/
layers.py 224 center: If True, add offset of `beta` to normalized tensor. If False,
490 center: If True, add offset of `beta` to normalized tensor. If False, `beta`
542 normalized values (before gamma and beta), only during training. For
547 will scale the normalized value by up to 7% up or down, then shift the
    [all...]
  /external/v8/src/s390/
constants-s390.h     [all...]
  /libcore/ojluni/src/main/java/java/net/
URI.java 179 * normalized. The result, for example, of resolving
210 * against the relative base URI (1) yields the normalized, but still relative,
218 * two normalized URIs <i>u</i> and&nbsp;<i>v</i>,
    [all...]
  /toolchain/binutils/binutils-2.27/opcodes/
s390-opc.txt 5 6a ad RX_FRRD "add normalized (long)" g5 esa,zarch
6 2a adr RR_FF "add normalized (long)" g5 esa,zarch
7 7a ae RX_FRRD "add normalized (short)" g5 esa,zarch
8 3a aer RR_FF "add normalized (short)" g5 esa,zarch
18 36 axr RR_FEFE "add normalized" g5 esa,zarch
172 6b sd RX_FRRD "subtract normalized (long)" g5 esa,zarch
173 2b sdr RR_FF "subtract normalized (long)" g5 esa,zarch
174 7b se RX_FRRD "subtract normalized (short)" g5 esa,zarch
175 3b ser RR_FF "subtract normalized (short)" g5 esa,zarch
229 37 sxr RR_FEFE "subtract normalized (ext.)" g5 esa,zarc
    [all...]
  /external/mesa3d/include/GL/
glext.h     [all...]
  /external/swiftshader/include/GL/
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
glext.h     [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cDirectStateAccessVertexArraysTests.cpp     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_io.py     [all...]
  /external/swiftshader/src/D3D9/
Direct3D9.cpp     [all...]
  /libcore/ojluni/src/main/java/java/util/
JapaneseImperialCalendar.java 521 * amount so that all the calendar fields are normalized. If there
    [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
GL2Encoder.cpp 594 void GL2Encoder::s_glVertexAttribPointer(void *self, GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * ptr)
607 ctx->m_state->setVertexAttribFormat(indx, size, type, normalized, 0, false);
625 ctx->glVertexAttribPointerOffset(ctx, indx, size, type, normalized, stride, (uintptr_t)ptr);
    [all...]

Completed in 3562 milliseconds

<<41424344454647484950>>