/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/AsmJit/core/ |
H A D | intutil.h | 82 static inline bool isInt8(intptr_t x) { return x >= -128 && x <= 127; } in isInt8() function
|
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/src/cpp/types/ |
H A D | internal.cpp | 148 bool InternalType::isInt8(void) in isInt8() function in types::InternalType
|
/dports/math/scilab/scilab-6.1.1/scilab/modules/api_scilab/src/cpp/template/ |
H A D | api_int.hpp | 48 int API_PROTO(isInt8)(scilabEnv env, scilabVar var) in API_PROTO() argument
|
/dports/math/scilab/scilab-6.1.1/scilab/modules/ast/includes/types/ |
H A D | int.hxx | 451 bool isInt8() override in isInt8() function in types::Int
|
/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/core/ |
H A D | type.h | 156 static constexpr bool isInt8(uint32_t typeId) noexcept { return typeId == kIdI8; } in isInt8() function
|
H A D | operand.h | 1214 constexpr bool isInt8() const noexcept { return Support::isInt8(int64_t(_data64)); } in isInt8() function
|
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/emulator/asmjit/core/ |
H A D | type.h | 173 static constexpr bool isInt8(uint32_t typeId) noexcept { return typeId == kIdI8; } in isInt8() function
|
H A D | operand.h | 1377 …constexpr bool isInt8() const noexcept { return type() == kTypeInteger && Support::isInt8(value())… in isInt8() function
|
/dports/emulators/mess/mame-mame0226/3rdparty/asmjit/src/asmjit/core/ |
H A D | type.h | 173 static constexpr bool isInt8(uint32_t typeId) noexcept { return typeId == kIdI8; } in isInt8() function
|
H A D | operand.h | 1261 constexpr bool isInt8() const noexcept { return Support::isInt8(value()); } in isInt8() function
|
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/core/ |
H A D | type.h | 173 static constexpr bool isInt8(uint32_t typeId) noexcept { return typeId == kIdI8; } in isInt8() function
|
H A D | operand.h | 1261 constexpr bool isInt8() const noexcept { return Support::isInt8(value()); } in isInt8() function
|
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/emulator/asmjit/core/ |
H A D | type.h | 173 static constexpr bool isInt8(uint32_t typeId) noexcept { return typeId == kIdI8; } in isInt8() function
|
H A D | operand.h | 1377 …constexpr bool isInt8() const noexcept { return type() == kTypeInteger && Support::isInt8(value())… in isInt8() function
|
/dports/lang/erlang/otp-OTP-24.1.7/erts/emulator/asmjit/core/ |
H A D | type.h | 173 static constexpr bool isInt8(uint32_t typeId) noexcept { return typeId == kIdI8; } in isInt8() function
|
H A D | operand.h | 1377 …constexpr bool isInt8() const noexcept { return type() == kTypeInteger && Support::isInt8(value())… in isInt8() function
|
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/emulator/asmjit/core/ |
H A D | type.h | 173 static constexpr bool isInt8(uint32_t typeId) noexcept { return typeId == kIdI8; } in isInt8() function
|
H A D | operand.h | 1377 …constexpr bool isInt8() const noexcept { return type() == kTypeInteger && Support::isInt8(value())… in isInt8() function
|
/dports/devel/capnproto/capnproto-0.9.0/c++/src/capnp/ |
H A D | schema.capnp.h | 6152 inline bool Type::Reader::isInt8() const { in isInt8() function 6155 inline bool Type::Builder::isInt8() { in isInt8() function 7295 inline bool Value::Reader::isInt8() const { in isInt8() function 7298 inline bool Value::Builder::isInt8() { in isInt8() function
|
/dports/devel/capnproto080/capnproto-0.8.0/c++/src/capnp/ |
H A D | schema.capnp.h | 6150 inline bool Type::Reader::isInt8() const { in isInt8() function 6153 inline bool Type::Builder::isInt8() { in isInt8() function 7293 inline bool Value::Reader::isInt8() const { in isInt8() function 7296 inline bool Value::Builder::isInt8() { in isInt8() function
|
/dports/science/plumed/plumed2-2.7.2/src/asmjit/ |
H A D | operand.h | 1159 ASMJIT_INLINE bool isInt8() const noexcept { return Utils::isInt8(_imm.value.i64); } in isInt8() function
|
/dports/devel/cpprestsdk/cpprestsdk-2.10.16/Release/include/cpprest/details/ |
H A D | SafeInt3.hpp | 1128 isInt8 = (sizeof(T) == 1 && isSigned), enumerator
|