HomeSort by relevance Sort by last modified time
    Searched full:mul2 (Results 1 - 8 of 8) sorted by null

  /external/qemu/tcg/
TODO 3 - See if it is worth exporting mul2, mulu2, div2, divu2.
  /external/llvm/test/CodeGen/Mips/
2010-11-09-Mul.ll 11 define i32 @mul2(i32 %a, i32 %b) nounwind readnone {
  /external/v8/test/mjsunit/
number-limits.js 41 mulBelowMin <= 0, "mul2" + i);
  /external/valgrind/main/coregrind/m_debuginfo/
tytypes.c 635 static MaybeULong mul_MaybeULong ( MaybeULong mul1, MaybeULong mul2 ) {
637 if (!mul2.b) { vg_assert(mul2.ul == 0); return mul2; }
638 mul1.ul *= mul2.ul;
d3basics.c 1008 MaybeULong *mul, *mul2; local
    [all...]
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
dc.sed 258 : mul2
273 /|<^/!b mul2
  /external/dropbear/libtommath/mtest/
mtest.c 277 printf("mul2\n");
  /external/dropbear/libtommath/demo/
demo.c 685 } else if (!strcmp(cmd, "mul2")) {

Completed in 337 milliseconds