| /third_party/protobuf/third_party/abseil-cpp/absl/random/internal/ |
| D | uniform_helper.h | 107 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/ |
| D | uniform_helper.h | 107 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/ |
| D | hb-open-type.hh | 58 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/ |
| D | hb-open-type.hh | 59 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/ |
| D | X87.cpp | 210 #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/ |
| D | builtin.rs | 952 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/ |
| D | MDBuilder.cpp | 315 auto *IntType = Type::getInt64Ty(Context); in createMisExpect() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| D | numbers_test.cc | 744 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/ |
| D | XmmArith.cpp | 1485 #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/ |
| D | lib.rs | 557 IntType(IntTy), enumerator
|
| /third_party/rust/rust/compiler/rustc_lint/src/ |
| D | types.rs | 269 ty: attr::IntType, in report_bin_hex_error()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineVectorOps.cpp | 540 IntegerType *IntType = Type::getInt32Ty(InsElt->getContext()); in replaceExtractElements() local
|
| D | InstCombineCalls.cpp | 169 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/ |
| D | ConstantFolding.cpp | 505 auto *IntType = dyn_cast<IntegerType>(LoadTy); in FoldReinterpretLoadFromConstPtr() local
|
| /third_party/mesa3d/src/nouveau/compiler/nak/ |
| D | ir.rs | 2157 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.c | 313 const Tcl_ObjType *IntType; member
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
| D | SimplifyLibCalls.cpp | 1011 IntegerType *IntType = IntegerType::get(CI->getContext(), Len * 8); in optimizeMemCmpConstantSize() local
|
| /third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
| D | Reactor.cpp | 4754 using IntType = typename CastToIntType<T>::type; in DoRcpSqrt() typedef
|