Home
last modified time | relevance | path

Searched defs:rho (Results 1 – 17 of 17) sorted by relevance

/external/dropbear/libtommath/
Dbn_mp_montgomery_setup.c20 mp_montgomery_setup (mp_int * n, mp_digit * rho) in mp_montgomery_setup()
Dbn_mp_montgomery_reduce.c20 mp_montgomery_reduce (mp_int * x, mp_int * n, mp_digit rho) in mp_montgomery_reduce()
Dbn_fast_mp_montgomery_reduce.c26 int fast_mp_montgomery_reduce (mp_int * x, mp_int * n, mp_digit rho) in fast_mp_montgomery_reduce()
/external/iproute2/netem/
Dstats.c24 double mu=0.0, sigma=0.0, sumsquare=0.0, sum=0.0, top=0.0, rho=0.0; in stats() local
Dmaketable.c51 arraystats(double *x, int limit, double *mu, double *sigma, double *rho) in arraystats()
200 double mu, sigma, rho; in main() local
/external/bouncycastle/src/main/java/org/bouncycastle/math/ec/
DWTauNafMultiplier.java35 ZTauElement rho = Tnaf.partModReduction(k, m, a, s, mu, (byte)10); in multiply() local
DTnaf.java656 ZTauElement rho = partModReduction(k, m, a, s, mu, (byte)10); in multiplyRTnaf() local
/external/opencv/cv/src/
D_cvlist.h367 float rho, theta; member
Dcvhough.cpp64 float rho; member
484 float rho, float theta, int threshold, in icvHoughLinesProbabalistic()
741 double rho, double theta, int threshold, in cvHoughLines2()
Dcvimgwarp.cpp2178 int phi, rho; in cvLogPolar() local
2237 double rho = bufp.data.fl[x]*M; in cvLogPolar() local
/external/opencv/ml/src/
Dmlsvm.cpp798 CvSVMSolver::calc_rho( double& rho, double& r ) in calc_rho()
903 CvSVMSolver::calc_rho_nu_svm( double& rho, double& r ) in calc_rho_nu_svm()
1284 CvMemStorage* _storage, double* alpha, double& rho ) in train1()
/external/opencv/cv/include/
Dcvcompat.h503 CV_INLINE int cvHoughLines( CvArr* image, double rho, in cvHoughLines()
515 CV_INLINE int cvHoughLinesP( CvArr* image, double rho, in cvHoughLinesP()
528 CV_INLINE int cvHoughLinesSDiv( CvArr* image, double rho, int srn, in cvHoughLinesSDiv()
/external/openssl/crypto/bn/
Dbn_gf2m.c942 BIGNUM *a, *z, *rho, *w, *w2, *tmp; in BN_GF2m_mod_solve_quad_arr() local
/external/opencv/ml/include/
Dml.h382 double rho; member
474 double rho; member
/external/wpa_supplicant_6/wpa_supplicant/src/tls/
Dlibtommath.c2634 mp_montgomery_setup (mp_int * n, mp_digit * rho) in mp_montgomery_setup()
2681 int fast_mp_montgomery_reduce (mp_int * x, mp_int * n, mp_digit rho) in fast_mp_montgomery_reduce()
/external/wpa_supplicant_8/src/tls/
Dlibtommath.c2634 mp_montgomery_setup (mp_int * n, mp_digit * rho) in mp_montgomery_setup()
2681 static int fast_mp_montgomery_reduce (mp_int * x, mp_int * n, mp_digit rho) in fast_mp_montgomery_reduce()
/external/dropbear/libtommath/pre_gen/
Dmpi.c230 int fast_mp_montgomery_reduce (mp_int * x, mp_int * n, mp_digit rho) in fast_mp_montgomery_reduce()
4750 mp_montgomery_reduce (mp_int * x, mp_int * n, mp_digit rho) in mp_montgomery_reduce()
4872 mp_montgomery_setup (mp_int * n, mp_digit * rho) in mp_montgomery_setup()