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

1 2 34 5 6 7 8 91011>>

  /frameworks/base/opengl/libs/GLES2_dbg/src/
header.h 104 GLboolean normalized : 1; member in struct:android::DbgContext::VertexAttrib
107 buffer(0), normalized(0), enabled(0) {}
145 GLboolean normalized, GLsizei stride, const GLvoid* ptr);
  /frameworks/compile/slang/
slang_rs_export_element.cpp 42 EI->normalized = _norm; \
87 EI->normalized);
103 EI->normalized);
  /libcore/luni/src/main/java/org/xml/sax/ext/
DeclHandler.java 56 * by an occurrence indicator. The model will be normalized so
64 * @param model The content model as a normalized string.
83 * appropriately normalized and with entity and character
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
float.h 60 /* Minimum int x such that FLT_RADIX**(x-1) is a normalized float, emin */
69 range of normalized floating-point numbers,
120 /* Minimum normalized positive floating-point number, b**(emin - 1). */
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
float.h 60 /* Minimum int x such that FLT_RADIX**(x-1) is a normalized float, emin */
69 range of normalized floating-point numbers,
120 /* Minimum normalized positive floating-point number, b**(emin - 1). */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
float.h 60 /* Minimum int x such that FLT_RADIX**(x-1) is a normalized float, emin */
69 range of normalized floating-point numbers,
120 /* Minimum normalized positive floating-point number, b**(emin - 1). */
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
float.h 60 /* Minimum int x such that FLT_RADIX**(x-1) is a normalized float, emin */
69 range of normalized floating-point numbers,
120 /* Minimum normalized positive floating-point number, b**(emin - 1). */
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
float.h 60 /* Minimum int x such that FLT_RADIX**(x-1) is a normalized float, emin */
69 range of normalized floating-point numbers,
120 /* Minimum normalized positive floating-point number, b**(emin - 1). */
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/
float.h 60 /* Minimum int x such that FLT_RADIX**(x-1) is a normalized float, emin */
69 range of normalized floating-point numbers,
120 /* Minimum normalized positive floating-point number, b**(emin - 1). */
  /external/freetype/src/truetype/
ttgxvar.c 484 /* tuple_coords :: The coordinates of the tuple in normalized axis */
838 /* Set the blend (normalized) coordinates for this instance of the */
996 FT_Fixed* normalized = NULL; local
    [all...]
ttgxvar.h 77 /* normalizedcoords :: A normalized value (between [-1,1]) indicating */
  /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...]
  /external/webrtc/src/common_audio/signal_processing_library/main/source/
resample_fractional.c 40 // input: WebRtc_Word32 (normalized, not saturated) :: size 3 * K
86 // input: WebRtc_Word32 (normalized, not saturated) :: size 4 * K
195 // input: WebRtc_Word32 (normalized, not saturated) :: size 11 * K
  /libcore/luni/src/main/java/java/lang/
HexStringParser.java 277 * Returns the normalized significand after removing the leading zeros.
289 * Calculates the offset between the normalized number and unnormalized
290 * number. In a normalized representation, significand is represented by the
  /cts/apps/CtsVerifier/include/colorchecker/
colorchecker.h 30 * channel, linearized by an inverse gamma transform and normalized
  /development/tools/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmContext.h 58 void setupArr(const GLvoid* arr,GLenum arrayType,GLenum dataType,GLint size,GLsizei stride,GLboolean normalized, int pointsIndex = -1);
  /external/chromium/base/i18n/
icu_string_conversions.h 68 // normalized.
  /external/chromium/chrome/browser/
enumerate_modules_model_win.h 87 // Whether this module has been normalized (necessary before checking it
89 bool normalized; member in struct:ModuleEnumerator::Module
106 // struct. Module information needs to be normalized before comparing against
281 // The vector containing all the modules enumerated. Will be normalized and
  /external/kernel-headers/original/linux/
hdsmart.h 30 unsigned char normalized; member in struct:ata_smart_attribute_s
  /external/v8/test/mjsunit/
object-literal-gc.js 32 // normalized object literals correctly.
  /external/webkit/Source/WebCore/platform/audio/
Cone.cpp 50 // Normalized source-listener vector
  /external/webkit/Source/WebCore/webaudio/
BiquadDSPKernel.cpp 46 // Convert from Hertz to normalized frequency 0 -> 1.
  /frameworks/base/core/tests/coretests/src/android/os/storage/
StorageManagerBaseTest.java 142 * This is not the mount path, but the normalized path to the actual OBB file
202 * The normalized, official path to the OBB file (according to the system)
302 * @return A {@link String} representing the normalized path to OBB file that was mounted
312 * @return A {@link String} representing the normalized path to OBB file that was mounted
382 * @return A {@link String} representing the actual normalized path to OBB file that was
558 * @param filePath The full normalized path to the OBB file
587 * @param filePath The normalized path to the already-mounted OBB file
604 * @param filePath The normalized path to the already-mounted OBB file
620 * @param filePath The normalized path to the already-mounted OBB file
  /frameworks/base/libs/rs/
rsProgram.h 38 // Texture lookups go though a sampler which in effect converts normalized
  /frameworks/base/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
Dot_p_opt.s 17 @Word32 Dot_product12( /* (o) Q31: normalized result (1 < val <= -1) */

Completed in 2319 milliseconds

1 2 34 5 6 7 8 91011>>