Home
last modified time | relevance | path

Searched defs:shift_type (Results 1 – 4 of 4) sorted by relevance

/third_party/spirv-tools/source/val/
Dvalidate_bitwise.cpp43 const uint32_t shift_type = _.GetOperandTypeId(inst, 3); in BitwisePass() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_bitwise.cpp43 const uint32_t shift_type = _.GetOperandTypeId(inst, 3); in BitwisePass() local
/third_party/skia/third_party/externals/spirv-tools/source/val/
Dvalidate_bitwise.cpp43 const uint32_t shift_type = _.GetOperandTypeId(inst, 3); in BitwisePass() local
/third_party/boost/boost/math/special_functions/
Dcbrt.hpp90 typedef typename largest_cbrt_int_type<T>::type shift_type; in cbrt_imp() typedef