/third_party/libabigail/doc/vizualization/layout/sources/ |
D | sa-DD.cc | 5 typedef long int_type; typedef 10 int_type _M_i; 11 int_type _M_n; 47 int_type _M_index; 48 int_type* _M_array; 55 int_type _M_index; 56 int_type* _M_array; 62 int_type _M_index; 63 int_type* _M_array; 69 int_type _M_index; [all …]
|
D | sa-D.cc | 5 typedef long int_type; typedef 10 int_type _M_i; 11 int_type _M_n; 41 int_type _M_index; 42 int_type* _M_array; 49 int_type _M_index; 50 int_type* _M_array; 56 int_type _M_index; 57 int_type* _M_array; 63 int_type _M_index; [all …]
|
D | sa-A.cc | 5 typedef long int_type; typedef 10 int_type _M_i; 11 int_type _M_n;
|
/third_party/libabigail/doc/vizualization/graph/sources/ |
D | sa-DD.cc | 5 typedef long int_type; typedef 10 int_type _M_i; 11 int_type _M_n; 47 int_type _M_index; 48 int_type* _M_array; 55 int_type _M_index; 56 int_type* _M_array; 62 int_type _M_index; 63 int_type* _M_array; 69 int_type _M_index; [all …]
|
D | sa-D.cc | 5 typedef long int_type; typedef 10 int_type _M_i; 11 int_type _M_n; 41 int_type _M_index; 42 int_type* _M_array; 49 int_type _M_index; 50 int_type* _M_array; 56 int_type _M_index; 57 int_type* _M_array; 63 int_type _M_index; [all …]
|
D | sa-A.cc | 5 typedef long int_type; typedef 10 int_type _M_i; 11 int_type _M_n;
|
/third_party/spirv-tools/test/fuzz/ |
D | fuzzerutil_test.cpp | 1608 const uint32_t int_type = 6; // The id of OpTypeInt 32 1 in TEST() local 1614 int_type, uint_type), in TEST() 1618 int_type, uint_type)); in TEST() 1620 int_type, uint_type)); in TEST() 1625 context.get(), SpvOpAtomicExchange, 0, int_type, uint_type), in TEST() 1629 1, int_type, uint_type)); in TEST() 1631 2, int_type, uint_type)); in TEST() 1633 context.get(), SpvOpAtomicExchange, 3, int_type, uint_type)); in TEST() 1638 0, int_type, uint_type), in TEST() 1642 int_type, uint_type)); in TEST() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/ |
D | fuzzerutil_test.cpp | 1608 const uint32_t int_type = 6; // The id of OpTypeInt 32 1 in TEST() local 1614 int_type, uint_type), in TEST() 1618 int_type, uint_type)); in TEST() 1620 int_type, uint_type)); in TEST() 1625 context.get(), SpvOpAtomicExchange, 0, int_type, uint_type), in TEST() 1629 1, int_type, uint_type)); in TEST() 1631 2, int_type, uint_type)); in TEST() 1633 context.get(), SpvOpAtomicExchange, 3, int_type, uint_type)); in TEST() 1638 0, int_type, uint_type), in TEST() 1642 int_type, uint_type)); in TEST() [all …]
|
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/ |
D | fuzzerutil_test.cpp | 1608 const uint32_t int_type = 6; // The id of OpTypeInt 32 1 in TEST() local 1614 int_type, uint_type), in TEST() 1618 int_type, uint_type)); in TEST() 1620 int_type, uint_type)); in TEST() 1625 context.get(), SpvOpAtomicExchange, 0, int_type, uint_type), in TEST() 1629 1, int_type, uint_type)); in TEST() 1631 2, int_type, uint_type)); in TEST() 1633 context.get(), SpvOpAtomicExchange, 3, int_type, uint_type)); in TEST() 1638 0, int_type, uint_type), in TEST() 1642 int_type, uint_type)); in TEST() [all …]
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ir_expression_operation.py | 83 int_type = type("int", "i", "GLSL_TYPE_INT") variable 90 all_types = (uint_type, int_type, float_type, double_type, uint64_type, int64_type, bool_type) 91 numeric_types = (uint_type, int_type, float_type, double_type, uint64_type, int64_type) 92 signed_numeric_types = (int_type, float_type, double_type, int64_type) 93 integer_types = (uint_type, int_type, uint64_type, int64_type) 432 operation("f2i", 1, source_types=(float_type,), dest_type=int_type, c_expression="(int) {src0}"), 436 …operation("i2f", 1, source_types=(int_type,), dest_type=float_type, c_expression="(float) {src0}"), 444 …operation("i2b", 1, source_types=(uint_type, int_type), dest_type=bool_type, c_expression="{src0} … 446 … operation("b2i", 1, source_types=(bool_type,), dest_type=int_type, c_expression="{src0} ? 1 : 0"), 450 operation("i2u", 1, source_types=(int_type,), dest_type=uint_type, c_expression="{src0}"), [all …]
|
/third_party/json/include/nlohmann/detail/input/ |
D | input_adapters.hpp | 54 std::char_traits<char>::int_type get_character() noexcept in get_character() 108 std::char_traits<char>::int_type get_character() in get_character() 138 typename std::char_traits<char_type>::int_type get_character() in get_character() 172 std::array<std::char_traits<char>::int_type, 4>& utf8_bytes, in fill_buffer() 191 utf8_bytes[0] = static_cast<std::char_traits<char>::int_type>(wc); in fill_buffer() 196 …utf8_bytes[0] = static_cast<std::char_traits<char>::int_type>(0xC0u | ((static_cast<unsigned int>(… in fill_buffer() 197 …utf8_bytes[1] = static_cast<std::char_traits<char>::int_type>(0x80u | (static_cast<unsigned int>(w… in fill_buffer() 202 …utf8_bytes[0] = static_cast<std::char_traits<char>::int_type>(0xE0u | ((static_cast<unsigned int>(… in fill_buffer() 203 …utf8_bytes[1] = static_cast<std::char_traits<char>::int_type>(0x80u | ((static_cast<unsigned int>(… in fill_buffer() 204 …utf8_bytes[2] = static_cast<std::char_traits<char>::int_type>(0x80u | (static_cast<unsigned int>(w… in fill_buffer() [all …]
|
/third_party/spirv-tools/source/util/ |
D | hex_float.h | 216 using int_type = void; 239 using int_type = int32_t; 253 using int_type = int64_t; 267 using int_type = int16_t; 291 using int_type = typename Traits::int_type; 353 static const int_type max_exponent = 356 static const int_type min_exponent = -static_cast<int_type>(exponent_bias); 375 const int_type getUnbiasedExponent() const { 376 return static_cast<int_type>(getExponentBits() - exponent_bias); 386 const int_type getUnbiasedNormalizedExponent() const { [all …]
|
/third_party/glslang/SPIRV/ |
D | hex_float.h | 182 typedef void int_type; 205 typedef int32_t int_type; 219 typedef int64_t int_type; 233 typedef int16_t int_type; 256 typedef typename Traits::int_type int_type; 319 static const int_type max_exponent = 322 static const int_type min_exponent = -static_cast<int_type>(exponent_bias); 342 const int_type getUnbiasedExponent() const { 343 return static_cast<int_type>(getExponentBits() - exponent_bias); 353 const int_type getUnbiasedNormalizedExponent() const { [all …]
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/util/ |
D | hex_float.h | 169 using int_type = void; 192 using int_type = int32_t; 206 using int_type = int64_t; 220 using int_type = int16_t; 244 using int_type = typename Traits::int_type; 307 static const int_type max_exponent = 310 static const int_type min_exponent = -static_cast<int_type>(exponent_bias); 330 const int_type getUnbiasedExponent() const { 331 return static_cast<int_type>(getExponentBits() - exponent_bias); 341 const int_type getUnbiasedNormalizedExponent() const { [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/ |
D | hex_float.h | 215 using int_type = void; 238 using int_type = int32_t; 252 using int_type = int64_t; 266 using int_type = int16_t; 290 using int_type = typename Traits::int_type; 352 static const int_type max_exponent = 355 static const int_type min_exponent = -static_cast<int_type>(exponent_bias); 374 const int_type getUnbiasedExponent() const { 375 return static_cast<int_type>(getExponentBits() - exponent_bias); 385 const int_type getUnbiasedNormalizedExponent() const { [all …]
|
/third_party/skia/third_party/externals/spirv-tools/source/util/ |
D | hex_float.h | 215 using int_type = void; 238 using int_type = int32_t; 252 using int_type = int64_t; 266 using int_type = int16_t; 290 using int_type = typename Traits::int_type; 352 static const int_type max_exponent = 355 static const int_type min_exponent = -static_cast<int_type>(exponent_bias); 374 const int_type getUnbiasedExponent() const { 375 return static_cast<int_type>(getExponentBits() - exponent_bias); 385 const int_type getUnbiasedNormalizedExponent() const { [all …]
|
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
D | numbers.h | 64 template <typename int_type> 65 ABSL_MUST_USE_RESULT bool SimpleAtoi(absl::string_view str, int_type* out); 158 template <typename int_type> 159 char* FastIntToBuffer(int_type i, char* buffer) { in FastIntToBuffer() 165 if (static_cast<int_type>(1) - 2 < 0) { // Signed in FastIntToBuffer() 182 template <typename int_type> 183 ABSL_MUST_USE_RESULT bool safe_strtoi_base(absl::string_view s, int_type* out, in safe_strtoi_base() 187 static_assert(!std::is_floating_point<int_type>::value, in safe_strtoi_base() 193 if (static_cast<int_type>(1) - 2 < 0) { // Signed in safe_strtoi_base() 197 *out = static_cast<int_type>(val); in safe_strtoi_base() [all …]
|
/third_party/mesa3d/src/intel/compiler/ |
D | test_fs_scoreboard.cpp | 144 g[i] = v->vgrf(glsl_type::int_type); in TEST_F() 146 fs_reg x = v->vgrf(glsl_type::int_type); in TEST_F() 147 fs_reg y = v->vgrf(glsl_type::int_type); in TEST_F() 171 g[i] = v->vgrf(glsl_type::int_type); in TEST_F() 173 fs_reg x = v->vgrf(glsl_type::int_type); in TEST_F() 197 g[i] = v->vgrf(glsl_type::int_type); in TEST_F() 199 fs_reg x = v->vgrf(glsl_type::int_type); in TEST_F() 200 fs_reg y = v->vgrf(glsl_type::int_type); in TEST_F() 224 g[i] = v->vgrf(glsl_type::int_type); in TEST_F() 230 fs_reg x = v->vgrf(glsl_type::int_type); in TEST_F() [all …]
|
/third_party/spirv-tools/source/fuzz/ |
D | transformation_replace_constant_with_uniform.cpp | 56 opt::analysis::Integer int_type(32, true); in MakeAccessChainInstruction() local 58 ir_context->get_type_mgr()->GetRegisteredType(&int_type)->AsInteger(); in MakeAccessChainInstruction() 59 auto int_type_id = ir_context->get_type_mgr()->GetId(&int_type); in MakeAccessChainInstruction() 209 opt::analysis::Integer int_type(32, true); in IsApplicable() local 210 if (!ir_context->get_type_mgr()->GetId(&int_type)) { in IsApplicable() 214 ir_context->get_type_mgr()->GetRegisteredType(&int_type)->AsInteger(); in IsApplicable() 215 auto int_type_id = ir_context->get_type_mgr()->GetId(&int_type); in IsApplicable()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/fuzz/ |
D | transformation_replace_constant_with_uniform.cpp | 56 opt::analysis::Integer int_type(32, true); in MakeAccessChainInstruction() local 58 ir_context->get_type_mgr()->GetRegisteredType(&int_type)->AsInteger(); in MakeAccessChainInstruction() 59 auto int_type_id = ir_context->get_type_mgr()->GetId(&int_type); in MakeAccessChainInstruction() 209 opt::analysis::Integer int_type(32, true); in IsApplicable() local 210 if (!ir_context->get_type_mgr()->GetId(&int_type)) { in IsApplicable() 214 ir_context->get_type_mgr()->GetRegisteredType(&int_type)->AsInteger(); in IsApplicable() 215 auto int_type_id = ir_context->get_type_mgr()->GetId(&int_type); in IsApplicable()
|
/third_party/skia/third_party/externals/spirv-tools/source/fuzz/ |
D | transformation_replace_constant_with_uniform.cpp | 56 opt::analysis::Integer int_type(32, true); in MakeAccessChainInstruction() local 58 ir_context->get_type_mgr()->GetRegisteredType(&int_type)->AsInteger(); in MakeAccessChainInstruction() 59 auto int_type_id = ir_context->get_type_mgr()->GetId(&int_type); in MakeAccessChainInstruction() 209 opt::analysis::Integer int_type(32, true); in IsApplicable() local 210 if (!ir_context->get_type_mgr()->GetId(&int_type)) { in IsApplicable() 214 ir_context->get_type_mgr()->GetRegisteredType(&int_type)->AsInteger(); in IsApplicable() 215 auto int_type_id = ir_context->get_type_mgr()->GetId(&int_type); in IsApplicable()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
D | lp_bld_const.h | 152 LLVMTypeRef int_type; in lp_build_const_int_pointer() local 156 int_type = LLVMIntTypeInContext(gallivm->context, 8 * sizeof(void *)); in lp_build_const_int_pointer() 157 v = LLVMConstInt(int_type, (uintptr_t) ptr, 0); in lp_build_const_int_pointer() 159 LLVMPointerType(int_type, 0), in lp_build_const_int_pointer()
|
D | lp_bld_ir_common.c | 152 LLVMTypeRef int_type = LLVMInt32TypeInContext(mask->bld->gallivm->context); in lp_exec_mask_function_init() local 166 int_type, "looplimiter"); in lp_exec_mask_function_init() 169 LLVMConstInt(int_type, LP_MAX_TGSI_LOOP_ITERATIONS, false), in lp_exec_mask_function_init() 278 LLVMTypeRef int_type = LLVMInt32TypeInContext(mask->bld->gallivm->context); in lp_exec_endloop() local 306 limiter = LLVMBuildLoad2(builder, int_type, ctx->loop_limiter, ""); in lp_exec_endloop() 311 LLVMConstInt(int_type, 1, false), in lp_exec_endloop() 328 LLVMConstNull(int_type), "i2cond"); in lp_exec_endloop()
|
/third_party/libsnd/src/ |
D | test_endswap.def | 3 int_type = { 9 int_type = { 15 int_type = {
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | constants.cpp | 107 const auto* int_type = type()->AsInteger(); in GetZeroExtendedValue() local 108 assert(int_type != nullptr); in GetZeroExtendedValue() 109 const auto width = int_type->width(); in GetZeroExtendedValue() 126 const auto* int_type = type()->AsInteger(); in GetSignExtendedValue() local 127 assert(int_type != nullptr); in GetSignExtendedValue() 128 const auto width = int_type->width(); in GetSignExtendedValue() 399 else if (const auto* int_type = element_type->AsInteger()) in GetNumericVectorConstantWithWords() local 400 words_per_element = int_type->width() / 32; in GetNumericVectorConstantWithWords()
|