HomeSort by relevance Sort by last modified time
    Searched refs:rho (Results 26 - 49 of 49) sorted by null

12

  /external/ceres-solver/internal/ceres/
c_api.cc 104 virtual void Evaluate(double sq_norm, double* rho) const {
105 (*loss_function_)(user_data_, sq_norm, rho);
  /external/eigen/bench/
eig33.cpp 76 Scalar rho = internal::sqrt(-a_over_3); local
80 roots(0) = c2_over_3 + Scalar(2)*rho*cos_theta;
81 roots(1) = c2_over_3 - rho*(cos_theta + s_sqrt3*sin_theta);
82 roots(2) = c2_over_3 - rho*(cos_theta - s_sqrt3*sin_theta);
  /external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
filter_functions.c 132 double rho=0.9, *inp, *dp, *dp2; local
169 WebRtcIsac_BwExpand(apolr, apol, rho, PITCH_WLPCORDER+1);
  /external/opencv/ml/src/
mlsvm.cpp 727 // calculate rho
728 (this->*calc_rho_func)( si.rho, si.r );
798 CvSVMSolver::calc_rho( double& rho, double& r )
828 rho = nr_free > 0 ? sum_free/nr_free : (ub + lb)*0.5;
903 CvSVMSolver::calc_rho_nu_svm( double& rho, double& r )
945 rho = (r1 - r2)*0.5;
1019 _si.rho *= inv_r;
    [all...]
  /external/eigen/Eigen/src/Eigenvalues/
SelfAdjointEigenSolver.h 522 Scalar rho = sqrt(-a_over_3); local
526 roots(0) = c2_over_3 + Scalar(2)*rho*cos_theta;
527 roots(1) = c2_over_3 - rho*(cos_theta + s_sqrt3*sin_theta);
528 roots(2) = c2_over_3 - rho*(cos_theta - s_sqrt3*sin_theta);
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_gf2m.c 942 BIGNUM *a, *z, *rho, *w, *w2, *tmp; local
982 rho = BN_CTX_get(ctx);
988 if (!BN_rand(rho, p[0], 0, 0)) goto err;
989 if (!BN_GF2m_mod_arr(rho, rho, p)) goto err;
991 if (!BN_copy(w, rho)) goto err;
998 if (!BN_GF2m_add(w, w2, rho)) goto err;
  /external/openssl/crypto/bn/
bn_gf2m.c 942 BIGNUM *a, *z, *rho, *w, *w2, *tmp; local
982 rho = BN_CTX_get(ctx);
988 if (!BN_rand(rho, p[0], 0, 0)) goto err;
989 if (!BN_GF2m_mod_arr(rho, rho, p)) goto err;
991 if (!BN_copy(w, rho)) goto err;
998 if (!BN_GF2m_add(w, w2, rho)) goto err;
  /external/opencv/cv/include/
cvcompat.h 503 CV_INLINE int cvHoughLines( CvArr* image, double rho,
509 rho, theta, threshold, 0, 0 );
515 CV_INLINE int cvHoughLinesP( CvArr* image, double rho,
522 rho, theta, threshold, lineLength, lineGap );
528 CV_INLINE int cvHoughLinesSDiv( CvArr* image, double rho, int srn,
534 rho, theta, threshold, srn, stn );
    [all...]
cv.h     [all...]
  /external/opencv/ml/include/
ml.h 382 double rho; member in struct:CvSVMSolutionInfo
393 typedef void (CvSVMSolver::*CalcRho)( double& rho, double& r );
463 virtual void calc_rho( double& rho, double& r );
464 virtual void calc_rho_nu_svm( double& rho, double& r );
474 double rho; member in struct:CvSVMDecisionFunc
532 CvMemStorage* _storage, double* alpha, double& rho );
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_sample.c 496 float rho = MAX2(dsdx, dsdy) * u_minify(texture->width0, samp->view->u.tex.first_level); local
498 return util_fast_log2(rho);
515 float rho = MAX2(maxx, maxy); local
517 return util_fast_log2(rho);
537 float rho; local
539 rho = MAX2(maxx, maxy);
540 rho = MAX2(rho, maxz);
542 return util_fast_log2(rho);
    [all...]
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 496 float rho = MAX2(dsdx, dsdy) * u_minify(texture->width0, samp->view->u.tex.first_level); local
498 return util_fast_log2(rho);
515 float rho = MAX2(maxx, maxy); local
517 return util_fast_log2(rho);
537 float rho; local
539 rho = MAX2(maxx, maxy);
540 rho = MAX2(rho, maxz);
542 return util_fast_log2(rho);
    [all...]
  /external/opencv/cv/src/
cvimgwarp.cpp 2178 int phi, rho; local
2237 double rho = bufp.data.fl[x]*M; local
    [all...]
_cvlist.h 367 float rho, theta; member in struct:__index
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
Tnaf.java 604 * @return <code>&rho; := k partmod (&tau;<sup>m</sup> - 1)/(&tau; - 1)</code>
656 ZTauElement rho = partModReduction(k, m, a, s, mu, (byte)10); local
658 return multiplyTnaf(p, rho);
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_span.c 424 GLfloat rho = MAX2(x, y); local
425 GLfloat lambda = LOG2(rho);
444 GLfloat maxU, maxV, rho, lambda;
451 rho = MAX2(maxU, maxV);
452 lambda = LOG2(rho);
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_span.c 424 GLfloat rho = MAX2(x, y); local
425 GLfloat lambda = LOG2(rho);
444 GLfloat maxU, maxV, rho, lambda;
451 rho = MAX2(maxU, maxV);
452 lambda = LOG2(rho);
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/lib/base/
CharEscapers.java 281 .addEscape('\u03A1', "&Rho;")
305 .addEscape('\u03C1', "&rho;")
    [all...]
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/base/
CharEscapers.java 281 .addEscape('\u03A1', "&Rho;")
305 .addEscape('\u03C1', "&rho;")
    [all...]
  /external/wpa_supplicant_8/src/tls/
libtommath.c     [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 230 int fast_mp_montgomery_reduce (mp_int * x, mp_int * n, mp_digit rho)
280 mu = (mp_digit) (((W[ix] & MP_MASK) * rho) & MP_MASK);
    [all...]
  /cts/suite/pts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 

Completed in 2452 milliseconds

12