Searched refs:normalize (Results 26 - 38 of 38) sorted by relevance

12

/haiku-fatelf/src/add-ons/translators/exr/openexr/imath/
H A DImathVec.h208 // Length and normalization: If v.length() is 0.0, v.normalize()
219 const Vec2 & normalize (); // modifies *this
401 // Length and normalization: If v.length() is 0.0, v.normalize()
412 const Vec3 & normalize (); // modifies *this
491 Vec2<short>::normalize ();
515 Vec2<int>::normalize ();
539 Vec3<short>::normalize ();
563 Vec3<int>::normalize ();
892 Vec2<T>::normalize () function in class:Imath::Vec2
912 throw NullVecExc ("Cannot normalize nul
1307 Vec3<T>::normalize () function in class:Imath::Vec3
[all...]
H A DImathQuat.h136 Quat<T>& normalize(); // returns this
273 inline Quat<T>& Quat<T>::normalize() function in class:Imath::Quat
426 qa.normalize();
/haiku-fatelf/headers/libs/agg/
H A Dagg_renderer_base.h61 cb.normalize();
231 rc.normalize();
247 rc.normalize();
H A Dagg_renderer_mclip.h109 cb.normalize();
H A Dagg_basics.h270 const self_type& normalize() function in struct:agg::rect_base
H A Dagg_rasterizer_sl_clip.h132 m_clip_box.normalize();
/haiku-fatelf/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dunistr.c89 * int ntfs_macosx_normalize_filenames(int normalize);
605 ntfs_log_error("Failed to normalize NTFS string to UTF-8 NFD: %s\n", *outs);
752 ntfs_log_error("Failed to normalize NTFS string to UTF-8 NFC: %s\n", ins);
1457 int ntfs_macosx_normalize_filenames(int normalize) { argument
1459 if(normalize == 0 || normalize == 1) {
1460 nfconvert_utf8 = normalize;
/haiku-fatelf/src/apps/glteapot/
H A DVector3.h127 inline Vector3& normalize() function in class:Vector3
/haiku-fatelf/src/apps/haiku3d/
H A DVector3.h138 inline Vector3& normalize() function in class:Vector3
/haiku-fatelf/src/bin/gdb/bfd/
H A Darchive.c1113 normalize (bfd *abfd, const char *file)
1146 normalize (bfd *abfd ATTRIBUTE_UNUSED, const char *file)
1219 normal = normalize (current, current->filename);
1272 normal = normalize (current, current->filename);
1509 filename = normalize (abfd, pathname);
1108 normalize (bfd *abfd, const char *file) function
1141 normalize (bfd *abfd ATTRIBUTE_UNUSED, const char *file) function
/haiku-fatelf/src/add-ons/translators/hpgs/lib/
H A Dhpgspaintpath.c458 static void normalize(hpgs_point *p) function
658 normalize(tangent);
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dparser.c2584 int *len, int *alloc, int normalize);
3025 * @normalize: wether to apply the inner normalization
3034 xmlParseAttValueComplex(xmlParserCtxtPtr ctxt, int *attlen, int normalize) { argument
3174 if ((len != 0) || (!normalize)) {
3175 if ((!normalize) || (!in_space)) {
3195 if ((in_space) && (normalize)) {
3227 * checked for validity, the XML processor must normalize it as follows:
7519 * @normalize: if 1 then further non-CDATA normalization must be done
7527 * checked for validity, the XML processor must normalize it as follows:
7550 int normalize)
7549 xmlParseAttValueInternal(xmlParserCtxtPtr ctxt, int *len, int *alloc, int normalize) argument
7694 int normalize = 0; local
[all...]
H A Dxmlschemas.c7152 /* TODO: Maybe we need to normalize the value beforehand. */
15666 int normalize,
24118 int normalize,
24128 (normalize || (type->flags & XML_SCHEMAS_TYPE_NORMVALUENEEDED))) { \
24172 * Whitespace-normalize.
24356 normalize = 1;
24385 * Always normalize union type values, since we currently
24112 xmlSchemaVCheckCVCSimpleType(xmlSchemaAbstractCtxtPtr actxt, xmlNodePtr node, xmlSchemaTypePtr type, const xmlChar *value, xmlSchemaValPtr *retVal, int fireErrors, int normalize, int isNormalized) argument

Completed in 160 milliseconds

12