Searched refs:functions (Results 1 - 11 of 11) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbfriends.inc22 sc_nbfriends.inc -- Friend functions for both sc_signed and sc_unsigned
23 classes. The vec_* functions are called through either
24 these functions or those in sc_nbexterns.cpp. These
25 functions perform their work on two inputs u and v, and
26 return the result object. The functions in
30 The functions here try to use faster algorithms in case
31 the input numbers are small. The bitwise functions (and,
61 // SECTION: Friend functions for PLUS operators.
144 // SECTION: Friend functions of MULTIPLICATION operators.
202 // SECTION: Friend functions fo
[all...]
/gem5/src/systemc/dt/int/
H A Dsc_nbfriends.inc22 sc_nbfriends.inc -- Friend functions for both sc_signed and sc_unsigned
23 classes. The vec_* functions are called through either
24 these functions or those in sc_nbexterns.cpp. These
25 functions perform their work on two inputs u and v, and
26 return the result object. The functions in
30 The functions here try to use faster algorithms in case
31 the input numbers are small. The bitwise functions (and,
61 // SECTION: Friend functions for PLUS operators.
127 // SECTION: Friend functions of MULTIPLICATION operators.
174 // SECTION: Friend functions fo
[all...]
/gem5/src/gpu-compute/
H A Dcl_driver.hh67 std::vector<HsaCode*> functions; member in class:final
H A Dbrig_object.cc144 for (int i = 0; i < functions.size(); ++i) {
145 if (functions[i]->name() == name) {
146 return functions[i];
188 for (int i = 0; i < functions.size(); ++i) {
189 if (functions[i]->name() == name) {
190 code_obj = functions[i];
199 functions.push_back(code_obj);
H A Dbrig_object.hh86 std::vector<HsailCode*> functions; member in class:final
/gem5/tests/test-progs/asmtest/src/riscv/isa/rv64ud/
H A Dfdiv.S17 # Replace the functions with the 32-bit variants defined in test_macros.h
/gem5/src/mem/slicc/symbols/
H A DTransition.py42 for func in machine.functions:
H A DStateMachine.py87 self.functions = []
143 self.functions.append(func)
375 // Internal functions
378 for func in self.functions:
1005 for func in self.functions:
/gem5/ext/ply/example/BASIC/
H A Dbasinterp.py15 self.functions = { # Built-in function table
90 if var in self.functions:
92 return self.functions[var](dim1)
322 self.functions[fname] = eval_func
339 # Utility functions for program listing
/gem5/ext/pybind11/tests/
H A Dtest_eigen.py62 functions = [m.partial_copy_four_rm_r, m.partial_copy_four_rm_c,
66 for f in functions:
/gem5/ext/pybind11/include/pybind11/
H A Dnumpy.h199 enum functions { enum in struct:npy_api

Completed in 26 milliseconds