/external/mesa3d/src/mesa/vbo/ |
vbo_split_copy.c | 532 dst->Normalized = src->Normalized;
|
/external/opencv/cv/src/ |
cvlinefit.cpp | 336 parameters A, B, C, D, where (A, B) is the normalized direction vector, 484 parameters A, B, C, D, E, F, where (A, B, C) is the normalized direction vector,
|
/external/owasp/sanitizer/distrib/javadoc/org/owasp/html/ |
HtmlSanitizer.Policy.html | 186 <DT><B>Parameters:</B><DD><CODE>elementName</CODE> - a normalized (lower-case for non-namespaced names) 209 <DT><B>Parameters:</B><DD><CODE>elementName</CODE> - a normalized (lower-case for non-namespaced names)
|
/external/python/cpython2/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.
|
/external/python/cpython2/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
|
/external/python/cpython3/Lib/distutils/ |
msvccompiler.py | 186 """Return a list of normalized paths with duplicates removed. 190 # Paths are normalized so things like: /a and /a/ aren't both preserved.
|
/external/skia/src/gpu/gl/ |
GrGLTestInterface.h | 183 virtual GrGLvoid vertexAttribPointer(GrGLuint indx, GrGLint size, GrGLenum type, GrGLboolean normalized, GrGLsizei stride, const GrGLvoid* ptr) {} 308 virtual GrGLvoid vertexArrayVertexAttribOffset(GrGLuint vaobj, GrGLuint buffer, GrGLuint index, GrGLint size, GrGLenum type, GrGLboolean normalized, GrGLsizei stride, GrGLintptr offset) {} [all...] |
/external/skqp/include/gpu/gl/ |
GrGLFunctions.h | 192 typedef GrGLvoid (* GrGLVertexAttribPointerProc)(GrGLuint indx, GrGLint size, GrGLenum type, GrGLboolean normalized, GrGLsizei stride, const GrGLvoid* ptr); [all...] |
/external/skqp/src/gpu/gl/ |
GrGLTestInterface.h | 183 virtual GrGLvoid vertexAttribPointer(GrGLuint indx, GrGLint size, GrGLenum type, GrGLboolean normalized, GrGLsizei stride, const GrGLvoid* ptr) {} 308 virtual GrGLvoid vertexArrayVertexAttribOffset(GrGLuint vaobj, GrGLuint buffer, GrGLuint index, GrGLint size, GrGLenum type, GrGLboolean normalized, GrGLsizei stride, GrGLintptr offset) {} [all...] |
/external/speex/libspeex/ |
ltp.c | 182 arrays for (normalized) 16-bit values */ 193 /* In floating-point, we need to float arrays and no normalized copies */
|
/external/tensorflow/tensorflow/contrib/linear_optimizer/python/ops/ |
sdca_ops.py | 205 """Computes the (un-normalized) l1 loss of the model.""" 218 """Computes the (un-normalized) l2 loss of the model."""
|
/external/tensorflow/tensorflow/docs_src/tutorials/ |
image_recognition.md | 184 string output_name = "normalized"; 362 // Get the image from disk as a float array of numbers, resized and normalized
|
/external/vixl/test/aarch64/ |
test-simulator-inputs-aarch64.h | 108 /* - The smallest normalized float. */ \ 111 /* For normalized numbers, bit 29 (0x0000000020000000) is the */ \ [all...] |
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/ |
div_32.cpp | 93 L_denom_hi = 16 bit positive normalized integer whose value falls in 118 combining denom_hi and denom_lo. Note that denom_hi is a normalized numbers.
|
sqrt_l.cpp | 168 L_x = L_shl (L_x, e); // L_x is normalized to [0.25..1) 240 L_x = L_shl(L_x, e, pOverflow); /* L_x is normalized to [0.25..1) */
|
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
isp_isf.cpp | 47 int16 isf[], (i) Q15 : isf[m] normalized (range: 0.0<=val<=0.5) 149 int16 isf[], /* (i) Q15 : isf[m] normalized (range: 0.0<=val<=0.5) */
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/ |
acelp.h | 75 Word16 isf[], /* (o) Q15 : isf[m] normalized (range: 0.0<=val<=0.5) */ 80 Word16 isf[], /* (i) Q15 : isf[m] normalized (range: 0.0<=val<=0.5) */
|
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
SurfaceTextureRenderer.java | 329 /*normalized*/ false, TRIANGLE_VERTICES_DATA_STRIDE_BYTES, triangleVertices); 336 /*normalized*/ false, TRIANGLE_VERTICES_DATA_STRIDE_BYTES, triangleVertices); [all...] |
/frameworks/base/core/java/android/speech/tts/ |
TtsEngines.java | 75 /** Mapping of various language strings to the normalized Locale form */ 78 /** Mapping of various country strings to the normalized Locale form */
|
/frameworks/base/core/tests/coretests/src/android/text/format/ |
TimeTest.java | 410 // The time should be normalized to UTC 418 // The time should be normalized to UTC
|
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/ |
PageAdapter.java | 673 // Reminder that ranges are always normalized. 711 // Reminder that ranges are always normalized.
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
ProgramCache.cpp | 197 // both normalized to [0, 1]. 458 // both normalized to [0, 1]
|
/frameworks/support/room/runtime/src/main/java/androidx/room/util/ |
TableInfo.java | 320 * The column type after it is normalized to one of the basic types according to 359 * @return The normalized type which is one of the 5 known affinities
|
/libcore/ojluni/src/test/java/time/tck/java/time/ |
TCKPeriod.java | [all...] |
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
ParticipantRefresh.java | 509 // The normalized destination can be "" for the self id if we can't get it from the 601 // Self participants can refresh their normalized phone numbers
|