HomeSort by relevance Sort by last modified time
    Searched refs:Ni (Results 1 - 9 of 9) sorted by null

  /ndk/sources/cxx-stl/llvm-libc++/test/numerics/rand/rand.dis/rand.dist.samp/rand.dist.samp.pconst/
eval_param.pass.cpp 61 const size_t Ni = ub - lb;
63 assert(Ni == 0);
66 assert(std::abs((double)Ni/N - prob[i]) / prob[i] < .01);
67 double mean = std::accumulate(lb, ub, 0.0) / Ni;
79 var /= Ni;
81 skew /= Ni * dev * var;
82 kurtosis /= Ni * var * var;
eval.pass.cpp 59 const size_t Ni = ub - lb;
61 assert(Ni == 0);
64 assert(std::abs((double)Ni/N - prob[i]) / prob[i] < .01);
65 double mean = std::accumulate(lb, ub, 0.0) / Ni;
77 var /= Ni;
79 skew /= Ni * dev * var;
80 kurtosis /= Ni * var * var;
119 const size_t Ni = ub - lb;
121 assert(Ni == 0);
124 assert(std::abs((double)Ni/N - prob[i]) / prob[i] < .01)
    [all...]
  /external/clang/test/SemaCXX/
using-directive.cpp 71 namespace Ni {
72 int i(); // expected-note{{candidate found by name lookup is 'Ni::i'}}
77 using namespace Ni;
  /external/opencv/cvaux/src/
cvmorphcontours.cpp 550 int Ni,Nj; // size of contours
567 Ni = contour1->total + 1;
570 point1 = (CvPoint* )malloc( Ni*sizeof(CvPoint) );
578 point1[Ni-1] = point1[0];
584 i = Ni-1; //correspondence to points of contour1
630 int Ni,Nj; // size of contours
648 Ni = contour1->total + 1;
652 W = (_CvWork**)malloc(sizeof(_CvWork*)*Ni);
653 for(i=0; i<Ni; i++)
658 point1 = (CvPoint* )malloc( Ni*sizeof(CvPoint) )
    [all...]
  /external/openssl/crypto/bn/
bn_mont.c 302 if (!BN_mul(t2,t1,&mont->Ni,ctx)) goto err;
338 BN_init(&(ctx->Ni));
350 BN_free(&(mont->Ni));
409 /* Ni = (R*Ri-1)/N,
433 /* Ni = (R*Ri-1)/N,
449 /* Ni = (R*Ri-1) / N */
450 if (!BN_div(&(mont->Ni),NULL,Ri,&mont->N,ctx)) goto err;
471 if (!BN_copy(&(to->Ni),&(from->Ni))) return NULL;
bn.h 334 BIGNUM Ni; /* R*(1/R mod N) - N*Ni = 1
335 * (Ni is only stored for bignum algorithm) */
336 BN_ULONG n0[2];/* least significant word(s) of Ni;
    [all...]
  /system/core/libpixelflinger/codeflinger/
texturing.cpp     [all...]
  /external/openssl/crypto/bn/asm/
x86_64-mont.pl 1202 my @Ni=("%rbx","%r9");
1218 mov 8($nptr,$j),$Ni[1] # n[1] # modsched #
1220 mov %rax,$Ni[0] # # modsched #
1228 mov $Ni[1],%rax
1237 mov $Ni[0],%rax
1242 mov 16($nptr,$j),$Ni[0] # n[2]
1248 mov $Ni[0],%rax
1257 mov $Ni[1],%rax
1260 mov 24($nptr,$j),$Ni[1] # n[3]
1266 mov $Ni[1],%ra
    [all...]
  /external/openssl/include/openssl/
bn.h 334 BIGNUM Ni; /* R*(1/R mod N) - N*Ni = 1
335 * (Ni is only stored for bignum algorithm) */
336 BN_ULONG n0[2];/* least significant word(s) of Ni;
    [all...]

Completed in 289 milliseconds