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

  /external/openssl/crypto/bn/asm/
sparcv9-mont.pl 70 $mul1="%l3";
117 mulx $n0,$acc0,$mul1 ! "t[0]"*n0
118 and $mul1,$mask,$mul1
120 mulx $car1,$mul1,$car1 ! np[0]*"t[0]"*n0
121 mulx $npj,$mul1,$acc1 !prologue! np[1]*"t[0]"*n0
130 mulx $npj,$mul1,$tmp1
149 mulx $npj,$mul1,$tmp1
189 mulx $n0,$acc0,$mul1
190 and $mul1,$mask,$mul
    [all...]
x86-mont.pl 113 $mul1="mm5";
132 &movd ($mul1,&DWP(0,$ap)); # ap[0]
135 &pmuludq($mul1,$mul0); # ap[0]*bp[0]
136 &movq ($car0,$mul1);
137 &movq ($acc0,$mul1); # I wish movd worked for
140 &pmuludq($mul1,$_n0q); # *=n0
142 &pmuludq($car1,$mul1); # "t[0]"*np[0]*n0
154 &pmuludq($acc1,$mul1); # np[j]*m1
172 &pmuludq($acc1,$mul1); # np[num-1]*m1
193 &movd ($mul1,&DWP(0,$ap)); # ap[0
    [all...]
  /external/eigen/Eigen/src/Geometry/arch/
Geometry_SSE.h 48 __m128 mul1=_mm_mul_ps(vec4f_swizzle1(a,1,2,0,3),vec4f_swizzle1(b,2,0,1,3)); local
51 pstore(&res.x(),_mm_sub_ps(mul1,mul2));
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
dc.sed 251 : mul1
254 /<~[^>]*>:0*;/!t mul1
  /external/valgrind/main/coregrind/m_debuginfo/
tytypes.c 662 static MaybeULong mul_MaybeULong ( MaybeULong mul1, MaybeULong mul2 ) {
663 if (!mul1.b) { vg_assert(mul1.ul == 0); return mul1; }
665 mul1.ul *= mul2.ul;
666 return mul1;
  /external/webp/src/enc/
backward_references.c 488 const double mul1 = (recursive_cost_model != 0) ? 1.0 : 0.82; local
580 cost_val += GetLiteralCost(cost_model, argb[i]) * mul1;

Completed in 244 milliseconds