Searched refs:normalized (Results 126 - 150 of 268) sorted by relevance

1234567891011

/external/chromium_org/third_party/expat/files/lib/
H A Dxmltok.h122 char normalized; member in struct:__anon11787
/external/chromium_org/third_party/icu/source/i18n/unicode/
H A Dtimezone.h328 * Returns the canonical system timezone ID or the normalized
332 * or the custom time zone ID in normalized format.
344 * Returns the canonical system time zone ID or the normalized
348 * or the custom time zone ID in normalized format.
900 * Parse a custom time zone identifier and return the normalized
904 * @param normalized Receives the normalized custom ID
907 * @return The normalized custom id string.
909 static UnicodeString& getCustomID(const UnicodeString& id, UnicodeString& normalized,
913 * Returns the normalized custom
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/
H A Dr300_state_inlines.h404 if (desc->channel[i].normalized) {
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dvarray.h151 GLboolean normalized, GLsizei stride,
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dlattice_neon.S13 @ Contains a function for the core loop in the normalized lattice MA
/external/eigen/Eigen/src/Core/
H A DDot.h139 MatrixBase<Derived>::normalized() const function in class:Eigen::MatrixBase
151 * \sa norm(), normalized()
H A DVectorwiseOp.h535 /** \returns an expression where each column of row of the referenced matrix are normalized.
537 * \sa MatrixBase::normalized(), normalize()
542 normalized() const { return m_matrix.cwiseQuotient(extendedToOpposite(this->norm())); } function in class:Eigen::VectorwiseOp
546 * \sa MatrixBase::normalize(), normalized()
549 m_matrix = this->normalized();
/external/eigen/Eigen/src/Eigen2Support/Geometry/
H A DHyperplane.h54 * \warning the vector normal is assumed to be normalized.
65 * \warning the vector normal is assumed to be normalized.
92 result.normal() = (p2 - p0).cross(p1 - p0).normalized();
144 * \warning the vector normal is assumed to be normalized.
172 // since the line equations ax+by=c are normalized with a^2+b^2=1, the following tests
/external/eigen/Eigen/src/Geometry/
H A DHyperplane.h65 * \warning the vector normal is assumed to be normalized.
76 * \warning the vector normal is assumed to be normalized.
103 result.normal() = (p2 - p0).cross(p1 - p0).normalized();
155 * \warning the vector normal is assumed to be normalized.
184 // since the line equations ax+by=c are normalized with a^2+b^2=1, the following tests
H A DParametrizedLine.h56 * \warning the vector direction is assumed to be normalized.
66 { return ParametrizedLine(p0, (p1-p0).normalized()); }
H A DQuaternion.h122 * \sa normalized(), MatrixBase::normalize() */
124 /** \returns a normalized copy of \c *this
125 * \sa normalize(), MatrixBase::normalized() */
126 inline Quaternion<Scalar> normalized() const { return Quaternion<Scalar>(coeffs().normalized()); } function in class:Eigen::QuaternionBase
206 * \warning Operations interpreting the quaternion as rotation have undefined behavior if the quaternion is not normalized.
521 * be normalized, otherwise the result is undefined.
566 * Note that the two input vectors do \b not have to be normalized, and
575 Vector3 v0 = a.normalized();
576 Vector3 v1 = b.normalized();
[all...]
H A DOrthoMethods.h196 { return VectorType(-numext::conj(src.y()), numext::conj(src.x())).normalized(); }
204 * then the returned vector is a counter clock wise rotation of \c *this, i.e., (-y,x).normalized().
/external/expat/lib/
H A Dxmltok.h122 char normalized; member in struct:__anon21371
/external/icu/icu4c/source/i18n/unicode/
H A Dtimezone.h328 * Returns the canonical system timezone ID or the normalized
332 * or the custom time zone ID in normalized format.
344 * Returns the canonical system time zone ID or the normalized
348 * or the custom time zone ID in normalized format.
900 * Parse a custom time zone identifier and return the normalized
904 * @param normalized Receives the normalized custom ID
907 * @return The normalized custom id string.
909 static UnicodeString& getCustomID(const UnicodeString& id, UnicodeString& normalized,
913 * Returns the normalized custom
[all...]
/external/mesa3d/src/gallium/drivers/r300/
H A Dr300_state_inlines.h404 if (desc->channel[i].normalized) {
/external/mesa3d/src/mesa/main/
H A Dvarray.h151 GLboolean normalized, GLsizei stride,
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Dlattice_neon.S13 @ Contains a function for the core loop in the normalized lattice MA
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextFuncs.inl1308 GLW_APICALL void GLW_APIENTRY glVertexAttribPointer (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid* pointer)
1313 DE_UNREF(normalized);
2288 GLW_APICALL void GLW_APIENTRY glVertexAttribP1ui (GLuint index, GLenum type, GLboolean normalized, GLuint value)
2292 DE_UNREF(normalized);
2296 GLW_APICALL void GLW_APIENTRY glVertexAttribP1uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint* value)
2300 DE_UNREF(normalized);
2304 GLW_APICALL void GLW_APIENTRY glVertexAttribP2ui (GLuint index, GLenum type, GLboolean normalized, GLuint value)
2308 DE_UNREF(normalized);
2312 GLW_APICALL void GLW_APIENTRY glVertexAttribP2uiv (GLuint index, GLenum type, GLboolean normalized, const GLuint* value)
2316 DE_UNREF(normalized);
[all...]
/external/chromium_org/third_party/icu/source/i18n/
H A Dtimezone.cpp1288 TimeZone::getCustomID(const UnicodeString& id, UnicodeString& normalized, UErrorCode& status) { argument
1289 normalized.remove();
1291 return normalized;
1295 formatCustomID(hour, min, sec, (sign < 0), normalized);
1297 return normalized;
/external/icu/icu4c/source/i18n/
H A Dtimezone.cpp1288 TimeZone::getCustomID(const UnicodeString& id, UnicodeString& normalized, UErrorCode& status) { argument
1289 normalized.remove();
1291 return normalized;
1295 formatCustomID(hour, min, sec, (sign < 0), normalized);
1299 return normalized;
/external/deqp/modules/glshared/
H A DglsVertexArrayTests.hpp153 virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, bool normalized, int stride) = 0;
175 virtual void bind (int attribNdx, int offset, int size, InputType inType, OutputType outType, bool normalized, int stride);
/external/eigen/test/
H A Dmain.h348 m = VectorType::Random(rows).normalized() * VectorType::Random(cols).normalized().transpose();
/external/chromium_org/third_party/angle/src/libGLESv2/
H A DState.h220 bool normalized, bool pureInteger, GLsizei stride, const void *pointer);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Ddtfmrgts.cpp1281 UnicodeString normalized; member in class:Test1684Data
1294 normalized((xnormalized==NULL)?xdata:xnormalized,"")
1396 if (result != test.normalized) {
1399 "\n expected '" + test.normalized + "'");
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/dxgi/src/
H A Ddxgi_native.cpp734 bool normalized; member in struct:dxgi_blitter
749 //normalized = !!pipe->screen->get_param(pipe, PIPE_CAP_NPOT_TEXTURES);
751 normalized = true;
787 sampler_state.normalized_coords = normalized;
792 fs = util_make_fragment_tex_shader(pipe, normalized ? TGSI_TEXTURE_2D : TGSI_TEXTURE_RECT, TGSI_INTERPOLATE_LINEAR);

Completed in 1161 milliseconds

1234567891011