HomeSort by relevance Sort by last modified time
    Searched full:normalized (Results 1 - 25 of 2497) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/smali/smali/src/test/resources/LexerTest/
.gitattributes 1 # Prevent newlines from being normalized on windows
  /external/swiftshader/src/Renderer/
Stream.hpp 26 STREAMTYPE_COLOR, // 4 normalized unsigned bytes, ZYXW order
28 STREAMTYPE_DEC3N, // 3 normalized signed 10-bit fields
61 Stream &define(StreamType type, unsigned int count, bool normalized = false)
65 this->normalized = normalized;
70 Stream &define(const void *buffer, StreamType type, unsigned int count, bool normalized = false)
75 this->normalized = normalized;
89 normalized = false;
101 bool normalized; member in struct:sw::Stream
    [all...]
  /external/eigen/test/
geo_quaternion.cpp 80 q1 = AngleAxisx(a, v0.normalized());
81 q2 = AngleAxisx(a, v1.normalized());
117 && (aa.axis() - v1.normalized()).norm() < Scalar(1.99)
118 && (aa.axis() + v1.normalized()).norm() < Scalar(1.99))
124 VERIFY_IS_APPROX( v2.normalized(),(q2.setFromTwoVectors(v1, v2)*v1).normalized());
125 VERIFY_IS_APPROX( v1.normalized(),(q2.setFromTwoVectors(v1, v1)*v1).normalized());
126 VERIFY_IS_APPROX(-v1.normalized(),(q2.setFromTwoVectors(v1,-v1)*v1).normalized());
    [all...]
  /hardware/akm/AK8975_FS/akmdfs/AKFS_APIs_8975/
AKFS_VNorm.h 33 const int16 nvec, /*!< Size of normalized vector buffer */
34 AKFVEC vvec[] /*!< Normalized vector buffer */
38 const int16 nvec, /*!< Size of normalized vector buffer */
39 const AKFVEC vvec[], /*!< Normalized vector buffer */
  /libcore/ojluni/src/main/java/sun/util/calendar/
CalendarDate.java 51 * <code>CalendarDate</code> to <I>not normalized</I>. The
80 private boolean normalized; field in class:CalendarDate
118 normalized = false;
129 normalized = false;
137 normalized = false;
148 * <p>If this <code>CalendarDate</code> hasn't been normalized,
153 * normalized and the year of this <code>CalendarDate</code> is a
172 normalized = false;
180 normalized = false;
192 normalized = false
417 int normalized = isNormalized() ? 1 : 0; local
    [all...]
  /external/harfbuzz_ng/src/
hb-icu.cc 190 UChar utf16[4], normalized[5]; local
203 len = unorm2_normalize (unorm2_getNFCInstance (&icu_err), utf16, len, normalized, ARRAY_LENGTH (normalized), &icu_err);
206 if (u_countChar32 (normalized, len) == 1) {
207 U16_GET_UNSAFE (normalized, 0, *ab);
249 UChar utf16[2], normalized[2 * HB_UNICODE_MAX_DECOMPOSITION_LEN + 1]; local
264 len = unorm2_normalize (unorm2_getNFDInstance (&icu_err), utf16, len, normalized, ARRAY_LENGTH (normalized), &icu_err);
268 len = u_countChar32 (normalized, len);
271 U16_GET_UNSAFE (normalized, 0, *a)
284 unorm2_normalize (unorm2_getNFCInstance (&icu_err), normalized, len, recomposed, ARRAY_LENGTH (recomposed), &icu_err); local
319 UChar utf16[2], normalized[2 * HB_UNICODE_MAX_DECOMPOSITION_LEN + 1]; local
    [all...]
hb-glib.cc 254 gchar *normalized; local
260 normalized = g_utf8_normalize (utf8, len, G_NORMALIZE_NFC);
261 len = g_utf8_strlen (normalized, -1);
266 *ab = g_utf8_get_char (normalized);
272 g_free (normalized);
291 gchar *normalized; local
296 normalized = g_utf8_normalize (utf8, len, G_NORMALIZE_NFD);
297 len = g_utf8_strlen (normalized, -1);
302 *a = g_utf8_get_char (normalized);
306 *a = g_utf8_get_char (normalized);
    [all...]
  /external/mesa3d/src/mesa/main/
format_utils.c 278 bool normalized, dst_integer, src_integer, is_signed; local
388 normalized = false;
396 normalized = _mesa_array_format_is_normalized(src_array_format);
407 normalized |= _mesa_array_format_is_normalized(dst_array_format);
420 src2dst, normalized, width);
509 rebased_src2rgba, normalized, width);
532 rgba2dst, normalized, width);
554 rebased_src2rgba, normalized, width);
566 rebase_swizzle, normalized, width);
576 rgba2dst, normalized, width)
    [all...]
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
NormalizerRegressionTests.java 28 logln("Normalized: " + Normalizer.isNormalized(tamil, Normalizer.NFC, 0));
31 // the combining cedilla can't be applied to 'b', so this is in normalized form.
43 // this should return true, since the string is normalized (and it should
46 logln("Normalized: " + Normalizer.isNormalized(sample, Normalizer.NFC, 0));
48 // this should return false, since the string is _not_ normalized (and it should
51 logln("Normalized: " + Normalizer.isNormalized(sample2, Normalizer.NFC, 0));
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
NormalizerRegressionTests.java 25 logln("Normalized: " + Normalizer.isNormalized(tamil, Normalizer.NFC, 0));
28 // the combining cedilla can't be applied to 'b', so this is in normalized form.
40 // this should return true, since the string is normalized (and it should
43 logln("Normalized: " + Normalizer.isNormalized(sample, Normalizer.NFC, 0));
45 // this should return false, since the string is _not_ normalized (and it should
48 logln("Normalized: " + Normalizer.isNormalized(sample2, Normalizer.NFC, 0));
  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_ExtractGlimpse.pbtxt 41 name: "normalized"
43 indicates if the offset coordinates are normalized.
65 The argument `normalized` and `centered` controls how the windows are built:
67 * If the coordinates are normalized but not centered, 0.0 and 1.0
70 * If the coordinates are both normalized and centered, they range from
74 * If the coordinates are not normalized they are interpreted as
api_def_CropAndResizeGradBoxes.pbtxt 21 in normalized coordinates `[y1, x1, y2, x2]`. A normalized coordinate value of
23 `[0, 1]` interval of normalized image height is mapped to
26 image. The width dimension is treated similarly. Normalized coordinates
api_def_CropAndResizeGradImage.pbtxt 14 in normalized coordinates `[y1, x1, y2, x2]`. A normalized coordinate value of
16 `[0, 1]` interval of normalized image height is mapped to
19 image. The width dimension is treated similarly. Normalized coordinates
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
PhotoProcessorTest.java 44 final Bitmap normalized = PhotoProcessor.getNormalizedBitmap(sourceBitmap, 50, false); local
47 assertEquals(10, normalized.getWidth());
48 assertEquals(10, normalized.getHeight());
51 assertEquals(Color.argb(255, 255, 255, 255), normalized.getPixel(0, 0));
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
FCDIterCollationIterator.java 87 pos != normalized.length()) {
88 c = normalized.codePointAt(pos);
141 c = normalized.codePointBefore(pos);
177 pos != normalized.length()) {
178 c = normalized.charAt(pos++);
198 assert(pos < normalized.length());
200 if(Character.isLowSurrogate(trail = normalized.charAt(pos))) { ++pos; }
229 (state.compareTo(State.IN_NORM_ITER_AT_LIMIT) >= 0 && pos == normalized.length()));
243 // The input text segment needed to be normalized.
262 // Collect the characters being checked, in case they need to be normalized
452 private StringBuilder normalized; local
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
FCDIterCollationIterator.java 85 pos != normalized.length()) {
86 c = normalized.codePointAt(pos);
139 c = normalized.codePointBefore(pos);
175 pos != normalized.length()) {
176 c = normalized.charAt(pos++);
196 assert(pos < normalized.length());
198 if(Character.isLowSurrogate(trail = normalized.charAt(pos))) { ++pos; }
227 (state.compareTo(State.IN_NORM_ITER_AT_LIMIT) >= 0 && pos == normalized.length()));
241 // The input text segment needed to be normalized.
260 // Collect the characters being checked, in case they need to be normalized
450 private StringBuilder normalized; local
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
Normalizer2.java 27 * The primary functions are to produce a normalized string and to detect whether
28 * a string is already normalized.
43 * When the goal is a normalized string, then the text before the boundary
55 * (to avoid replacing already-normalized text) and ucol_nextSortKeyPart()
93 * equivalent text, without having to be fully normalized.<br>
202 * Returns the normalized form of the source string.
204 * @return normalized src
209 // and is already normalized.
223 * Writes the normalized form of the source string to the destination string
227 * @param dest destination string; its contents is replaced with normalized sr
    [all...]
  /external/icu/icu4c/source/i18n/
nortrans.cpp 115 * must not be normalized.
120 UnicodeString input, normalized;
126 fNorm2.normalize(input, normalized, status);
128 text.handleReplaceBetween(start, limit, normalized);
130 int32_t delta = normalized.length() - length;
138 UnicodeString normalized; local
156 fNorm2.normalize(segment, normalized, errorCode);
160 if(segment != normalized) {
161 // replace the input chunk with its normalized form
162 text.handleReplaceBetween(prev, start, normalized);
    [all...]
uitercollationiterator.h 32 * Handles normalized text inline, with length or NUL-terminated.
135 * The input text [start..limit[ failed the FCD check and was normalized.
136 * pos tracks the current index in the normalized string.
141 * The input text [start..limit[ failed the FCD check and was normalized.
142 * pos tracks the current index in the normalized string.
155 UnicodeString normalized; member in class:FCDUIterCollationIterator
  /external/mesa3d/src/compiler/nir/
nir_normalize_cubemap_coords.c 64 nir_ssa_def *normalized = nir_fmul(b, orig_coord, nir_frcp(b, norm)); local
66 /* Array indices don't have to be normalized, so make a new vector
70 normalized = nir_vec4(b,
71 nir_channel(b, normalized, 0),
72 nir_channel(b, normalized, 1),
73 nir_channel(b, normalized, 2),
79 nir_src_for_ssa(normalized));
  /external/icu/icu4c/source/common/unicode/
normalizer2.h 47 * The primary functions are to produce a normalized string and to detect whether
48 * a string is already normalized.
63 * When the goal is a normalized string, then the text before the boundary
75 * (to avoid replacing already-normalized text) and ucol_nextSortKeyPart()
189 * Returns the normalized form of the source string.
195 * @return normalized src
205 * Writes the normalized form of the source string to the destination string
209 * @param dest destination string; its contents is replaced with normalized src
233 * @param sink A ByteSink to which the normalized UTF-8 result string is written.
251 * Appends the normalized form of the second string to the first strin
    [all...]
  /external/vulkan-validation-layers/libs/glm/gtx/
rotate_normalized_axis.hpp 35 /// @brief Quaternions and matrices rotations around normalized axis.
57 /// Builds a rotation 4 * 4 matrix created from a normalized axis and an angle.
61 /// @param axis Rotation axis, must be normalized.
74 /// Rotates a quaternion from a vector of 3 components normalized axis and an angle.
78 /// @param axis Normalized axis of the rotation, must be normalized.
  /frameworks/rs/driver/
rsdVertexArray.cpp 49 normalized = false;
54 bool normalized, size_t offset,
60 this->normalized = normalized;
77 mAttribs[idx].normalized,
112 mAttribs[ct].normalized,
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionUtils.java 101 String normalized; local
107 normalized = DEFAULT_SCHEME + SCHEME_SEPARATOR + url;
110 normalized = url;
113 int end = normalized.length();
114 if (normalized.indexOf('/', start) == end - 1) {
117 return normalized.substring(0, end);
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/
rotate_normalized_axis.hpp 35 /// @brief Quaternions and matrices rotations around normalized axis.
57 /// Builds a rotation 4 * 4 matrix created from a normalized axis and an angle.
61 /// @param axis Rotation axis, must be normalized.
74 /// Rotates a quaternion from a vector of 3 components normalized axis and an angle.
78 /// @param axis Normalized axis of the rotation, must be normalized.

Completed in 1560 milliseconds

1 2 3 4 5 6 7 8 91011>>