Home
last modified time | relevance | path

Searched refs:int_type (Results 1 - 25 of 145) sorted by relevance

123456

/third_party/libabigail/doc/vizualization/layout/sources/
H A Dsa-DD.cc5 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_inde
[all...]
H A Dsa-D.cc5 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_inde
[all...]
H A Dsa-A.cc5 typedef long int_type; typedef
10 int_type _M_i;
11 int_type _M_n;
/third_party/libabigail/doc/vizualization/graph/sources/
H A Dsa-DD.cc5 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_inde
[all...]
H A Dsa-D.cc5 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_inde
[all...]
H A Dsa-A.cc5 typedef long int_type; typedef
10 int_type _M_i;
11 int_type _M_n;
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
H A Dfuzzerutil_test.cpp1608 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_typ in TEST()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
H A Dfuzzerutil_test.cpp1608 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_typ in TEST()
[all...]
/third_party/spirv-tools/test/fuzz/
H A Dfuzzerutil_test.cpp1608 const uint32_t int_type = 6; // The id of OpTypeInt 32 1 in TEST() local
1615 int_type, uint_type), in TEST()
1619 context.get(), spv::Op::OpAtomicLoad, 1, int_type, uint_type)); in TEST()
1621 context.get(), spv::Op::OpAtomicLoad, 2, int_type, uint_type)); in TEST()
1627 0, int_type, uint_type), in TEST()
1631 context.get(), spv::Op::OpAtomicExchange, 1, int_type, uint_type)); in TEST()
1633 context.get(), spv::Op::OpAtomicExchange, 2, int_type, uint_type)); in TEST()
1635 context.get(), spv::Op::OpAtomicExchange, 3, int_type, uint_type)); in TEST()
1641 int_type, uint_type), in TEST()
1645 context.get(), spv::Op::OpAtomicStore, 1, int_type, uint_typ in TEST()
[all...]
/third_party/glslang/SPIRV/
H A Dhex_float.h169 typedef void int_type; typedef
192 typedef int32_t int_type; typedef
206 typedef int64_t int_type; typedef
220 typedef int16_t int_type; typedef
243 typedef typename Traits::int_type int_type; typedef in spvutils::HexFloat
306 static const int_type max_exponent =
309 static const int_type min_exponent = -static_cast<int_type>(exponent_bias);
329 const int_type getUnbiasedExponen
658 typedef typename HF::int_type int_type; operator <<() typedef
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dnumbers.h64 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) {
163 // with enums, and it also serves to check that int_type is not a pointer.
165 if (static_cast<int_type>(1) - 2 < 0) { // Signed
182 template <typename int_type>
183 ABSL_MUST_USE_RESULT bool safe_strtoi_base(absl::string_view s, int_type* out,
187 static_assert(!std::is_floating_point<int_type>::value,
191 // with enums, and it also serves to check that int_type i
[all...]
/third_party/mesa3d/src/compiler/glsl/
H A Dir_expression_operation.py83 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} ? true : false"),
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_typ
[all...]
/third_party/json/include/nlohmann/detail/input/
H A Dinput_adapters.hpp64 std::char_traits<char>::int_type get_character() noexcept
118 std::char_traits<char>::int_type get_character() in get_character()
148 typename std::char_traits<char_type>::int_type get_character() in get_character()
182 std::array<std::char_traits<char>::int_type, 4>& utf8_bytes, in fill_buffer()
201 utf8_bytes[0] = static_cast<std::char_traits<char>::int_type>(wc); in fill_buffer()
206 utf8_bytes[0] = static_cast<std::char_traits<char>::int_type>(0xC0u | ((static_cast<unsigned int>(wc) >> 6u) & 0x1Fu)); in fill_buffer()
207 utf8_bytes[1] = static_cast<std::char_traits<char>::int_type>(0x80u | (static_cast<unsigned int>(wc) & 0x3Fu)); in fill_buffer()
212 utf8_bytes[0] = static_cast<std::char_traits<char>::int_type>(0xE0u | ((static_cast<unsigned int>(wc) >> 12u) & 0x0Fu)); in fill_buffer()
213 utf8_bytes[1] = static_cast<std::char_traits<char>::int_type>(0x80u | ((static_cast<unsigned int>(wc) >> 6u) & 0x3Fu)); in fill_buffer()
214 utf8_bytes[2] = static_cast<std::char_traits<char>::int_type>( in fill_buffer()
[all...]
/third_party/spirv-tools/source/util/
H A Dhex_float.h216 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 getUnbiasedExponen
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/util/
H A Dhex_float.h215 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 getUnbiasedExponen
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/util/
H A Dhex_float.h215 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 getUnbiasedExponen
[all...]
/third_party/mesa3d/src/intel/compiler/
H A Dtest_fs_scoreboard.cpp144 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/skia/third_party/externals/spirv-tools/source/fuzz/
H A Dtransformation_replace_constant_with_uniform.cpp56 opt::analysis::Integer int_type(32, true); in MakeAccessChainInstruction()
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()
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/
H A Dtransformation_replace_constant_with_uniform.cpp56 opt::analysis::Integer int_type(32, true); in MakeAccessChainInstruction()
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()
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/spirv-tools/source/fuzz/
H A Dtransformation_replace_constant_with_uniform.cpp56 opt::analysis::Integer int_type(32, true); in MakeAccessChainInstruction()
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()
210 opt::analysis::Integer int_type(32, true); in IsApplicable()
211 if (!ir_context->get_type_mgr()->GetId(&int_type)) { in IsApplicable()
215 ir_context->get_type_mgr()->GetRegisteredType(&int_type)->AsInteger(); in IsApplicable()
216 auto int_type_id = ir_context->get_type_mgr()->GetId(&int_type); in IsApplicable()
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_const.h152 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()
H A Dlp_bld_ir_common.c152 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/spirv-tools/source/opt/
H A Dconstants.cpp106 const auto* int_type = type()->AsInteger(); in GetZeroExtendedValue() local
107 assert(int_type != nullptr); in GetZeroExtendedValue()
108 const auto width = int_type->width(); in GetZeroExtendedValue()
125 const auto* int_type = type()->AsInteger(); in GetSignExtendedValue() local
126 assert(int_type != nullptr); in GetSignExtendedValue()
127 const auto width = int_type->width(); in GetSignExtendedValue()
436 else if (const auto* int_type = element_type->AsInteger()) in GetNumericVectorConstantWithWords()
437 words_per_element = int_type->width() / 32; in GetNumericVectorConstantWithWords()
494 Type* int_type = context()->get_type_mgr()->GetIntType(bitWidth, isSigned); in GetIntConst() local
508 return GetConstant(int_type, {static_cas in GetIntConst()
[all...]
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H A Dconstants.cpp107 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()
400 words_per_element = int_type->width() / 32; in GetNumericVectorConstantWithWords()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dconstants.cpp107 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()
400 words_per_element = int_type->width() / 32; in GetNumericVectorConstantWithWords()

Completed in 23 milliseconds

123456