HomeSort by relevance Sort by last modified time
    Searched full:normalized (Results 76 - 100 of 2072) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/eigen/test/
adjoint.cpp 38 // check normalized() and normalize()
39 VERIFY_IS_APPROX(v1, v1.norm() * v1.normalized());
43 VERIFY_IS_APPROX(v3, v1.normalized());
50 // check that Random().normalized() works: tricky as the random xpr must be evaluated by
51 // normalized() in order to produce a consistent result.
52 VERIFY_IS_APPROX(Vec::Random(v1.size()).normalized().norm(), RealScalar(1));
  /device/google/dragon/audio/hal/dsp/
crossover2.h 53 * freq1 - The normalized frequency splits low and mid band.
54 * freq2 - The normalized frequency splits mid and high band.
  /external/apache-commons-math/src/main/java/org/apache/commons/math/random/
UncorrelatedRandomVectorGenerator.java 50 * @param generator underlying generator for uncorrelated normalized
68 * @param generator underlying generator for uncorrelated normalized
UniformRandomGenerator.java 23 * This class implements a normalized uniform random generator.
24 * <p>Since it is a normalized random generator, it generates values
  /external/icu/icu4c/source/common/unicode/
unorm.h 99 * It allows to work on strings that are not necessarily normalized
112 * already conform to FCD and do not need to be normalized (NFD) for such a process. The FCD quick check will
122 * Beyond collation and string search, normalized strings may be useful for string equivalence comparisons,
128 * Unicode text needs to be normalized to NFC.
194 * The string will be normalized according the specified normalization mode
222 * string is in the desired normalized format, UNORM_NO determines that
223 * argument string is not in the desired normalized format. A
225 * the user may have to put the string in its normalized form and compare the
228 * @param source string for determining if it is in a normalized format
321 * Another example: When one wants to concatenate two normalized strings and get
    [all...]
  /external/libgsm/src/
table.c 54 /* Table 4.5 Normalized inverse mantissa used to compute xM/xmax
60 /* Table 4.6 Normalized direct mantissa used to compute xM/xmax
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_srgb.h 87 * Convert a 8bit normalized value from linear to srgb.
97 * Convert a 8bit normalized value from srgb to linear.
  /external/mesa3d/src/gallium/docs/source/cso/
velems.rst 17 * Integers, signed or unsigned, normalized or non-normalized, 8, 16, or 32
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
pitch_f4.c 46 Word16 corr_norm[] /* (o) Q15 : normalized correlation */
56 Word16 corr_norm[] /* (o) Q15 : normalized correlation */
85 /* Find interval to compute normalized correlation */
90 /* Compute normalized correlation between target and filtered excitation */
118 * the interpolated normalized correlation. *
157 * Description: Find the normalized correlation between the target vector and the *
170 Word16 corr_norm[]) /* (o) Q15 : normalized correlation */
273 * Description: For interpolating the normalized correlation with 1/4 resolution. *
  /hardware/bsp/intel/peripheral/libmraa/api/mraa/
aio.hpp 76 * Read a value from the AIO pin and return it as a normalized float.
78 * @returns The current input voltage as a normalized float (0.0f-1.0f)
  /packages/inputmethods/LatinIME/java/res/values/
config-auto-correction-thresholds.xml 26 <!-- Modest : Suggestion whose normalized score is greater than this value
31 <!-- Very Aggressive : Suggestion whose normalized score is greater than this value
  /external/libgdx/gdx/src/com/badlogic/gdx/math/
Quaternion.java 160 /** Get the roll euler angle in radians, which is the rotation around the z axis. Requires that this quaternion is normalized.
167 /** Get the roll euler angle in degrees, which is the rotation around the z axis. Requires that this quaternion is normalized.
173 /** Get the pitch euler angle in radians, which is the rotation around the x axis. Requires that this quaternion is normalized.
180 /** Get the pitch euler angle in degrees, which is the rotation around the x axis. Requires that this quaternion is normalized.
186 /** Get the yaw euler angle in radians, which is the rotation around the y axis. Requires that this quaternion is normalized.
192 /** Get the yaw euler angle in degrees, which is the rotation around the y axis. Requires that this quaternion is normalized.
550 * @param v1 The base vector, which should be normalized.
551 * @param v2 The target vector, which should be normalized.
560 * @param x1 The base vectors x value, which should be normalized.
561 * @param y1 The base vectors y value, which should be normalized.
    [all...]
  /cts/tests/openglperf2/assets/vertex/
perspective 30 // Multiply to get the final point in normalized screen coordinates.
  /development/perftests/panorama/feature_stab/db_vlvm/
db_utilities_poly.cpp 96 /*Normalized coefficients*/
120 /*Compute normalized coefficients*/
168 /*Normalized coefficients*/
192 /*Compute normalized coefficients*/
  /external/chromium-trace/catapult/telemetry/telemetry/internal/util/
path_set.py 13 iterator yields the individual files. All paths are automatically normalized.
  /external/eigen/demos/opengl/
camera.cpp 109 camAxes.col(2) = (-newDirection).normalized();
110 camAxes.col(0) = up.cross( camAxes.col(2) ).normalized();
111 camAxes.col(1) = camAxes.col(2).cross( camAxes.col(0) ).normalized();
123 setDirection(newDirection.normalized());
  /external/icu/android_icu4j/src/main/java/android/icu/impl/coll/
IterCollationIterator.java 19 * Handles normalized text, with length or NUL-terminated.
  /external/icu/android_icu4j/src/main/tests/android/icu/dev/test/normalizer/
UnicodeNormalizer.java 53 * @param target the resulting normalized text
72 * @return target the resulting normalized text
95 * @param target the resulting normalized text
135 * output: the resulting normalized text.
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/impl/coll/
IterCollationIterator.java 18 * Handles normalized text, with length or NUL-terminated.
  /external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/normalizer/
UnicodeNormalizer.java 52 * @param target the resulting normalized text
71 * @return target the resulting normalized text
94 * @param target the resulting normalized text
134 * output: the resulting normalized text.
  /external/libchrome/base/power_monitor/
power_monitor_source.h 24 // Normalized list of power events.
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
VertexArray.java 115 shader.setVertexAttribute(location, attribute.numComponents, attribute.type, attribute.normalized, attributes.vertexSize,
119 shader.setVertexAttribute(location, attribute.numComponents, attribute.type, attribute.normalized, attributes.vertexSize,
132 shader.setVertexAttribute(location, attribute.numComponents, attribute.type, attribute.normalized, attributes.vertexSize,
136 shader.setVertexAttribute(location, attribute.numComponents, attribute.type, attribute.normalized, attributes.vertexSize,
  /external/opencv3/samples/cpp/tutorial_code/ImgTrans/
filter2D_demo.cpp 55 /// Update kernel size for a normalized box filter
  /external/proguard/src/proguard/gui/splash/
Timing.java 24 * This interface maps a time to a normalized timing between 0 and 1.
  /external/webrtc/webrtc/modules/audio_coding/codecs/isac/main/source/
lattice.c 14 * contains the normalized lattice filter routines (MA and AR) for iSAC codec
27 /* filter the signal using normalized lattice filter */
63 /* normalized lattice filter */
109 /* filter the signal using normalized lattice filter */

Completed in 2133 milliseconds

1 2 34 5 6 7 8 91011>>