Home
last modified time | relevance | path

Searched defs:normalized (Results 1 – 25 of 101) sorted by relevance

12345

/external/opencv3/3rdparty/openexr/Imath/
DImathVec.cpp167 Vec2<short>::normalized () const in normalized() function in Imath::Vec2
236 Vec2<int>::normalized () const in normalized() function in Imath::Vec2
305 Vec3<short>::normalized () const in normalized() function in Imath::Vec3
374 Vec3<int>::normalized () const in normalized() function in Imath::Vec3
443 Vec4<short>::normalized () const in normalized() function in Imath::Vec4
512 Vec4<int>::normalized () const in normalized() function in Imath::Vec4
DImathVec.h1236 Vec2<T>::normalized () const in normalized() function
1730 Vec3<T>::normalized () const in normalized() function
2137 Vec4<T>::normalized () const in normalized() function
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/
DVertexAttribute.java34 public final boolean normalized; field in VertexAttribute
67 …private VertexAttribute (int usage, int numComponents, int type, boolean normalized, String alias)… in VertexAttribute()
71 …private VertexAttribute (int usage, int numComponents, int type, boolean normalized, String alias,… in VertexAttribute()
/external/harfbuzz_ng/src/
Dhb-icu.cc190 UChar utf16[4], normalized[5]; in hb_icu_unicode_compose() local
249 UChar utf16[2], normalized[2 * HB_UNICODE_MAX_DECOMPOSITION_LEN + 1]; in hb_icu_unicode_decompose() local
319 UChar utf16[2], normalized[2 * HB_UNICODE_MAX_DECOMPOSITION_LEN + 1]; in hb_icu_unicode_decompose_compatibility() local
Dhb-glib.cc254 gchar *normalized; in hb_glib_unicode_compose() local
291 gchar *normalized; in hb_glib_unicode_decompose() local
/external/deqp/framework/delibs/debase/
DdeInt32.c152 deUint32 normalized = (deUint32)a << shift; /* Highest bit is always 1. */ in deRcp32() local
/external/icu/icu4c/source/i18n/
Duitercollationiterator.h152 UnicodeString normalized; variable
Dutf8collationiterator.h165 UnicodeString normalized; variable
Dutf16collationiterator.h176 UnicodeString normalized; variable
Dnortrans.cpp136 UnicodeString normalized; in handleTransliterate() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DNormalizationTransliterator.java96 StringBuilder normalized = new StringBuilder(); in handleTransliterate() local
/external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
DNormalizationTransliterator.java95 StringBuilder normalized = new StringBuilder(); in handleTransliterate() local
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_aos.c159 boolean normalized; in lp_build_unpack_arith_rgba_aos() local
274 boolean normalized; in lp_build_pack_rgba_aos() local
/external/eigen/Eigen/src/Geometry/
DQuaternion.h126 inline Quaternion<Scalar> normalized() const { return Quaternion<Scalar>(coeffs().normalized()); } in normalized() function
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
DCorrelatedRandomVectorGenerator.java73 private final double[] normalized; field in CorrelatedRandomVectorGenerator
/external/mesa3d/src/mesa/main/
Dvarray.c128 GLboolean normalized, GLboolean integer, in update_array()
447 GLboolean normalized = GL_FALSE; in _mesa_VertexAttribPointerNV() local
476 GLboolean normalized, in _mesa_VertexAttribPointerARB()
514 const GLboolean normalized = GL_FALSE; in _mesa_VertexAttribIPointer() local
/external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
DFCDIterCollationIterator.java448 private StringBuilder normalized; local
/external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
DFCDIterCollationIterator.java450 private StringBuilder normalized; local
/external/jsoncpp/src/lib_json/
Djson_writer.cpp450 std::string normalized; in normalizeEOL() local
666 std::string normalized; in normalizeEOL() local
/external/icu/icu4c/source/common/
Dunormcmp.cpp537 UnicodeString &normalized, UErrorCode *pErrorCode) { in _normalize()
/external/opencv3/modules/viz/src/
Dprecomp.hpp195 template<typename _Tp> inline _Tp normalized(const _Tp& v) { return v * 1/norm(v); } in normalized() function
/external/opencv/cv/include/
Dcv.hpp275 bool normalized; member in CvBoxFilter
314 bool normalized; member in CvLaplaceFilter
/external/mesa3d/src/gallium/auxiliary/util/
Du_blit.c449 boolean normalized; in util_blit_pixels() local
823 boolean normalized = src_sampler_view->texture->target != PIPE_TEXTURE_RECT; in util_blit_pixels_tex() local
/external/jsoncpp/src/jsontestrunner/
Dmain.cpp31 std::string normalized = s.substr(0, exponentStartIndex); in normalizeFloatingPointStr() local
/external/libgdx/extensions/gdx-bullet/jni/swig-src/linearmath/com/badlogic/gdx/physics/bullet/linearmath/
DbtQuaternion.java104 public Quaternion normalized() { in normalized() method in btQuaternion

12345