Searched refs:all (Results 1 - 25 of 58) sorted by relevance

123

/gem5/ext/googletest/googlemock/make/
H A DMakefile9 # make [all] - makes everything.
11 # make clean - removes all files generated by make.
47 # All Google Mock headers. Note that all Google Test headers are
56 all : $(TESTS)
77 gtest-all.o : $(GTEST_SRCS_)
79 -c $(GTEST_DIR)/src/gtest-all.cc
81 gmock-all.o : $(GMOCK_SRCS_)
83 -c $(GMOCK_DIR)/src/gmock-all.cc
89 gmock.a : gmock-all.o gtest-all
[all...]
/gem5/ext/googletest/googletest/scripts/test/
H A DMakefile5 # make [all] - makes everything.
8 # make clean - removes all files generated by make.
15 FUSED_GTEST_ALL_CC = $(FUSED_GTEST_DIR)/gtest/gtest-all.cc
31 all : sample1_unittest
33 check : all
45 gtest-all.o : $(FUSED_GTEST_H) $(FUSED_GTEST_ALL_CC)
46 $(CXX) $(CPPFLAGS) $(CXXFLAGS) -c $(FUSED_GTEST_DIR)/gtest/gtest-all.cc
58 sample1_unittest : sample1.o sample1_unittest.o gtest-all.o gtest_main.o
/gem5/tests/test-progs/pthread/
H A DMakefile.common10 # unmodified and in its entirety in all distributions of the software,
56 all: $(addprefix $(BIN_DIR)/,$(TESTS))
65 .PHONY: all clean
/gem5/ext/googletest/googletest/make/
H A DMakefile7 # make [all] - makes everything.
9 # make clean - removes all files generated by make.
41 all : $(TESTS)
56 gtest-all.o : $(GTEST_SRCS_)
58 $(GTEST_DIR)/src/gtest-all.cc
64 gtest.a : gtest-all.o
67 gtest_main.a : gtest-all.o gtest_main.o
/gem5/src/base/
H A Dinet.cc11 * unmodified and in its entirety in all distributions of the software,
267 int all = hlen() - sizeof(struct ip_hdr); local
268 while (all > 0) {
271 if (all < len)
275 all -= len;
289 /* Scan the IP6 header for all header extensions
298 int all = plen(); local
305 all -= ext->len();
306 assert(all >= 0);
321 int all local
346 int all = plen(); local
364 int all = off() - sizeof(struct tcp_hdr); local
[all...]
/gem5/system/arm/simple_bootloader/
H A DMakefile10 # unmodified and in its entirety in all distributions of the software,
49 all: boot.arm boot_emm.arm
63 .PHONY: all clean
/gem5/ext/sst/
H A DMakefile10 .PHONY: clean all
12 all: libgem5.so
/gem5/tests/test-progs/insttest/src/riscv/
H A DMakefile36 all: $(TARGETS)
52 .PHONY: all clean
/gem5/ext/pybind11/tests/
H A Dtest_eigen.py196 assert np.all(m.diagonal(ref) == ref.diagonal())
197 assert np.all(m.diagonal_1(ref) == ref.diagonal(1))
199 assert np.all(m.diagonal_n(ref, i) == ref.diagonal(i)), "m.diagonal_n({})".format(i)
201 assert np.all(m.block(ref, 2, 1, 3, 3) == ref[2:5, 1:4])
202 assert np.all(m.block(ref, 1, 4, 4, 2) == ref[1:, 4:])
203 assert np.all(m.block(ref, 1, 4, 3, 2) == ref[1:4, 4:])
210 assert np.all(mymat == np.array([[1, 0, 0], [2, 3, 0], [4, 5, 6]])), "cholesky{}".format(i)
314 # All of the changes made all the way along should be visible everywhere
380 assert np.all(zr == np.array([[1., 2, 3], [104, 5, 6], [7, 8, 9]]))
382 assert np.all(z
[all...]
H A Dtest_numpy_array.py33 assert all(m.shape(a) == [])
34 assert all(m.strides(a) == [])
50 assert all(m.shape(a) == [2, 3])
53 assert all(m.strides(a) == [6, 2])
92 assert all(m.data_t(arr, *args) == ret)
93 assert all(m.data(arr, *args)[(0 if byteorder == 'little' else 1)::2] == ret)
94 assert all(m.data(arr, *args)[(1 if byteorder == 'little' else 0)::2] == 0)
109 assert all(m.mutate_at_t(arr, 0, 2).ravel() == [1, 2, 4, 4, 5, 6])
110 assert all(m.mutate_at_t(arr, 1, 0).ravel() == [1, 2, 4, 5, 5, 6])
122 assert all(
[all...]
H A Dtest_sequences_and_iterators.py12 return all(isclose(a, b, rel_tol=rel_tol, abs_tol=abs_tol) for a, b in zip(a_list, b_list))
153 assert all(m.tuple_iterator(tuple(r)))
154 assert all(m.list_iterator(list(r)))
155 assert all(m.sequence_iterator(r))
/gem5/ext/mcpat/
H A Dmakefile5 .PHONY: all dbg opt clean clean_dbg clean_opt
7 all: opt
H A Dmcpat.mk3 .PHONY: all depend clean
68 all: $(ODIR)/obj_$(TAG)/$(TARGET)
/gem5/ext/nomali/
H A DMakefile48 all: _all
76 .PHONY: all _all test depclean clean docs
/gem5/ext/drampower/test/libdrampowertest/
H A DMakefile71 all:
82 test: all
/gem5/util/m5/
H A DMakefile.alpha41 all: m5
H A DMakefile.sparc41 all: m5
H A DMakefile.thumb10 # unmodified and in its entirety in all distributions of the software,
59 all: libm5.a m5
/gem5/ext/mcpat/cacti/
H A Dcacti.mk3 .PHONY: all depend clean
36 all: obj_$(TAG)/$(TARGET)
H A Dmakefile5 all: opt
/gem5/util/cxx_config/
H A DMakefile10 # unmodified and in its entirety in all distributions of the software,
51 all: $(ALL)
/gem5/tests/test-progs/asmtest/src/riscv/
H A DMakefile22 default: all
31 RISCV_OBJDUMP ?= $(RISCV_PREFIX)objdump --disassemble-all --disassemble-zeroes --section=.text --section=.text.startup --section=.text.init --section=.data
81 all: ps
/gem5/tests/test-progs/hello/src/
H A DMakefile.arm6 all: hello64-static hello32-static
H A DMakefile.x867 all: hello64-static hello64-dynamic hello32-static label
/gem5/system/alpha/console/
H A DMakefile45 all: console

Completed in 18 milliseconds

123