Home
last modified time | relevance | path

Searched defs:isInt8 (Results 1 – 22 of 22) sorted by relevance

/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/utils/AsmJit/core/
H A Dintutil.h82 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 Dinternal.cpp148 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 Dapi_int.hpp48 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 Dint.hxx451 bool isInt8() override in isInt8() function in types::Int
/dports/devel/asmjit/asmjit-911a9a50a2cbc9802c4d44e94b8b99e1d9285cf3/src/asmjit/core/
H A Dtype.h156 static constexpr bool isInt8(uint32_t typeId) noexcept { return typeId == kIdI8; } in isInt8() function
H A Doperand.h1214 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 Dtype.h173 static constexpr bool isInt8(uint32_t typeId) noexcept { return typeId == kIdI8; } in isInt8() function
H A Doperand.h1377 …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 Dtype.h173 static constexpr bool isInt8(uint32_t typeId) noexcept { return typeId == kIdI8; } in isInt8() function
H A Doperand.h1261 constexpr bool isInt8() const noexcept { return Support::isInt8(value()); } in isInt8() function
/dports/emulators/mame/mame-mame0226/3rdparty/asmjit/src/asmjit/core/
H A Dtype.h173 static constexpr bool isInt8(uint32_t typeId) noexcept { return typeId == kIdI8; } in isInt8() function
H A Doperand.h1261 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 Dtype.h173 static constexpr bool isInt8(uint32_t typeId) noexcept { return typeId == kIdI8; } in isInt8() function
H A Doperand.h1377 …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 Dtype.h173 static constexpr bool isInt8(uint32_t typeId) noexcept { return typeId == kIdI8; } in isInt8() function
H A Doperand.h1377 …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 Dtype.h173 static constexpr bool isInt8(uint32_t typeId) noexcept { return typeId == kIdI8; } in isInt8() function
H A Doperand.h1377 …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 Dschema.capnp.h6152 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 Dschema.capnp.h6150 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 Doperand.h1159 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 DSafeInt3.hpp1128 isInt8 = (sizeof(T) == 1 && isSigned), enumerator