Searched refs:vs (Results 1 - 21 of 21) sorted by relevance

/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbexterns.h71 small_type vs,
105 small_type vs,
111 small_type vs,
117 small_type vs,
H A Dsc_signed.cpp1194 return sc_signed(vs, BITS_PER_UINT64, DIGITS_PER_UINT64, vd, false);
1198 vs, BITS_PER_UINT64, DIGITS_PER_UINT64, vd);
1233 return sc_signed(vs, BITS_PER_UINT64, DIGITS_PER_UINT64, vd, false);
1237 vs, BITS_PER_UINT64, DIGITS_PER_UINT64, vd);
1272 return sc_signed(vs, BITS_PER_UINT64, DIGITS_PER_UINT64, vd, false);
1276 vs, BITS_PER_UINT64, DIGITS_PER_UINT64, vd);
1311 return sc_signed(vs, BITS_PER_ULONG, DIGITS_PER_ULONG, vd, false);
1315 vs, BITS_PER_ULONG, DIGITS_PER_ULONG, vd);
1349 return sc_signed(vs, BITS_PER_ULONG, DIGITS_PER_ULONG, vd, false);
1353 vs, BITS_PER_ULON
2461 small_type vs = get_sign(v); local
2501 small_type vs = get_sign(v); local
2577 small_type vs = get_sign(v); local
2616 small_type vs = get_sign(v); local
[all...]
H A Dsc_unsigned.cpp933 return sc_unsigned(vs, BITS_PER_UINT64, DIGITS_PER_UINT64, vd, false);
937 vs, BITS_PER_UINT64, DIGITS_PER_UINT64, vd);
972 return sc_unsigned(vs, BITS_PER_ULONG, DIGITS_PER_ULONG, vd, false);
976 vs, BITS_PER_ULONG, DIGITS_PER_ULONG, vd);
1378 vs, BITS_PER_UINT64, DIGITS_PER_UINT64, vd);
1410 vs, BITS_PER_ULONG, DIGITS_PER_ULONG, vd);
1473 return sc_unsigned(vs, BITS_PER_UINT64, DIGITS_PER_UINT64, vd, false);
1477 vs, BITS_PER_UINT64, DIGITS_PER_UINT64, vd);
1511 return sc_unsigned(vs, BITS_PER_ULONG, DIGITS_PER_ULONG, vd, false);
1515 vs, BITS_PER_ULON
2063 compare_unsigned(small_type us, int unb, int und, const sc_digit *ud, small_type vs, int vnb, int vnd, const sc_digit *vd, small_type if_u_signed, small_type if_v_signed) argument
[all...]
H A Dsc_nbexterns.cpp69 small_type vs, int /* vnb */, int vnd,
75 if (us == vs) { // case 3
592 small_type vs,
611 small_type s = mul_signs(us, vs);
693 small_type vs,
711 small_type s = mul_signs(us, vs);
796 small_type vs,
814 small_type s = mul_signs(us, vs);
67 add_on_help(small_type &us, int , int und, sc_digit *ud, small_type vs, int , int vnd, const sc_digit *vd) argument
589 and_on_help(small_type us, int , int und, sc_digit *ud, small_type vs, int , int vnd, const sc_digit *vd) argument
690 or_on_help(small_type us, int , int und, sc_digit *ud, small_type vs, int , int vnd, const sc_digit *vd) argument
793 xor_on_help(small_type us, int , int und, sc_digit *ud, small_type vs, int , int vnd, const sc_digit *vd) argument
H A Dsc_nbcommon.inc420 vs, BITS_PER_UINT64, DIGITS_PER_UINT64, vd);
443 vs, BITS_PER_UINT64, DIGITS_PER_UINT64, vd);
466 vs, BITS_PER_ULONG, DIGITS_PER_ULONG, vd);
489 vs, BITS_PER_ULONG, DIGITS_PER_ULONG, vd);
616 -vs, BITS_PER_UINT64, DIGITS_PER_UINT64, vd);
641 -vs, BITS_PER_UINT64, DIGITS_PER_UINT64, vd);
664 -vs, BITS_PER_ULONG, DIGITS_PER_ULONG, vd);
689 -vs, BITS_PER_ULONG, DIGITS_PER_ULONG, vd);
1044 small_type vs = get_sign(v);
1046 if ((sgn == SC_ZERO) || (vs
[all...]
H A Dsc_nbutils.h661 // Return us * vs:
663 // - Return SC_POS if us == vs
664 // - Return SC_NEG if us != vs.
667 mul_signs(small_type us, small_type vs) argument
669 if ((us == SC_ZERO) || (vs == SC_ZERO))
672 if (us == vs)
H A Dsc_unsigned.h144 small_type vs,
155 small_type vs,
164 small_type vs,
197 small_type vs,
207 small_type vs,
216 small_type vs,
1869 small_type vs,
1880 small_type vs,
1889 small_type vs,
1922 small_type vs,
[all...]
H A Dsc_signed.h139 small_type vs,
148 small_type vs,
181 small_type vs,
190 small_type vs,
199 small_type vs,
2094 small_type vs,
2103 small_type vs,
2136 small_type vs,
2145 small_type vs,
2154 small_type vs,
[all...]
/gem5/src/systemc/ext/dt/int/
H A Dsc_nbexterns.hh68 small_type vs, int vnb, int vnd, const sc_digit *vd);
96 small_type vs, int vnb, int vnd, const sc_digit *vd);
100 small_type vs, int vnb, int vnd, const sc_digit *vd);
104 small_type vs, int vnb, int vnd, const sc_digit *vd);
H A Dsc_nbutils.hh484 // Return us * vs:
486 // - Return SC_POS if us == vs
487 // - Return SC_NEG if us != vs.
489 mul_signs(small_type us, small_type vs) argument
491 if ((us == SC_ZERO) || (vs == SC_ZERO))
494 if (us == vs)
H A Dsc_unsigned.hh153 small_type vs, int vnb, int vnd, const sc_digit *vd,
158 small_type vs, int vnb, int vnd, const sc_digit *vd);
162 small_type vs, int vnb, int vnd, const sc_digit *vd);
178 small_type vs, int vnb, int vnd, const sc_digit *vd);
183 small_type vs, int vnb, int vnd, const sc_digit *vd);
187 small_type vs, int vnb, int vnd, const sc_digit *vd);
1927 small_type vs, int vnb, int vnd, const sc_digit *vd,
1932 small_type vs, int vnb, int vnd, const sc_digit *vd);
1936 small_type vs, int vnb, int vnd, const sc_digit *vd);
1952 small_type vs, in
[all...]
H A Dsc_signed.hh148 small_type vs, int vnb, int vnd, const sc_digit *vd);
152 small_type vs, int vnb, int vnd, const sc_digit *vd);
168 small_type vs, int vnb, int vnd, const sc_digit *vd);
172 small_type vs, int vnb, int vnd, const sc_digit *vd);
176 small_type vs, int vnb, int vnd, const sc_digit *vd);
2254 small_type vs, int vnb, int vnd, const sc_digit *vd);
2258 small_type vs, int vnb, int vnd, const sc_digit *vd);
2274 small_type vs, int vnb, int vnd, const sc_digit *vd);
2278 small_type vs, int vnb, int vnd, const sc_digit *vd);
2282 small_type vs, in
[all...]
/gem5/ext/dsent/tech/
H A DTechModel.cc170 std::vector<double> vs(num_stacks_, 0.0);
174 vs[i] = (current_input);
184 // + s2*(vs[i + 1] - vs[i]) + s1*s2*log10(ws[i + 1]/ws[i]))
220 d[i] = s2*(vs[i + 1] - vs[i]) + s1*s2*std::log10(ws[i + 1]/ws[i]);
256 vs.erase(vs.begin() + i - 1);
264 double vgs = vs[0] - v[0];
/gem5/src/systemc/dt/int/
H A Dsc_signed.cc1347 return sc_signed(vs, BITS_PER_UINT64, DIGITS_PER_UINT64, vd, false);
1351 vs, BITS_PER_UINT64, DIGITS_PER_UINT64, vd);
1381 return sc_signed(vs, BITS_PER_UINT64, DIGITS_PER_UINT64, vd, false);
1385 vs, BITS_PER_UINT64, DIGITS_PER_UINT64, vd);
1415 return sc_signed(vs, BITS_PER_UINT64, DIGITS_PER_UINT64, vd, false);
1419 vs, BITS_PER_UINT64, DIGITS_PER_UINT64, vd);
1449 return sc_signed(vs, BITS_PER_ULONG, DIGITS_PER_ULONG, vd, false);
1453 vs, BITS_PER_ULONG, DIGITS_PER_ULONG, vd);
1483 return sc_signed(vs, BITS_PER_ULONG, DIGITS_PER_ULONG, vd, false);
1487 vs, BITS_PER_ULON
2483 small_type vs = get_sign(v); local
2519 small_type vs = get_sign(v); local
2587 small_type vs = get_sign(v); local
2624 small_type vs = get_sign(v); local
[all...]
H A Dsc_unsigned.cc1027 return sc_unsigned(vs, BITS_PER_UINT64, DIGITS_PER_UINT64, vd, false);
1031 vs, BITS_PER_UINT64, DIGITS_PER_UINT64, vd);
1061 return sc_unsigned(vs, BITS_PER_ULONG, DIGITS_PER_ULONG, vd, false);
1065 vs, BITS_PER_ULONG, DIGITS_PER_ULONG, vd);
1433 vs, BITS_PER_UINT64, DIGITS_PER_UINT64, vd);
1461 vs, BITS_PER_ULONG, DIGITS_PER_ULONG, vd);
1518 return sc_unsigned(vs, BITS_PER_UINT64, DIGITS_PER_UINT64, vd, false);
1522 vs, BITS_PER_UINT64, DIGITS_PER_UINT64, vd);
1552 return sc_unsigned(vs, BITS_PER_ULONG, DIGITS_PER_ULONG, vd, false);
1556 vs, BITS_PER_ULON
2109 compare_unsigned(small_type us, int unb, int und, const sc_digit *ud, small_type vs, int vnb, int vnd, const sc_digit *vd, small_type if_u_signed, small_type if_v_signed) argument
[all...]
H A Dsc_nbexterns.cc67 small_type vs, int /* vnb */, int vnd, const sc_digit *vd)
71 if (us == vs) { // case 3
512 small_type vs, int /* vnb */, int vnd, const sc_digit *vd)
527 small_type s = mul_signs(us, vs);
588 small_type vs, int /* vnb */, int vnd, const sc_digit *vd)
602 small_type s = mul_signs(us, vs);
666 small_type vs, int /* vnb */, int vnd, const sc_digit *vd)
680 small_type s = mul_signs(us, vs);
66 add_on_help(small_type &us, int , int und, sc_digit *ud, small_type vs, int , int vnd, const sc_digit *vd) argument
511 and_on_help(small_type us, int , int und, sc_digit *ud, small_type vs, int , int vnd, const sc_digit *vd) argument
587 or_on_help(small_type us, int , int und, sc_digit *ud, small_type vs, int , int vnd, const sc_digit *vd) argument
665 xor_on_help(small_type us, int , int und, sc_digit *ud, small_type vs, int , int vnd, const sc_digit *vd) argument
/gem5/src/base/vnc/
H A Dvncserver.hh150 ListenEvent(VncServer *vs, int fd, int e);
164 DataEvent(VncServer *vs, int fd, int e);
H A Dvncserver.cc90 VncServer::ListenEvent::ListenEvent(VncServer *vs, int fd, int e) argument
91 : PollEvent(fd, e), vncserver(vs)
104 VncServer::DataEvent::DataEvent(VncServer *vs, int fd, int e) argument
105 : PollEvent(fd, e), vncserver(vs)
/gem5/src/arch/mips/
H A Dpra_constants.hh148 Bitfield<9, 5> vs; member in namespace:MipsISA
/gem5/src/arch/riscv/
H A Dpra_constants.hh148 Bitfield<9, 5> vs; member in namespace:RiscvISA
/gem5/ext/pybind11/include/pybind11/detail/
H A Dcommon.h535 constexpr int first(int i, T v, Ts... vs) { return v ? i : first(i + 1, vs...); } argument
539 constexpr int last(int i, int result, T v, Ts... vs) { return last(i + 1, v ? i : result, vs...); } argument

Completed in 52 milliseconds