HomeSort by relevance Sort by last modified time
    Searched full:norm (Results 226 - 250 of 593) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_aos_array.c 65 src_type.norm = format_desc->channel[0].normalized;
  /external/srec/srec/include/
c42mul.h 102 void convert_adjustment_to_imelda(norm_info *norm, preprocessed *prep);
  /frameworks/base/docs/html/tools/help/
draw9patch.jd 12 <img src="{@docRoot}images/draw9patch-norm.png" style="float:right" alt="" height="300" width="341"
  /frameworks/ml/bordeaux/learning/multiclass_pa/native/
multiclass_pa.h 54 // Returns the square of the L2 norm.
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
DriverCall.java 110 + (isMpty ? "conf" : "norm") + ","
  /frameworks/rs/driver/
rsdVertexArray.cpp 70 ALOGV("va %i: slot=%i name=%s buf=%i ptr=%p size=%i type=0x%x stride=0x%x norm=%i offset=0x%x",
  /frameworks/rs/
rsAnimation.cpp 129 //ALOGE("rsi_ElementCreate %i %i %i %i", dt, dk, norm, vecSize);
  /packages/apps/CellBroadcastReceiver/tests/res/values-hu/
strings.xml 20 <string name="button_etws_normal_type" msgid="3852703138521119537">"ETWS normál adás küldése"</string>
  /packages/apps/CellBroadcastReceiver/tests/res/values-sk/
strings.xml 20 <string name="button_etws_normal_type" msgid="3852703138521119537">"Odosla? normálne vysielanie systému ETWS"</string>
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/include/
complex 188 template<class T> T norm(const complex<T>&);
189 long double norm(long double);
190 double norm(double);
191 template<Integral T> double norm(T);
192 float norm(float);
931 // norm
936 norm(const complex<_Tp>& __c)
947 norm(long double __re)
954 norm(double __re)
966 norm(_Tp __re
    [all...]
  /external/ceres-solver/include/ceres/
gradient_checker.h 86 // Infinity-norm of term_jacobians - finite_difference_jacobians.
93 // error_tolerance: A threshold for the infinity-norm difference
iteration_callback.h 100 // Infinity norm of the gradient vector.
103 // 2-norm of the size of the step computed by the optimization
  /external/eigen/Eigen/src/Geometry/
Quaternion.h 111 /** \returns the squared norm of the quaternion's coefficients
112 * \sa QuaternionBase::norm(), MatrixBase::squaredNorm()
116 /** \returns the norm of the quaternion's coefficients
117 * \sa QuaternionBase::squaredNorm(), MatrixBase::norm()
119 inline Scalar norm() const { return coeffs().norm(); } function in class:Eigen::QuaternionBase
577 * do not need to have the same norm.
626 * do not need to have the same norm.
  /external/icu4c/samples/strsrch/
strsrch.cpp 17 "-norm Normalizing mode on\n"
79 {"-norm", OptSpec::FLAG, &opt_norm},
  /external/neven/Embedded/common/src/b_TensorEm/
Flt16Vec2D.h 94 /** returns square norm of vector; return bbp is ptrA->bbpE * 2 */
97 /** returns norm of vector; return bbp is ptrA->bbpE*/
Flt16Vec3D.h 100 /** returns square norm of vector; return bbp is ptrA->bbpE * 2 */
103 /** returns norm of vector; return bbp is ptrA->bbpE*/
Int16Vec2D.h 89 /** returns square norm of vector */
92 /** returns norm of vector */
Int16Vec3D.h 81 /** returns square norm of vector */
84 /** returns norm of vector */
  /external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
lpc_masking_model.c 84 WebRtc_Word16 norm; local
88 norm = WebRtcSpl_NormW32(R[0]);
91 temp1W32 = WEBRTC_SPL_LSHIFT_W32(R[i], norm);
182 norm = WebRtcSpl_NormW32(temp3W32);
183 if ((Alpha_exp <= norm)||(temp3W32==0)) {
255 norm = WebRtcSpl_NormW32(temp1W32);
256 temp1W32 = WEBRTC_SPL_LSHIFT_W32(temp1W32, norm);
262 Alpha_exp = Alpha_exp + norm;
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
Norm_Corr_opt.s 168 MOV r6, r6, ASR #16 @norm = extract_h(L_tmp)
170 ADD r12, r12, r12 @L_tmp = vo_L_mult(corr, norm)
  /packages/apps/Camera/jni/feature_stab/db_vlvm/
db_image_homography.h 67 Image points have to be of unit norm for the least squares to be meaningful.
75 /*Image points have to be of unit norm
  /packages/apps/Camera2/jni/feature_stab/db_vlvm/
db_image_homography.h 67 Image points have to be of unit norm for the least squares to be meaningful.
75 /*Image points have to be of unit norm
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_image_homography.h 67 Image points have to be of unit norm for the least squares to be meaningful.
75 /*Image points have to be of unit norm
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_pep277.py 78 name = os.path.join(test_support.TESTFN, self.norm(name))
88 def norm(self, s): member in class:UnicodeFileTests
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_pep277.py 78 name = os.path.join(test_support.TESTFN, self.norm(name))
88 def norm(self, s): member in class:UnicodeFileTests

Completed in 365 milliseconds

1 2 3 4 5 6 7 8 91011>>