/external/libvorbis/m4/ |
Makefile.am | 3 EXTRA_DIST = add_cflags.m4 ogg.m4 pkg.m4
|
/external/elfutils/m4/ |
Makefile.am | 28 ##m4-files-begin 29 EXTRA_DIST = codeset.m4 gettext.m4 iconv.m4 lcmessage.m4 progtest.m4
|
/external/eigen/doc/ |
tutorial.cpp | 9 Eigen::Matrix4f m4 = Eigen::Matrix4f::Identity(); local 11 std::cout << "*** Step 1 ***\nm3:\n" << m3 << "\nm4:\n" << m4 << std::endl; 14 m4.setZero(); 17 std::cout << "*** Step 2 ***\nm3:\n" << m3 << "\nm4:\n" << m4 << std::endl; 20 m4.block<3,3>(0,1) = m3; 21 m3.row(2) = m4.block<1,3>(2,0); 23 std::cout << "*** Step 3 ***\nm3:\n" << m3 << "\nm4:\n" << m4 << std::endl; 28 m4.block(0,1,3,3).setIdentity(); 29 std::cout << "*** Step 4 ***\nm4:\n" << m4 << std::endl; 33 m4.diagonal().block(1,2).setOnes() [all...] |
/external/bison/data/ |
Makefile.am | 16 dist_pkgdata_DATA = README bison.m4 \ 17 c-like.m4 \ 18 c-skel.m4 c.m4 yacc.c glr.c \ 19 c++-skel.m4 c++.m4 location.cc lalr1.cc glr.cc stack.hh \ 20 java-skel.m4 java.m4 lalr1.java 23 dist_m4sugar_DATA = m4sugar/m4sugar.m4 m4sugar/foreach.m4 [all...] |
/external/chromium/sdch/open-vcdiff/ |
autogen.sh | 4 # aclocal.m4 configure Makefile.in src/config.h.in \ 14 trap 'rm -f aclocal.m4.tmp' EXIT 33 # aclocal tries to overwrite aclocal.m4 even if the contents haven't 37 "$ACLOCAL" --force -I m4 --output=aclocal.m4.tmp 38 if cmp aclocal.m4.tmp aclocal.m4; then 39 touch aclocal.m4 # pretend that we regenerated the file 40 rm -f aclocal.m4.tmp 42 mv aclocal.m4.tmp aclocal.m4 # we did set -e above, so we die if this fail [all...] |
/external/qemu/distrib/sdl-1.2.15/test/ |
autogen.sh | 4 cp acinclude.m4 aclocal.m4
|
/external/chromium_org/sdch/open-vcdiff/ |
autogen.sh | 18 # aclocal.m4 configure Makefile.in src/config.h.in \ 28 trap 'rm -f aclocal.m4.tmp' EXIT 47 # aclocal tries to overwrite aclocal.m4 even if the contents haven't 51 "$ACLOCAL" --force -I m4 -I gflags/m4 --output=aclocal.m4.tmp 52 if cmp aclocal.m4.tmp aclocal.m4; then 53 touch aclocal.m4 # pretend that we regenerated the file 54 rm -f aclocal.m4.tm [all...] |
/external/open-vcdiff/ |
autogen.sh | 18 # aclocal.m4 configure Makefile.in src/config.h.in \ 28 trap 'rm -f aclocal.m4.tmp' EXIT 47 # aclocal tries to overwrite aclocal.m4 even if the contents haven't 51 "$ACLOCAL" --force -I m4 -I gflags/m4 --output=aclocal.m4.tmp 52 if cmp aclocal.m4.tmp aclocal.m4; then 53 touch aclocal.m4 # pretend that we regenerated the file 54 rm -f aclocal.m4.tm [all...] |
/external/llvm/projects/sample/autoconf/ |
AutoRegen.sh | 13 if test -d ../../../autoconf/m4 ; then 14 cd ../../../autoconf/m4 18 elif test -d ../../llvm/autoconf/m4 ; then 19 cd ../../llvm/autoconf/m4 27 if test -d "$REPLY/autoconf/m4" ; then 39 echo "Regenerating aclocal.m4 with aclocal" 40 rm -f aclocal.m4 41 aclocal -I $cwd/m4 || die "aclocal failed"
|
/external/chromium_org/third_party/tcmalloc/vendor/ |
autogen.sh | 3 # Before using, you should figure out all the .m4 macros that your 4 # configure.m4 script needs and make sure they exist in the m4/ 8 # aclocal.m4 configure Makefile.in src/config.h.in \ 18 trap 'rm -f aclocal.m4.tmp' EXIT 36 # aclocal tries to overwrite aclocal.m4 even if the contents haven't 40 "$ACLOCAL" --force -I m4 --output=aclocal.m4.tmp 41 if cmp aclocal.m4.tmp aclocal.m4; the [all...] |
/external/eigen/doc/examples/ |
Tutorial_simple_example_fixed_size.cpp | 10 Matrix4f m4 = Matrix4f::Identity(); local 14 << m4 << "\nv4:\n" << v4 << std::endl;
|
/external/chromium_org/third_party/icu/source/test/perf/ubrkperf/ |
UBrkPerf.pl | 33 my $m4 = "-- -m sentence"; 83 "TestForwardSentence", ["$p1 $m4 TestICUForward", "$p2 $m4 TestICUForward", "$p3 $m4 TestICUForward"], 88 "TestIsBoundSentence", ["$p1 $m4 TestICUIsBound", "$p2 $m4 TestICUIsBound", "$p3 $m4 TestICUIsBound"],
|
UBrkPerf_r.pl | 32 my $m4 = "-- -m sentence"; 75 "TestForwardSentence", ["$p1 $m4 TestICUForward", "$p2 $m4 TestICUForward"], 80 "TestIsBoundSentence", ["$p1 $m4 TestICUIsBound", "$p2 $m4 TestICUIsBound"],
|
/external/icu4c/test/perf/ubrkperf/ |
UBrkPerf.pl | 33 my $m4 = "-- -m sentence"; 83 "TestForwardSentence", ["$p1 $m4 TestICUForward", "$p2 $m4 TestICUForward", "$p3 $m4 TestICUForward"], 88 "TestIsBoundSentence", ["$p1 $m4 TestICUIsBound", "$p2 $m4 TestICUIsBound", "$p3 $m4 TestICUIsBound"],
|
UBrkPerf_r.pl | 32 my $m4 = "-- -m sentence"; 75 "TestForwardSentence", ["$p1 $m4 TestICUForward", "$p2 $m4 TestICUForward"], 80 "TestIsBoundSentence", ["$p1 $m4 TestICUIsBound", "$p2 $m4 TestICUIsBound"],
|
/external/qemu/distrib/sdl-1.2.15/acinclude/ |
ltversion.m4 | 2 # ltversion.m4 -- version numbers -*- Autoconf -*- 13 # serial 3012 ltversion.m4 22 _LT_DECL(, macro_version, 0, [Which release of libtool.m4 was used?])
|
/external/libvpx/libvpx/vp9/common/x86/ |
vp9_intrapred_ssse3.asm | 232 mova m4, [aboveq+16] 238 pshufb m2, m4, [GLOBAL(sh_b23456789abcdefff)] 239 pavgb m3, m2, m4 240 pxor m2, m4 241 palignr m5, m4, m0, 1 242 palignr m6, m4, m0, 2 243 pshufb m4, m1 246 pavgb m4, m3 257 mova [dstq +16], m4 258 mova [dst16q ], m4 [all...] |
/external/qemu/distrib/sdl-1.2.15/ |
autogen.sh | 7 cat acinclude/* >aclocal.m4
|
/external/libvpx/libvpx/vp9/encoder/x86/ |
vp9_error_sse2.asm | 20 pxor m4, m4 ; sse accumulator 42 paddq m4, m7 44 paddq m4, m0 46 paddq m4, m7 48 paddq m4, m1 60 movhlps m5, m4 62 paddq m4, m5 65 movq rax, m4 69 pshufd m5, m4, 0x [all...] |
vp9_sad4d_sse2.asm | 20 movd m4, [ref2q+%3] 25 punpckldq m4, [ref2q+%5] 29 psadbw m4, m0 32 punpckldq m6, m4 38 movd m4, [ref4q+%3] 43 punpckldq m4, [ref4q+%5] 47 psadbw m4, m0 49 punpckldq m3, m4 66 movh m4, [ref1q+%3] 71 movhps m4, [ref1q+%5 [all...] |
vp9_subpel_variance.asm | 92 punpcklwd m4, m6, m5 95 paddd m6, m4 97 movhlps m4, m6 99 paddd m6, m4 101 pshufd m4, m6, 0x1 103 paddd m6, m4 106 pshufw m4, m6, 0xe 108 paddw m6, m4 114 pshufw m4, m6, 0xe 115 paddd m6, m4 [all...] |
/art/test/ProtoCompare/ |
ProtoCompare.java | 21 long m4(long x, int y, short z) { return x + y + z; } method in class:ProtoCompare
|
/art/test/ProtoCompare2/ |
ProtoCompare2.java | 21 long m4(long x, int y, short z) { return x + y + z; } method in class:ProtoCompare2
|
/external/elfutils/ |
Makefile.am | 28 ACLOCAL_AMFLAGS = -I m4 33 SUBDIRS = config m4 lib libelf libebl libdwfl libdw libcpu libasm backends \
|
/external/eigen/test/ |
sparse_product.cpp | 15 static void run(SparseMatrixType& m2, SparseMatrixType& m4, DenseMatrix& refMat2, DenseMatrix& refMat4) { 18 VERIFY_IS_APPROX(m4=m2.col(c)*refMat2.col(c1).transpose(), refMat4=refMat2.col(c)*refMat2.col(c1).transpose()); 19 VERIFY_IS_APPROX(m4=refMat2.col(c1)*m2.col(c).transpose(), refMat4=refMat2.col(c1)*refMat2.col(c).transpose()); 24 static void run(SparseMatrixType& m2, SparseMatrixType& m4, DenseMatrix& refMat2, DenseMatrix& refMat4) { 27 VERIFY_IS_APPROX(m4=m2.row(r).transpose()*refMat2.col(c1).transpose(), refMat4=refMat2.row(r).transpose()*refMat2.col(c1).transpose()); 28 VERIFY_IS_APPROX(m4=refMat2.col(c1)*m2.row(r), refMat4=refMat2.col(c1)*refMat2.row(r)); 32 // (m2,m4,refMat2,refMat4,dv1); 33 // VERIFY_IS_APPROX(m4=m2.innerVector(c)*dv1.transpose(), refMat4=refMat2.colVector(c)*dv1.transpose()); 34 // VERIFY_IS_APPROX(m4=dv1*mcm.col(c).transpose(), refMat4=dv1*refMat2.col(c).transpose()); 69 SparseMatrixType m4 (rows, cols) [all...] |