/device/generic/goldfish-opengl/system/GLESv2_enc/ |
GL2Encoder.h | 211 GLboolean normalized, GLsizei stride, const GLvoid * ptr); [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
codecs.c | 48 /* Convert a string to a normalized Python string: all characters are
109 /* Convert the encoding to a normalized Python string: all
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/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.
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
codecs.c | 48 /* Convert a string to a normalized Python string: all characters are
109 /* Convert the encoding to a normalized Python string: all
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
Nvme.h | 866 // Contains a normalized percentage (0 to 100%) of the remaining spare capacity available.
870 // When the Available Spare falls below the threshold indicated in this field, an asynchronous event completion may occur. The value is indicated as a normalized percentage (0 to 100%).
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
HiiFont.h | 202 normalized that some character cells
332 character display is normalized that
|
/device/linaro/bootloader/edk2/StdLib/LibC/gdtoa/ |
dtoa.c | 548 /* Check for special case that d is a normalized power of 2. */
638 * that d is a normalized power of 2.
|
gdtoa.c | 578 /* Check for special case that d is a normalized power of 2. */
656 * that d is a normalized power of 2.
|
/external/autotest/client/cros/cellular/wardmodem/ |
at_transceiver.py | 461 Returns the normalized form: 3-tuple with the last item being a tuple of 466 @return action: Sanitized action tuple. Normalized form is (string,
|
/external/deqp/external/openglcts/modules/gl/ |
gl4cVertexAttrib64BitTest.cpp | [all...] |
/external/deqp/modules/gles3/functional/ |
es3fFlushFinishTests.cpp | 505 << TestLog::Float("NormalizedWaitCoefficient", "Normalized wait coefficient", "", QP_KEY_TAG_NONE, normWaitCoef) 506 << TestLog::Float("NormalizedReadCoefficient", "Normalized read coefficient", "", QP_KEY_TAG_NONE, normReadCoef);
|
/external/deqp/modules/glshared/ |
glsVertexArrayTests.hpp | 154 virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, bool normalized, int stride) = 0; 176 virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, bool normalized, int stride);
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/calendar/ |
IBMCalendarTest.java | 682 String normalized; field in class:IBMCalendarTest.TestData 686 String data, String normalized) { 695 this.normalized = data; 696 if (normalized != null) this.normalized = normalized; 779 if (!result.equals(test.normalized)) { 782 "\n expected '" + test.normalized + "'"); [all...] |
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/calendar/ |
IBMCalendarTest.java | 679 String normalized; field in class:IBMCalendarTest.TestData 683 String data, String normalized) { 692 this.normalized = data; 693 if (normalized != null) this.normalized = normalized; 776 if (!result.equals(test.normalized)) { 779 "\n expected '" + test.normalized + "'"); [all...] |
/external/libchrome/base/metrics/ |
histogram.h | 107 // normalized up to 1) 245 // Get normalized size, relative to the ranges(i).
|
/external/libopus/silk/fixed/ |
pitch_analysis_core_FIX.c | 87 opus_int *LTPCorr_Q15, /* I/O Normalized correlation; input: value from previous frame */ 453 /* Output normalized correlation */ [all...] |
/external/libopus/silk/float/ |
pitch_analysis_core_FLP.c | 72 silk_float *LTPCorr, /* I/O Normalized correlation; input: value from previous frame */ 390 /* Output normalized correlation */
|
/external/libphonenumber/libphonenumber/src/com/google/i18n/phonenumbers/ |
AsYouTypeFormatter.java | 626 // normalized to the ASCII version. The return value is nextChar itself, or its normalized
|
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_arit.c | 921 * Normalized multiplication. 923 * There are several approaches for (using 8-bit normalized multiplication as [all...] |
lp_bld_format_soa.c | 167 if(chan_desc.normalized) 205 if (chan_desc.normalized) {
|
lp_bld_sample_soa.c | 272 /* wrap with normalized floats is just fract */ [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_format.h | 131 unsigned normalized:1; member in struct:util_format_channel_description 724 !desc->channel[chan].normalized) [all...] |
/external/mesa3d/src/gallium/drivers/ilo/core/ |
ilo_state_sampler.c | 49 * (Non-normalized Coordinate Enable) is enabled: 72 assert(!"bad non-normalized coordinate wrap mode");
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
si_state.c | [all...] |
/external/mesa3d/src/gallium/drivers/vc4/ |
vc4_program.c | 533 struct qreg normalized = ntq_scale_depth_texture(c, tex); local 556 qir_SF(c, qir_FSUB(c, compare, normalized)); 560 qir_SF(c, qir_FSUB(c, compare, normalized)); 564 qir_SF(c, qir_FSUB(c, compare, normalized)); 568 qir_SF(c, qir_FSUB(c, normalized, compare)); 572 qir_SF(c, qir_FSUB(c, compare, normalized)); 576 qir_SF(c, qir_FSUB(c, normalized, compare)); 581 depth_output = normalized; [all...] |