Searched refs:n0 (Results 1 - 25 of 42) sorted by relevance

12

/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/NumberFormatting/
H A Dtostring-001.js29 var n0 = 1e23;
36 reportCompare ("1e+23", n0.toString(), "1e23 toString()");
/external/openssl/crypto/bn/asm/
H A Darmv4-mont.pl37 $n0="r8";
78 ldr $n0,[$_n0] @ &n0
82 ldr $n0,[$n0] @ *n0
86 str $n0,[$_n0] @ save n0 value
87 mul $n0,$alo,$n0
[all...]
H A Darmv4-mont.s24 ldr r8,[r0,#14*4] @ &n0
28 ldr r8,[r8] @ *n0
32 str r8,[r0,#14*4] @ save n0 value
33 mul r8,r10,r8 @ "tp[0]"*n0
35 umlal r10,r12,r6,r8 @ np[0]*n0+"t[0]"
45 umlal r12,r14,r6,r8 @ np[j]*n0
55 ldr r8,[r0,#14*4] @ restore n0
76 umlal r10,r12,r6,r8 @ np[0]*n0+"tp[0]"
86 umlal r12,r14,r6,r8 @ np[j]*n0
99 ldr r8,[r0,#14*4] @ restore n0
[all...]
H A Ds390x-mont.pl70 $n0="%r6"; # const BN_ULONG *n0,
121 lg $n0,0($n0) # pull n0
122 _dswap $n0
131 lgr $mn0,$alo # "tp[0]"*n0
132 msgr $mn0,$n0
184 msgr $mn0,$n0 # tp[0]*n0
[all...]
H A Dppc-mont.pl86 $n0="r7";
148 $LD $n0,0($n0) ; pull n0[0] value
161 $UMULL $m1,$lo0,$n0 ; "tp[0]"*n0
226 $UMULL $m1,$lo0,$n0 ; tp[0]*n0
H A Dsparcv9-mont.pl50 $n0="%i4"; # const BN_ULONG *n0,
94 ld [$n0],$n0
117 mulx $n0,$acc0,$mul1 ! "t[0]"*n0
120 mulx $car1,$mul1,$car1 ! np[0]*"t[0]"*n0
121 mulx $npj,$mul1,$acc1 !prologue! np[1]*"t[0]"*n0
189 mulx $n0,$acc0,$mul1
307 mulx $n0,
[all...]
H A Dalpha-mont.pl23 $n0="a4"; # const BN_ULONG *n0,
84 ldq $n0,0($n0)
92 mulq $lo0,$n0,$m1
180 mulq $lo0,$n0,$m1
H A Dmips3-mont.pl26 $n0="a4"; # const BN_ULONG *n0,
75 ld $n0,0($n0)
99 dmultu $lo0,$n0
183 dmultu $lo0,$n0
H A Dmips-mont.pl94 $n0=$a4; # const BN_ULONG *n0,
128 lw $n0,16($sp)
168 $LD $n0,0($n0)
184 $MULTU $lo0,$n0
268 $MULTU $lo0,$n0
H A Dppc64-mont.pl106 $n0="r7";
245 ld $n0,0($n0) ; pull n0[0] value
249 mr $t1,$n0
252 lwz $n0,0($t1) ; pull n0[0,1] value
257 insrdi $n0,$t1,32,0
271 mulld $t7,$t7,$n0 ; tp[0]*n0
[all...]
H A Dsparcv9a-mont.pl79 $n0="%i4"; # const BN_ULONG *n0,
91 $n0="%g4"; # reassigned(!) to "64-bit" register
140 ld [%i4+0],$n0 ! $n0 reassigned, remember?
144 or %o0,$n0,$n0 ! $n0=n0[1].n0[
[all...]
/external/openssl/crypto/ec/
H A Decp_smpl.c649 BIGNUM *n0, *n1, *n2, *n3, *n4, *n5, *n6; local
671 n0 = BN_CTX_get(ctx);
695 if (!field_sqr(group, n0, &b->Z, ctx)) goto end;
696 if (!field_mul(group, n1, &a->X, n0, ctx)) goto end;
699 if (!field_mul(group, n0, n0, &b->Z, ctx)) goto end;
700 if (!field_mul(group, n2, &a->Y, n0, ctx)) goto end;
714 if (!field_sqr(group, n0, &a->Z, ctx)) goto end;
715 if (!field_mul(group, n3, &b->X, n0, ctx)) goto end;
718 if (!field_mul(group, n0, n
813 BIGNUM *n0, *n1, *n2, *n3; local
[all...]
/external/openssl/crypto/bn/
H A Dbn_mont.c140 if (bn_mul_mont(r->d,a->d,b->d,mont->N.d,mont->n0,num))
180 BN_ULONG *ap,*np,*rp,n0,v,carry; local
203 n0=mont->n0[0];
215 t1 = rp[0] * (n0 & 0177777);
217 t2 = n0 & t2;
224 v=bn_mul_add_words(rp,np,nl,(rp[0]*n0)&BN_MASK2);
339 ctx->n0[0] = ctx->n0[1] = 0;
380 * n0[
[all...]
H A Dbn_div.c137 * in reply to ((((BN_ULLONG)n0)<<BN_BITS2)|n1)/d0 (I fail to
144 # define bn_div_words(n0,n1,d0) \
148 : "a"(n1), "d"(n0), "g"(d0) \
158 # define bn_div_words(n0,n1,d0) \
162 : "a"(n1), "d"(n0), "g"(d0) \
323 BN_ULONG n0,n1,rem=0; local
325 n0=wnump[0];
327 if (n0 == d0)
329 else /* n0 < d0 */
335 q=(BN_ULONG)(((((BN_ULLONG)n0)<<BN_BITS
[all...]
H A Dbn_exp.c687 const BN_ULONG *n0,int num,int power);
693 BN_ULONG *np=mont->N.d, *n0=mont->n0; local
702 bn_mul_mont(tmp.d,am.d,am.d,np,n0,top);
709 bn_mul_mont_gather5(tmp.d,am.d,powerbuf,np,n0,top,i-1);
716 bn_mul_mont(tmp.d,tmp.d,tmp.d,np,n0,top);
722 bn_mul_mont_gather5(tmp.d,am.d,powerbuf,np,n0,top,i-1);
726 bn_mul_mont(tmp.d,tmp.d,tmp.d,np,n0,top);
732 bn_mul_mont_gather5(tmp.d,am.d,powerbuf,np,n0,top,i-1);
734 bn_mul_mont(tmp.d,tmp.d,tmp.d,np,n0,to
[all...]
/external/tremolo/Tremolo/
H A Dmdct.h59 extern void mdct_unroll_lap(int n0,int n1,
H A Dmdct.c468 void mdct_unroll_lap(int n0,int n1, argument
479 DATA_TYPE *l=in+(W&&lW ? n1>>1 : n0>>1);
480 DATA_TYPE *r=right+(lW ? n1>>2 : n0>>2);
482 LOOKUP_T *wR=(W && lW ? w1+(n1>>1) : w0+(n0>>1));
485 int preLap=(lW && !W ? (n1>>2)-(n0>>2) : 0 );
486 int halfLap=(lW && W ? (n1>>2) : (n0>>2) );
487 int postLap=(!lW && W ? (n1>>2)-(n0>>2) : 0 );
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
H A DTestDotTreeGenerator.cs67 + @" n0 [label=""""];" + newline
74 + @" n0 -> n1 // """" -> ""*""" + newline
77 + @" n0 -> n4 // """" -> """"" + newline
/external/openssl/crypto/
H A Dsparcv9cap.c17 int bn_mul_mont(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num) argument
19 int bn_mul_mont_fpu(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num);
20 int bn_mul_mont_int(BN_ULONG *rp, const BN_ULONG *ap, const BN_ULONG *bp, const BN_ULONG *np,const BN_ULONG *n0, int num);
25 return bn_mul_mont_fpu(rp,ap,bp,np,n0,num);
27 return bn_mul_mont_int(rp,ap,bp,np,n0,num);
/external/v8/src/
H A Dinterface.cc191 int n0 = n > 0 ? n : 0; local
209 } else if (n < 0 || n0 >= 2 * FLAG_print_interface_depth) {
217 PrintF("%*s%s : ", n0 + 2, "", name->ToAsciiArray());
218 interface->Print(n0 + 2);
220 PrintF("%*s}\n", n0, "");
/external/libvorbis/lib/
H A Dblock.c745 int n0=ci->blocksizes[0]>>(hs+1); local
781 float *pcm=v->pcm[j]+prevCenter+n1/2-n0/2;
783 for(i=0;i<n0;i++)
784 pcm[i]=pcm[i]*w[n0-i-1] +p[i]*w[i];
791 float *p=vb->pcm[j]+n1/2-n0/2;
792 for(i=0;i<n0;i++)
793 pcm[i]=pcm[i]*w[n0-i-1] +p[i]*w[i];
794 for(;i<n1/2+n0/2;i++)
801 for(i=0;i<n0;i++)
802 pcm[i]=pcm[i]*w[n0
939 int n0=ci->blocksizes[0]>>(hs+1); local
[all...]
/external/dexmaker/src/dx/java/com/android/dx/dex/code/
H A DInsnFormat.java540 * @param n0 {@code 0..15;} low nibble
546 protected static short codeUnit(int n0, int n1, int n2, int n3) { argument
547 if ((n0 & 0xf) != n0) {
548 throw new IllegalArgumentException("n0 out of range 0..15");
563 return (short) (n0 | (n1 << 4) | (n2 << 8) | (n3 << 12));
/external/opencv/cxcore/src/
H A Dcxdxt.cpp221 icvDFTInit( int n0, int nf, int* factors, int* itab, int elem_size, void* _wave, int inv_itab ) argument
230 if( n0 <= 5 )
233 itab[n0-1] = n0-1;
235 if( n0 != 4 )
237 for( i = 1; i < n0-1; i++ )
245 if( n0 == 5 )
252 if( n0 != 4 )
311 for( i = n, j = radix[2]; i < n0; )
315 if( (i += n) >= n0 )
[all...]
/external/valgrind/main/VEX/priv/
H A Dmain_util.c261 void convert_int ( /*OUT*/HChar* buf, Long n0, argument
271 if (n0 < 0) {
273 u0 = (ULong)(-n0);
275 u0 = (ULong)(n0);
278 u0 = (ULong)n0;
/external/bison/lib/
H A Dquotearg.c581 unsigned int n0 = n; local
593 if (nslots <= n0)
600 size_t n1 = n0 + 1;

Completed in 391 milliseconds

12