Searched refs:in (Results 126 - 150 of 183) sorted by relevance

12345678

/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_signed_bitref.inc7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
22 sc_signed_bitref.h -- Proxy class that is declared in sc_signed.h.
H A Dsc_unsigned_bitref.inc7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
22 sc_unsigned_bitref.h -- Proxy class that is declared in sc_unsigned.h.
H A Dsc_signed_subref.inc7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
22 sc_signed_subref.h -- Proxy class that is declared in sc_signed.h.
272 int j = 0; // Current digit in d.
274 i = 0; // Current bit in d.
H A Dsc_unsigned_subref.inc7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
22 sc_unsigned_subref.h -- Proxy class that is declared in sc_unsigned.h.
272 int j = 0; // Current digit in d.
274 i = 0; // Current bit in d.
/gem5/src/systemc/dt/int/
H A Dsc_signed_bitref.inc7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
22 sc_signed_bitref.h -- Proxy class that is declared in sc_signed.h.
H A Dsc_unsigned_bitref.inc7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
22 sc_unsigned_bitref.h -- Proxy class that is declared in sc_unsigned.h.
H A Dsc_nbcommon.inc7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
23 This file is included in sc_signed.cpp and
27 sc_nbfriends.cpp and sc_nbexterns.cpp is created in order
1649 // Defined in the sc_signed.cpp and sc_unsigned.cpp.
1723 // Defined in the sc_signed.cpp and sc_unsigned.cpp.
2272 // defined in class CLASS_TYPE). If alloc is set, delete d.
2293 // This constructor is mainly used in finding a "range" of bits from a
2383 // standard library routines, they are slow. The main idea in
2432 // This constructor is mainly used in findin
[all...]
H A Dsc_signed_subref.inc7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
22 sc_signed_subref.h -- Proxy class that is declared in sc_signed.h.
275 int j = 0; // Current digit in d.
276 i = 0; // Current bit in d.
H A Dsc_unsigned_subref.inc7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
22 sc_unsigned_subref.h -- Proxy class that is declared in sc_unsigned.h.
269 int j = 0; // Current digit in d.
271 i = 0; // Current bit in d.
/gem5/ext/iostream3/
H A Dzfstream.cc58 if ((mode & std::ios_base::in) && (mode & std::ios_base::out))
86 if ((mode & std::ios_base::in) && (mode & std::ios_base::out))
135 bool testi = mode & std::ios_base::in;
167 // Determine number of characters in internal get buffer
172 if (!this->is_open() || !(io_mode & std::ios_base::in))
174 // Make sure get area is in use
185 // If something is left in the get area by chance, return it
192 if (!this->is_open() || !(io_mode & std::ios_base::in))
208 // Return next character in get area
216 // Determine whether put area is in us
[all...]
/gem5/util/dist/
H A Dgem5-dist.sh7 # The license below extends only to copyright in the software and shall
13 # unmodified and in its entirety in all distributions of the software,
14 # modified or unmodified, in source code or in binary form.
19 # Redistribution and use in source and binary forms, with or without
23 # redistributions in binary form must reproduce the above copyright
24 # notice, this list of conditions and the following disclaimer in the
48 # there are some examples in the util/dist directory (e.g.
52 # Allocated hosts/cores are assumed to be listed in th
[all...]
/gem5/ext/systemc/src/sysc/tracing/
H A Dsc_trace.cpp7 (the "License"); you may not use this file except in compliance with the
12 Unless required by applicable law or agreed to in writing, software
44 in the development of this tracing technology is hereby
143 void double_to_special_int64(double in, unsigned* high, unsigned* low) argument
145 double invar = in;
/gem5/ext/nomali/
H A DMakefile6 # you may not use this file except in compliance with the License.
11 # Unless required by applicable law or agreed to in writing, software
45 # Files/directories to remove in the clean target
60 for T in $^ ; do \
/gem5/src/mem/ruby/network/simple/
H A DPerfectSwitch.hh5 * Redistribution and use in source and binary forms, with or without
9 * redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
69 void addInPort(const std::vector<MessageBuffer*>& in);
H A DSwitch.hh5 * Redistribution and use in source and binary forms, with or without
9 * redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
65 void addInPort(const std::vector<MessageBuffer*>& in);
H A DSwitch.cc5 * Redistribution and use in source and binary forms, with or without
9 * redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
70 Switch::addInPort(const vector<MessageBuffer*>& in) argument
72 m_perfect_switch->addInPort(in);
183 // Access the buffers in the switch for performing a functional write
H A DThrottle.hh5 * Redistribution and use in source and binary forms, with or without
9 * redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the
33 * *after* the output port, means the message is put in the output
87 MessageBuffer *in, MessageBuffer *out);
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ud/
H A Dfcmp.S21 # Replace the function with the 32-bit variant defined in test_macros.h
H A Dfmadd.S17 # Replace the function with the 32-bit variant defined in test_macros.h
H A Dfmin.S17 # Replace the function with the 32-bit variant defined in test_macros.h
/gem5/ext/googletest/googlemock/scripts/
H A Dgmock-config.in3 # These variables are automatically filled in by the configure script.
18 flags to connect with Google C++ Mocking Framework, both in a build prior to
20 overrides may be issued in combination with any other queries, but will only
75 # POSIX-compliant variable expansion to portably do all the work in the shell
79 # unadorned, so "v1.0" will *not* work. The minimum version must be in $1, and
80 # the max in $2. TODO(chandlerc@google.com): If this ever breaks, we should
149 case $1 in
194 # These have defaults filled in by the configure script but can also be
211 # The path to the script doesn't end in the bindir sequence from Autoconf,
212 # assume that we are in
[all...]
/gem5/ext/googletest/googletest/scripts/
H A Dgtest-config.in3 # These variables are automatically filled in by the configure script.
18 flags to connect with Google C++ Testing Framework, both in a build prior to
20 overrides may be issued in combination with any other queries, but will only
75 # POSIX-compliant variable expansion to portably do all the work in the shell
79 # unadorned, so "v1.0" will *not* work. The minimum version must be in $1, and
80 # the max in $2. TODO(chandlerc@google.com): If this ever breaks, we should
149 case $1 in
194 # These have defaults filled in by the configure script but can also be
209 # The path to the script doesn't end in the bindir sequence from Autoconf,
210 # assume that we are in
[all...]
/gem5/util/
H A Dqdo6 # Redistribution and use in source and binary forms, with or without
10 # redistributions in binary form must reproduce the above copyright
11 # notice, this list of conditions and the following disclaimer in the
152 # we call wait we could be in an unfortunate situation of it printing input
186 # fork a job to generate files in that directory, and the job will
191 if 'cc' in cmd[0] or 'g++' in cmd[0]:
193 elif 'm5' in cmd[0]:
/gem5/ext/dnet/
H A Dos.h27 # include <netinet/in.h>
/gem5/ext/drampower/src/
H A DTraceParser.cc7 * Redistribution and use in source and binary forms, with or without
14 * 2. Redistributions in binary form must reproduce the above copyright
15 * notice, this list of conditions and the following disclaimer in the
89 pwr_trace.open("commands.trace", ifstream::in);

Completed in 25 milliseconds

12345678