/external/webkit/Source/JavaScriptCore/tests/mozilla/ecma_3/NumberFormatting/ |
tostring-001.js | 29 var n0 = 1e23; 36 reportCompare ("1e+23", n0.toString(), "1e23 toString()");
|
/external/openssl/crypto/bn/asm/ |
armv4-mont.pl | 34 $n0="r8"; 75 ldr $n0,[$_n0] @ &n0 79 ldr $n0,[$n0] @ *n0 83 str $n0,[$_n0] @ save n0 value 84 mul $n0,$alo,$n0 @ "tp[0]"*n [all...] |
sparcv9a-mont.pl | 79 $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[0 [all...] |
armv4-mont.s | 24 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 57 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 103 ldr r8,[r0,#14*4] @ restore n0 [all...] |
ppc64-mont.pl | 89 $n0="r7"; 135 $N0="f14"; $N1="f15"; $N2="f16"; $N3="f17"; 227 ld $n0,0($n0) ; pull n0[0] value 240 mulld $t7,$t7,$n0 ; tp[0]*n0 255 ; transfer (ap[0]*bp[0])*n0 to FPU as 4x16-bit values 301 lfd $N0,`$FRAME+96`($sp) 309 fcfid $N0,$N [all...] |
s390x-mont.pl | 43 $n0="%r6"; # const BN_ULONG *n0, 87 lg $n0,0($n0) # pull n0 94 lgr $mn0,$alo # "tp[0]"*n0 95 msgr $mn0,$n0 142 msgr $mn0,$n0 # tp[0]*n0
|
ppc-mont.pl | 85 $n0="r7"; 141 $LD $n0,0($n0) ; pull n0[0] value 154 $UMULL $m1,$lo0,$n0 ; "tp[0]"*n0 219 $UMULL $m1,$lo0,$n0 ; tp[0]*n0
|
sparcv9-mont.pl | 50 $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,$acc0,$mul1 ! "t[0]"*n [all...] |
x86_64-mont.pl | 36 $n0="%r8"; # const BN_ULONG *n0, 72 mov ($n0),$n0 # pull n0[0] value 83 imulq $n0,%rax # "tp[0]"*n0 131 imulq $n0,%rax # tp[0]*n0
|
alpha-mont.pl | 23 $n0="a4"; # const BN_ULONG *n0, 84 ldq $n0,0($n0) 92 mulq $lo0,$n0,$m1 180 mulq $lo0,$n0,$m1
|
mips3-mont.pl | 26 $n0="a4"; # const BN_ULONG *n0, 75 ld $n0,0($n0) 99 dmultu $lo0,$n0 183 dmultu $lo0,$n0
|
/external/tremolo/Tremolo/ |
mdct.h | 59 extern void mdct_unroll_lap(int n0,int n1,
|
mdct.c | 468 void mdct_unroll_lap(int n0,int n1, 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/openssl/crypto/ec/ |
ecp_smpl.c | 1008 BIGNUM *n0, *n1, *n2, *n3, *n4, *n5, *n6; local 1030 n0 = BN_CTX_get(ctx); 1054 if (!field_sqr(group, n0, &b->Z, ctx)) goto end; 1055 if (!field_mul(group, n1, &a->X, n0, ctx)) goto end; 1058 if (!field_mul(group, n0, n0, &b->Z, ctx)) goto end; 1059 if (!field_mul(group, n2, &a->Y, n0, ctx)) goto end; 1073 if (!field_sqr(group, n0, &a->Z, ctx)) goto end; 1074 if (!field_mul(group, n3, &b->X, n0, ctx)) goto end; 1077 if (!field_mul(group, n0, n0, &a->Z, ctx)) goto end 1172 BIGNUM *n0, *n1, *n2, *n3; local [all...] |
/external/openssl/crypto/bn/ |
bn_div.c | 137 * 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) \ 299 BN_ULONG n0,n1,rem=0; local 301 n0=wnump[0]; 303 if (n0 == d0) 305 else /* n0 < d0 */ 311 q=(BN_ULONG)(((((BN_ULLONG)n0)<<BN_BITS2)|n1)/d0) 526 BN_ULONG n0,n1,rem=0; local [all...] |
bn_mont.c | 140 if (bn_mul_mont(r->d,a->d,b->d,mont->N.d,mont->n0,num)) 180 BN_ULONG *ap,*np,*rp,n0,v,*nrp; local 208 n0=mont->n0[0]; 220 t1 = rp[0] * (n0 & 0177777); 222 t2 = n0 & t2; 229 v=bn_mul_add_words(rp,np,nl,(rp[0]*n0)&BN_MASK2); 397 ctx->n0[0] = ctx->n0[1] = 0; 438 * n0[1], and we could use the #else case (with a shorter [all...] |
/external/openssl/crypto/ |
sparcv9cap.c | 17 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) 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); 24 return bn_mul_mont_fpu(rp,ap,bp,np,n0,num); 26 return bn_mul_mont_int(rp,ap,bp,np,n0,num);
|
/packages/apps/Camera/jni/feature_stab/db_vlvm/ |
db_utilities_poly.h | 302 double C[16],n0,n1,n2,n3,m; local 351 n0=db_sqr(C[0]) +db_sqr(C[1]) +db_sqr(C[2]) +db_sqr(C[3]); 358 if(n0>=n1 && n0>=n2 && n0>=n3) 360 m=db_SafeReciprocal(sqrt(n0));
|
/bionic/libc/netbsd/resolv/ |
res_mkquery.c | 232 int n0, /* current offset in buffer */ 247 cp = buf + n0;
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
InsnFormat.java | 440 * @param n0 {@code 0..15;} low nibble 446 protected static short codeUnit(int n0, int n1, int n2, int n3) { 447 if ((n0 & 0xf) != n0) { 448 throw new IllegalArgumentException("n0 out of range 0..15"); 463 return (short) (n0 | (n1 << 4) | (n2 << 8) | (n3 << 12));
|
/dalvik/dx/src/com/android/dx/dex/code/ |
InsnFormat.java | 540 * @param n0 {@code 0..15;} low nibble 546 protected static short codeUnit(int n0, int n1, int n2, int n3) { 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/ |
cxdxt.cpp | 221 icvDFTInit( int n0, int nf, int* factors, int* itab, int elem_size, void* _wave, int inv_itab ) 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/ |
main_util.c | 258 /* Convert N0 into ascii in BUF, which is assumed to be big enough (at 261 void convert_int ( /*OUT*/HChar* buf, Long n0, 271 if (n0 < 0) { 273 u0 = (ULong)(-n0); 275 u0 = (ULong)(n0); 278 u0 = (ULong)n0;
|
/external/bison/lib/ |
quotearg.c | 581 unsigned int n0 = n; local 593 if (nslots <= n0) 600 size_t n1 = n0 + 1;
|
/ndk/sources/host-tools/sed-4.2.1/lib/ |
quotearg.c | 673 unsigned int n0 = n; local 679 if (nslots <= n0) 686 size_t n1 = n0 + 1;
|