Searched refs:as (Results 26 - 30 of 30) sorted by relevance

12

/gem5/ext/pybind11/tests/
H A Dtest_sequences_and_iterators.cpp300 On the actual Sequence object, the iterator would be constructed as follows:
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbcommon.inc26 as sc_signed before including this file. This file like
2614 // Create a signed number with (s, nb, nd, d) as its attributes (as
2733 // will be used as a temporary store. The following code tries to
2881 // will be used as a temporary store. The following code tries to
/gem5/ext/pybind11/include/pybind11/
H A Dnumpy.h113 template <typename U> using as = bool_constant<sizeof(T) == sizeof(U)>;
119 using code_index = std::integral_constant<int, constexpr_first<same_size<Concrete>::template as, Check...>()>;
287 // treated as scalar because it gets special handling.
469 /// This is essentially the same as calling numpy.dtype(args) in Python.
506 // padding fields (as of NumPy v1.11).
1098 // Use ordered fields because order matters as of NumPy 1.14:
1115 // There is an existing bug in NumPy (as of v1.11): trailing bytes are
1124 // mark the structure as unaligned with '^', because numpy and C++ don't
1153 static_assert(is_pod_struct<T>::value, "Attempt to use a non-POD or unimplemented POD type as a numpy dtype");
1221 #ifdef _MSC_VER // MSVC is not as eage
[all...]
/gem5/src/arch/arm/
H A Dtlb.cc6 * not be construed as granting a license to any other intellectual
263 // If there's a second stage TLB (and we're not it) then flush it as well
295 // If there's a second stage TLB (and we're not it) then flush it as well
626 // as a device or strongly ordered.
812 // as a device or strongly ordered.
860 // of view they count as read if a read to that address would have
861 // generated the fault; they count as writes otherwise
1040 // No such thing as a functional timing access
1274 // stage 2 translation we prevent marking the translation as delayed twice,
1296 // NOTE: the tran type doesn't affect stage 2 TLB's as the
[all...]
H A Disa.cc6 * not be construed as granting a license to any other intellectual
517 // top bit defined as RES1
544 "always reads as 0.\n");
689 // The trap bit associated with CP14 is defined as RAZ
2168 auto vv = vc.as<uint64_t>();

Completed in 25 milliseconds

12