Home
last modified time | relevance | path

Searched defs:unsigned_type (Results 1 – 9 of 9) sorted by relevance

/third_party/protobuf/third_party/abseil-cpp/absl/random/internal/
Dpool_urbg.h72 using unsigned_type = typename make_unsigned_bits<T>::type; variable
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dpool_urbg.h72 using unsigned_type = typename make_unsigned_bits<T>::type; variable
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dint.rs132 let unsigned_type = native_int_type.to_unsigned(&self.cx); in gcc_lshr() localVariable
487 let unsigned_type = native_int_type.to_unsigned(&self.cx); in gcc_shl() localVariable
/third_party/spirv-tools/source/opt/
Dgraphics_robust_access_pass.cpp603 auto* unsigned_type = type_mgr->GetRegisteredType(&unsigned_type_for_query); in WidenInteger() local
/third_party/skia/third_party/externals/spirv-tools/source/opt/
Dgraphics_robust_access_pass.cpp612 auto* unsigned_type = type_mgr->GetRegisteredType(&unsigned_type_for_query); in WidenInteger() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dgraphics_robust_access_pass.cpp612 auto* unsigned_type = type_mgr->GetRegisteredType(&unsigned_type_for_query); in WidenInteger() local
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/intrinsic/
Dmod.rs953 let unsigned_type = result_type.to_unsigned(&self.cx); in saturating_add() localVariable
1023 let unsigned_type = result_type.to_unsigned(&self.cx); in saturating_sub() localVariable
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DVertexAttributeTest.cpp48 typedef typename std::make_unsigned<T>::type unsigned_type; in Normalize() typedef
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.cpp11433 bool unsigned_type = (type.basetype == SPIRType::UInt) || in emit_instruction() local
11473 bool unsigned_type = (type.basetype == SPIRType::UInt) || in emit_instruction() local