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

  /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 1201 my @Ni=("%rbx","%r9");
1217 mov 8($nptr,$j),$Ni[1] # n[1] # modsched #
1219 mov %rax,$Ni[0] # # modsched #
1227 mov $Ni[1],%rax
1236 mov $Ni[0],%rax
1241 mov 16($nptr,$j),$Ni[0] # n[2]
1247 mov $Ni[0],%rax
1256 mov $Ni[1],%rax
1259 mov 24($nptr,$j),$Ni[1] # n[3]
1265 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 113 milliseconds