HomeSort by relevance Sort by last modified time
    Searched refs:m4 (Results 1 - 25 of 289) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libvorbis/m4/
Makefile.am 3 EXTRA_DIST = add_cflags.m4 ogg.m4 pkg.m4
  /external/elfutils/m4/
Makefile.am 20 ##m4-files-begin
21 EXTRA_DIST = codeset.m4 gettext.m4 iconv.m4 lcmessage.m4 progtest.m4 zip.m4
  /external/libusb/
bootstrap.sh 3 if ! test -d m4 ; then
4 mkdir 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...]
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/
generate.sh 3 m4 -DELF32 test1elf.asm >test1elf32.s
4 m4 -DELF64 test1elf.asm >test1elf64.s
5 m4 -DXCOFF32 test1xcoff.asm >test1xcoff32.s
6 #m4 -DXCOFF64 test1xcoff.asm >test1xcoff64.s
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
ld-sp-warn-cortex-m4.d 1 # name: Erratum 752419: Warn Loads with writebacks to SP (cortex m4)
2 # as: -mcpu=cortex-m4
4 # error-output: ld-sp-warn-cortex-m4.l
  /external/f2fs-tools/
Makefile.am 3 ACLOCAL_AMFLAGS = -I m4
  /external/netperf/
autogen.sh 3 aclocal -I src/missing/m4 \
  /prebuilts/misc/windows/sdl2/test/
autogen.sh 4 cp acinclude.m4 aclocal.m4
  /external/ltp/include/mk/
automake.mk 42 aclocal: aclocal.m4
44 aclocal.m4: $(wildcard m4/*.m4) m4/ltp-version.m4
45 $(ACLOCAL) -I m4
50 configure: configure.ac aclocal.m4
54 autoheader: configure.ac $(wildcard m4/*.m4) m4/ltp-version.m4 aclocal.m
    [all...]
  /external/apache-commons-math/src/main/java/org/apache/commons/math/stat/descriptive/moment/
FourthMoment.java 59 protected double m4; field in class:FourthMoment
66 m4 = Double.NaN;
86 m4 = 0.0;
99 m4 = m4 - 4.0 * nDev * prevM3 + 6.0 * nDevSq * prevM2 +
108 return m4;
117 m4 = Double.NaN;
140 dest.m4 = source.m4;
  /external/ltp/testcases/realtime/
Makefile 42 FILTER_OUT_DIRS := $(LIBDIR) m4
47 m4/Makefile
57 $(RM) -f aclocal.m4 config.log config.status
62 $(RM) -f aclocal.m4 configure $(AUTOMAKE_FILES) m4/Makefile.in
65 aclocal.m4:
66 $(ACLOCAL) -I $(abs_srcdir)/m4
70 include/realtime_config.h.in: configure.ac $(wildcard m4/*.m4) aclocal.m4
    [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/google-tv-pairing-protocol/cpp/
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/c-ares/
buildconf 47 test ! -f m4/cares-functions.m4; then
81 aclocal.m4 \
82 aclocal.m4.bak \
97 libtool.m4 \
99 ltoptions.m4 \
100 ltsugar.m4 \
101 ltversion.m4 \
102 lt~obsolete.m4 \
114 ${ACLOCAL:-aclocal} -I m4 $ACLOCAL_FLAG
    [all...]
  /external/icu/icu4c/source/test/perf/ubrkperf/
UBrkPerf_r.pl 36 my $m4 = "-- -m sentence";
89 "TestForwardSentence", ["$p1,$m4,TestICUForward", "$p2,$m4,TestICUForward"],
94 "TestIsBoundSentence", ["$p1,$m4,TestICUIsBound", "$p2,$m4,TestICUIsBound"],
  /external/curl/
buildconf 87 test ! -f m4/curl-functions.m4; then
256 # m4 check
258 m4=`(${M4:-m4} --version || ${M4:-gm4} --version) 2>/dev/null | head -n 1`;
259 m4_version=`echo $m4 | sed -e 's/^.* \([0-9]\)/\1/' -e 's/[a-z]* *$//'`
261 if { echo $m4 | grep "GNU" >/dev/null 2>&1; } then
262 echo "buildconf: GNU m4 version $m4_version (ok)
    [all...]
  /external/strace/tests/
ip_mreq.c 47 struct ip_mreq *const m4 = tail_alloc(sizeof(*m4)); local
52 inet_pton(AF_INET, multi4addr, &m4->imr_multiaddr);
53 inet_pton(AF_INET, interface, &m4->imr_interface);
74 m4, sizeof(*m4)
78 m4, sizeof(*m4)
129 m4, sizeof(*m4));
    [all...]
  /external/strace/tests-m32/
ip_mreq.c 47 struct ip_mreq *const m4 = tail_alloc(sizeof(*m4)); local
52 inet_pton(AF_INET, multi4addr, &m4->imr_multiaddr);
53 inet_pton(AF_INET, interface, &m4->imr_interface);
74 m4, sizeof(*m4)
78 m4, sizeof(*m4)
129 m4, sizeof(*m4));
    [all...]
  /external/strace/tests-mx32/
ip_mreq.c 47 struct ip_mreq *const m4 = tail_alloc(sizeof(*m4)); local
52 inet_pton(AF_INET, multi4addr, &m4->imr_multiaddr);
53 inet_pton(AF_INET, interface, &m4->imr_interface);
74 m4, sizeof(*m4)
78 m4, sizeof(*m4)
129 m4, sizeof(*m4));
    [all...]
  /external/clang/test/CodeGenCXX/
attr-disable-tail-calls.cpp 8 [[clang::disable_tail_calls]] int m4();
21 t += b->m1() + b->m2() + b->m3() + b->m4();
  /hardware/intel/common/libmix/mix_audio/
autogen.sh 12 aclocal -I m4/ $ACLOCAL_FLAGS || exit 1
  /hardware/intel/common/libmix/mix_common/
autogen.sh 3 aclocal -I m4/ $ACLOCAL_FLAGS || exit 1
  /hardware/intel/common/libmix/mix_vbp/
autogen.sh 12 aclocal -I m4/ $ACLOCAL_FLAGS || exit 1

Completed in 746 milliseconds

1 2 3 4 5 6 7 8 91011>>