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

1 2 3 4 56 7 8 91011>>

  /external/tensorflow/tensorflow/core/api_def/base_api/
api_def_LRN.pbtxt 36 dimension), and each vector is normalized independently. Within a given vector,
  /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 */
  /frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
log2.h 54 Word32 L_x, /* (i) : input value (normalized) */
  /frameworks/compile/slang/
slang_rs_export_element.h 45 bool normalized; member in struct:slang::RSExportElement::__anon46073
slang_rs_export_type.h 226 // @T was normalized by calling RSExportType::NormalizeType().
279 // @T may not be normalized
378 // @T was normalized by calling RSExportType::NormalizeType() before calling
385 bool Normalized = false);
393 bool Normalized)
396 mNormalized(Normalized) {
404 // T is normalized by calling RSExportType::NormalizeType() before
408 // @T may not be normalized
465 // @PT was normalized by calling RSExportType::NormalizeType() before calling
491 bool Normalized,
    [all...]
  /frameworks/native/libs/vr/libdvrcommon/tests/
pose_test.cpp 32 FT(M_PI / 3.0), vec3_t(FT(3.0), FT(4.0), FT(5.0)).normalized()));
75 FT(M_PI / 6.0), vec3_t(FT(3.0), FT(4.0), FT(5.0)).normalized()));
102 FT(M_PI / 3.0), vec3_t(FT(1.0), FT(-1.0), FT(0.0)).normalized()));
130 FT(M_PI / 2.0), vec3_t(FT(4.0), FT(-2.0), FT(-1.0)).normalized()));
  /packages/apps/Dialer/java/com/android/dialer/blockreportspam/
block_report_spam_dialog_info.proto 17 // A dialer-normalized version of the number used in the dialogs.
  /packages/apps/Dialer/java/com/android/dialer/smartdial/map/
CompositeSmartDialMap.java 55 * <p>The provided character is expected to be a normalized character. See {@link
70 * <p>The provided character is expected to be a normalized character. See {@link
97 * <p>The provided character is expected to be a normalized character. See {@link
119 * <p>The provided character is expected to be a normalized character. See {@link
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_utilities_poly.cpp 96 /*Normalized coefficients*/
120 /*Compute normalized coefficients*/
168 /*Normalized coefficients*/
192 /*Compute normalized coefficients*/
  /packages/apps/TV/src/com/android/tv/data/
ChannelNumber.java 123 * <p>Note that all the channel number argument should be normalized by {@link
125 * are already normalized.
154 * <p>Note that all the channel number arguments should be normalized by {@link
156 * are already normalized.
  /prebuilts/go/darwin-x86/src/math/
frexp.go 7 // Frexp breaks f into a normalized fraction
  /prebuilts/go/linux-x86/src/math/
frexp.go 7 // Frexp breaks f into a normalized fraction
  /external/eigen/bench/
eig33.cpp 116 // evecs.col(k) = (base + Vector(-beta*scaledMat(2,0), -alpha*scaledMat(2,1), alpha*beta)).normalized();
118 // evecs.col(2) = evecs.col(0).cross(evecs.col(1)).normalized();
124 // evecs.col(0) = tmp.row(0).cross(tmp.row(1)).normalized();
128 // evecs.col(1) = tmp.row(0).cross(tmp.row(1)).normalized();
132 // evecs.col(2) = tmp.row(0).cross(tmp.row(1)).normalized();
144 evecs.col (2) = tmp.row (0).cross (tmp.row (1)).normalized ();
156 evecs.col(1) = evecs.col(2).cross(evecs.col(1).cross(evecs.col(2))).normalized();
  /external/eigen/test/
vectorwiseop.cpp 216 // test normalized
217 m2 = m1.colwise().normalized();
218 VERIFY_IS_APPROX(m2.col(c), m1.col(c).normalized());
219 m2 = m1.rowwise().normalized();
220 VERIFY_IS_APPROX(m2.row(r), m1.row(r).normalized());
225 VERIFY_IS_APPROX(m2.col(c), m1.col(c).normalized());
228 VERIFY_IS_APPROX(m2.row(r), m1.row(r).normalized());
geo_hyperplane.cpp 34 VectorType n0 = VectorType::Random(dim).normalized();
35 VectorType n1 = VectorType::Random(dim).normalized();
110 // the line equations should be normalized so that a^2+b^2=1
117 if(abs(a-1) > Scalar(1e-2) && abs(v.normalized().dot(u.normalized()))<Scalar(0.9))
  /external/mesa3d/src/gallium/docs/source/
resources.rst 83 1D surface accessed with normalized coordinates.
92 - Must use normalized coordinates
114 D3D11: not supported (only PIPE_TEXTURE_2D with normalized coordinates is supported)
118 2D surface accessed with normalized coordinates.
126 - Must use normalized coordinates
148 - Must use normalized coordinates
174 - Must use normalized coordinates
  /external/tensorflow/tensorflow/core/kernels/
eigen_attention.h 33 * batch dimension. The normalized boolean indicates if incoming coordinates are
34 * normalized so that 0.0 and 1.0 correspond to the minimum and maximum of each
50 const bool normalized, const bool centered,
55 normalized_(normalized),
96 // Un-normalize coordinates back to pixel space if normalized.
240 const bool normalized = true, const bool centered = true,
248 const GlimpseExtractionOp<Index> op(width, height, offsets, normalized,
  /external/vulkan-validation-layers/libs/glm/gtx/
simd_quat.hpp 203 /// Returns the normalized quaternion.
298 /// Build a quaternion from an angle and a normalized axis.
301 /// @param axis Axis of the quaternion, must be normalized.
308 /// Build a quaternion from an angle and a normalized axis.
311 /// @param x x component of the x-axis, x, y, z must be a normalized axis
312 /// @param y y component of the y-axis, x, y, z must be a normalized axis
313 /// @param z z component of the z-axis, x, y, z must be a normalized axis
  /libcore/ojluni/src/main/java/sun/util/locale/
BaseLocale.java 172 private final boolean normalized; field in class:BaseLocale.Key
176 * Creates a Key. language and region must be normalized
187 this.normalized = true;
204 String variant, boolean normalized) {
243 this.normalized = normalized;
281 if (key.normalized) {
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/libs/glm/gtx/
simd_quat.hpp 203 /// Returns the normalized quaternion.
298 /// Build a quaternion from an angle and a normalized axis.
301 /// @param axis Axis of the quaternion, must be normalized.
308 /// Build a quaternion from an angle and a normalized axis.
311 /// @param x x component of the x-axis, x, y, z must be a normalized axis
312 /// @param y y component of the y-axis, x, y, z must be a normalized axis
313 /// @param z z component of the z-axis, x, y, z must be a normalized axis
  /external/jsoncpp/src/lib_json/
json_writer.cpp 450 std::string normalized; local
451 normalized.reserve(text.length());
461 normalized += '\n';
463 normalized += c;
465 return normalized;
666 std::string normalized; local
667 normalized.reserve(text.length());
677 normalized += '\n';
679 normalized += c;
681 return normalized;
    [all...]
  /frameworks/base/graphics/java/android/graphics/drawable/
TransitionDrawable.java 191 float normalized = (float) local
193 done = normalized >= 1.0f;
194 normalized = Math.min(normalized, 1.0f);
195 mAlpha = (int) (mFrom + (mTo - mFrom) * normalized);
  /libcore/ojluni/src/main/java/java/text/
Normalizer.java 102 * character encodings the Unicode text needs to be normalized to NFC.
153 * The sequence will be normalized according to the specified normalization
161 * @return The normalized String
171 * Determines if the given sequence of char values is normalized.
178 * @return true if the sequence of char values is normalized;
  /packages/apps/Settings/src/com/android/settings/search/indexing/
IndexData.java 137 final String normalized = Normalizer.normalize(nohyphen, Normalizer.Form.NFD); local
139 return REMOVE_DIACRITICALS_PATTERN.matcher(normalized).replaceAll("").toLowerCase();
144 final String normalized = Normalizer.normalize(nohyphen, Normalizer.Form.NFKD); local
146 final int length = normalized.length();
148 char c = normalized.charAt(i);
  /packages/apps/SettingsIntelligence/src/com/android/settings/intelligence/search/indexing/
IndexData.java 127 final String normalized = Normalizer.normalize(nohyphen, Normalizer.Form.NFD); local
129 return REMOVE_DIACRITICALS_PATTERN.matcher(normalized).replaceAll("").toLowerCase();
134 final String normalized = Normalizer.normalize(nohyphen, Normalizer.Form.NFKD); local
136 final int length = normalized.length();
138 char c = normalized.charAt(i);

Completed in 4915 milliseconds

1 2 3 4 56 7 8 91011>>