HomeSort by relevance Sort by last modified time
    Searched full:normalized (Results 201 - 225 of 707) sorted by null

1 2 3 4 5 6 7 891011>>

  /development/ndk/platforms/android-9/arch-x86/include/machine/
ieee.h 60 * the number 0.10000 x 2 , for instance, is the same as the normalized
  /development/tools/apkcheck/src/com/android/apkcheck/
ApiDescrHandler.java 96 * will include a '$' (it has been normalized already).
  /development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
GLEScontext.h 180 virtual void setupArr(const GLvoid* arr,GLenum arrayType,GLenum dataType,GLint size,GLsizei stride, GLboolean normalized, int pointsIndex = -1) = 0 ;
  /development/tools/emulator/opengl/system/GLESv2_enc/
GL2Encoder.cpp 180 void GL2Encoder::s_glVertexAtrribPointer(void *self, GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid * ptr)
184 ctx->m_state->setState(indx, size, type, normalized, stride, ptr);
313 this->glVertexAttribPointerData(this, i, state->size, state->type, state->normalized, state->stride,
317 this->glVertexAttribPointerOffset(this, i, state->size, state->type, state->normalized, state->stride,
GL2Encoder.h 102 GLboolean normalized, GLsizei stride, const GLvoid * ptr);
  /external/bison/tests/
synclines.at 25 # normalized output. Ignore the exit status, since some compilers
  /external/chromium/chrome/browser/history/
query_parser.h 6 // search into more normalized queries can be passed to the SQLite backend.
  /external/e2fsprogs/intl/
finddomain.c 81 (5) normalized codeset
  /external/icu4c/i18n/unicode/
bmsearch.h 97 * 3) In some cases, searching for a pattern that needs to be normalized and ends
  /external/iproute2/netem/
maketable.c 73 /* Create a (normalized) distribution table from a set of observed
  /external/kernel-headers/original/linux/
time.h 74 * sub = lhs - rhs, in normalized form
  /external/llvm/test/CodeGen/X86/
lsr-normalization.ll 6 ; loop. The expression should be properly normalized and simplified,
  /external/mesa3d/docs/
relnotes-6.5.1.html 79 <li>'normalized' parameter to glVertexAttribPointerARB didn't work
  /external/skia/gpu/include/
GrSamplerState.h 61 * normalized such that 1 is the second radius - first radius.
  /external/skia/gpu/src/
GrGLProgram.h 240 // width and height used for normalized texel size
  /external/v8/test/mjsunit/
in.js 96 // Check dictionary ("normalized") objects
  /external/webkit/LayoutTests/dom/xhtml/level3/core/
canonicalform08.js 82 Normalize document based on section 3.1 with canonical-form set to true and check normalized document.
  /external/webkit/Source/WebCore/platform/graphics/
FloatRect.h 154 FloatRect normalized() const;
  /external/webkit/Source/WebKit2/WebProcess/WebPage/mac/
AccessibilityWebPageObject.mm 164 // Hit-test point comes in as bottom-screen coordinates. Needs to be normalized to the frame of the web page.
  /external/webkit/Tools/Scripts/webkitpy/style/
main.py 51 normalized paths relative to the checkout root. Otherwise, the
  /frameworks/base/core/jni/
Time.cpp 49 // This requires that object be normalized.
  /frameworks/base/libs/rs/driver/
rsdMeshObj.cpp 118 mAttribs[userNum].normalized = c.getType() != RS_TYPE_FLOAT_32;//c.getIsNormalized();
  /frameworks/base/media/libstagefright/codecs/amrnb/common/src/
log2_norm.cpp 91 L_x = normalized input value of type Word32
114 The function Log2(L_x) calculates the logarithm of the normalized input
138 Word32 L_x, // (i) : input value (normalized)
197 Word32 L_x, /* (i) : input value (normalized) */
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
Dot_p_neon.s 18 @Word32 Dot_product12( /* (o) Q31: normalized result (1 < val <= -1) */
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/
oper_32b.c 173 * 16 bit positive normalized integer whose value falls in the *

Completed in 1841 milliseconds

1 2 3 4 5 6 7 891011>>