Home
last modified time | relevance | path

Searched defs:IntType (Results 1 – 18 of 18) sorted by relevance

/third_party/protobuf/third_party/abseil-cpp/absl/random/internal/
Duniform_helper.h107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument
138 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
160 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Duniform_helper.h107 uniform_lower_bound(Tag, IntType a, IntType) { in uniform_lower_bound() argument
138 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
160 uniform_upper_bound(Tag, IntType, IntType b) { in uniform_upper_bound() argument
/third_party/skia/third_party/externals/harfbuzz/src/
Dhb-open-type.hh58 struct IntType struct
60 typedef Type type;
63 explicit constexpr IntType (Type V) : v {V} {} in IntType() function
64 IntType& operator = (Type i) { v = i; return *this; } in operator =()
67 …pename std::conditional<std::is_signed<Type>::value, signed, unsigned>::type () const { return v; } in operator typename std::conditional<std::is_signed<Type>::value,signed,unsigned>::type()
69 bool operator == (const IntType &o) const { return (Type) v == (Type) o.v; } in operator ==()
70 bool operator != (const IntType &o) const { return !(*this == o); } in operator !=()
72 IntType& operator += (unsigned count) { *this = *this + count; return *this; } in operator +=()
73 IntType& operator -= (unsigned count) { *this = *this - count; return *this; } in operator -=()
74 IntType& operator ++ () { *this += 1; return *this; } in operator ++()
[all …]
/third_party/skia/m133/third_party/externals/harfbuzz/src/
Dhb-open-type.hh59 struct IntType struct
61 typedef Type type;
64 explicit constexpr IntType (Type V) : v {V} {} in IntType() argument
65 IntType& operator = (Type i) { v = i; return *this; } in operator =()
68 …pename std::conditional<std::is_signed<Type>::value, signed, unsigned>::type () const { return v; } in operator typename std::conditional<std::is_signed<Type>::value,signed,unsigned>::type()
70 bool operator == (const IntType &o) const { return (Type) v == (Type) o.v; } in operator ==()
71 bool operator != (const IntType &o) const { return !(*this == o); } in operator !=()
73 IntType& operator += (unsigned count) { *this = *this + count; return *this; } in operator +=()
74 IntType& operator -= (unsigned count) { *this = *this - count; return *this; } in operator -=()
75 IntType& operator ++ () { *this += 1; return *this; } in operator ++()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8632/
DX87.cpp210 #define TestFild(OperandType, Size, MemorySize, FpType, IntType) \ in TEST_F() argument
237 #define TestFistp(OperandType, Size, MemorySize, FpType, IntType) \ in TEST_F() argument
/third_party/rust/rust/compiler/rustc_attr/src/
Dbuiltin.rs952 pub enum IntType { enum
957 impl IntType { implementation
1108 fn int_type_of_word(s: Symbol) -> Option<IntType> { in int_type_of_word()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DMDBuilder.cpp315 auto *IntType = Type::getInt64Ty(Context); in createMisExpect() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dnumbers_test.cc744 using IntType = absl::uint128; in TEST() typedef
784 using IntType = absl::int128; in TEST() typedef
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/unittest/AssemblerX8664/
DXmmArith.cpp1485 #define TestImplSXmmReg(Dst, GPR, Inst, Size, IntType) \ in TEST_F() argument
1544 #define TestImplSXmmAddr(Dst, Inst, Size, IntType) \ in TEST_F() argument
/third_party/rust/rust/compiler/rustc_type_ir/src/
Dlib.rs557 IntType(IntTy), enumerator
/third_party/rust/rust/compiler/rustc_lint/src/
Dtypes.rs269 ty: attr::IntType, in report_bin_hex_error()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineVectorOps.cpp540 IntegerType *IntType = Type::getInt32Ty(InsElt->getContext()); in replaceExtractElements() local
DInstCombineCalls.cpp169 IntegerType* IntType = IntegerType::get(MI->getContext(), Size<<3); in SimplifyAnyMemTransfer() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DConstantFolding.cpp505 auto *IntType = dyn_cast<IntegerType>(LoadTy); in FoldReinterpretLoadFromConstPtr() local
/third_party/mesa3d/src/nouveau/compiler/nak/
Dir.rs2157 pub enum IntType { enum
2168 impl IntType { impl
2169 pub fn from_bits(bits: usize, is_signed: bool) -> IntType { in from_bits()
2220 impl fmt::Display for IntType { implementation
/third_party/python/Modules/
D_tkinter.c313 const Tcl_ObjType *IntType; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyLibCalls.cpp1011 IntegerType *IntType = IntegerType::get(CI->getContext(), Len * 8); in optimizeMemCmpConstantSize() local
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DReactor.cpp4754 using IntType = typename CastToIntType<T>::type; in DoRcpSqrt() typedef