/third_party/mesa3d/src/compiler/glsl/ |
D | builtin_variables.cpp | 526 const glsl_type * const int_t; member in __anon217c19b00111::builtin_variable_generator 546 bool_t(glsl_type::bool_type), int_t(glsl_type::int_type), in builtin_variable_generator() 1029 add_uniform(int_t, GLSL_PRECISION_LOW, "gl_NumSamples"); in generate_uniforms() 1130 add_system_value(SYSTEM_VALUE_VERTEX_ID, int_t, GLSL_PRECISION_HIGH, in generate_vs_special_vars() 1134 add_system_value(SYSTEM_VALUE_BASE_VERTEX, int_t, "gl_BaseVertex"); in generate_vs_special_vars() 1135 add_system_value(SYSTEM_VALUE_BASE_INSTANCE, int_t, "gl_BaseInstance"); in generate_vs_special_vars() 1136 add_system_value(SYSTEM_VALUE_DRAW_ID, int_t, "gl_DrawID"); in generate_vs_special_vars() 1139 add_system_value(SYSTEM_VALUE_INSTANCE_ID, int_t, GLSL_PRECISION_HIGH, in generate_vs_special_vars() 1143 add_system_value(SYSTEM_VALUE_INSTANCE_ID, int_t, "gl_InstanceIDARB"); in generate_vs_special_vars() 1147 add_system_value(SYSTEM_VALUE_INSTANCE_ID, int_t, GLSL_PRECISION_HIGH, in generate_vs_special_vars() [all …]
|
D | lower_vertex_id.cpp | 86 const glsl_type *const int_t = glsl_type::int_type; in visit() local 89 VertexID = new(mem_ctx) ir_variable(int_t, "__VertexID", in visit() 93 gl_VertexID = new(mem_ctx) ir_variable(int_t, "gl_VertexIDMESA", in visit() 103 gl_BaseVertex = new(mem_ctx) ir_variable(int_t, "gl_BaseVertex", in visit()
|
/third_party/boost/libs/stl_interfaces/test/ |
D | random_access.cpp | 238 struct int_t struct 242 bool operator==(int_t other) const { return value_ == other.value_; } in operator ==() argument 243 bool operator!=(int_t other) const { return value_ != other.value_; } in operator !=() argument 244 bool operator<(int_t other) const { return value_ < other.value_; } in operator <() argument 250 friend bool operator==(int lhs, int_t rhs) { return lhs == rhs.value_; } in operator ==() argument 251 friend bool operator!=(int lhs, int_t rhs) { return lhs != rhs.value_; } in operator !=() 252 friend bool operator<(int lhs, int_t rhs) { return lhs < rhs.value_; } in operator <() 258 std::tuple<int_t, int>, 259 std::tuple<int_t &, int &>> 262 udt_zip_iter(int_t * it1, int * it2) : it1_(it1), it2_(it2) {} in udt_zip_iter() [all …]
|
/third_party/boost/libs/integer/test/ |
D | integer_include_test.cpp | 12 boost::int_t<16>::fast f2 = 0; in main() 14 boost::int_t<32>::exact e = 0; in main() 16 boost::int_t<12>::least l = 0; in main()
|
D | integer_test.cpp | 62 typedef typename boost::int_t<Bits>::exact int_exact; in do_test_exact() 64 typedef typename boost::int_t<Bits>::least least_int; in do_test_exact() 99 typedef typename boost::int_t<Bits>::least least_int; in do_test_bits() 100 typedef typename boost::int_t<Bits>::least fast_int; in do_test_bits()
|
D | fail_int_fast.cpp | 8 typedef boost::int_t<sizeof(boost::intmax_t)*CHAR_BIT + 1>::fast fail_int_fast;
|
D | fail_int_exact.cpp | 8 typedef boost::int_t<sizeof(boost::intmax_t)*CHAR_BIT + 1>::exact fail_int_exact;
|
D | fail_int_least.cpp | 8 typedef boost::int_t<sizeof(boost::intmax_t)*CHAR_BIT + 1>::least fail_int_least;
|
D | integer_fwd_include_test.cpp | 12 void f3(const boost::int_t<12>*);
|
/third_party/boost/libs/variant/test/ |
D | hash_recursive_variant_test.cpp | 25 using int_t = int; typedef 31 int_t, 48 int_t i = 3; in run()
|
/third_party/boost/boost/safe_numerics/ |
D | cpp.hpp | 41 using local_char_type = typename boost::int_t<CharBits>::exact; 42 using local_short_type = typename boost::int_t<ShortBits>::exact; 43 using local_int_type = typename boost::int_t<IntBits>::exact; 44 using local_long_type = typename boost::int_t<LongBits>::exact; 45 using local_long_long_type = typename boost::int_t<LongLongBits>::exact;
|
D | utility.hpp | 214 using signed_stored_type = typename boost::int_t<
|
D | safe_base_operations.hpp | 715 typename boost::int_t<bits>::least, in return_value() 870 typename boost::int_t<bits>::least, in return_value()
|
/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | type_int.hpp | 262 typedef mediump_int int_t; typedef 264 typedef highp_int int_t; typedef 266 typedef mediump_int int_t; typedef 268 typedef lowp_int int_t; typedef
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | typedef-redef-c89.c | 1 typedef int int_t; typedef 2 typedef int int_t; typedef
|
/third_party/boost/boost/ |
D | integer_fwd.hpp | 101 struct int_t;
|
D | integer.hpp | 115 struct int_t : public boost::detail::exact_signed_base_helper<Bits> struct
|
/third_party/boost/boost/multiprecision/cpp_int/ |
D | cpp_int_config.hpp | 41 typename boost::int_t<N>::exact>::type>::type>::type type;
|
/third_party/boost/boost/detail/ |
D | basic_pointerbuf.hpp | 79 typedef typename boost::int_t<sizeof(way) * CHAR_BIT>::least cast_type; in seekoff()
|
/third_party/boost/libs/multiprecision/test/ |
D | test_mixed_cpp_int.cpp | 55 …typedef typename boost::int_t<require_digits>::least … in test()
|
/third_party/boost/libs/integer/doc/ |
D | integer.qbk | 178 struct int_t 240 The [^int_t], [^uint_t], [^int_max_value_t], [^int_min_value_t], and [^uint_value_t] class template… 250 [[^boost::int_t<N>::least]] 256 [[^boost::int_t<N>::fast]] 262 [[^boost::int_t<N>::exact]] 329 boost::int_t<24>::least my_var; // my_var has at least 24-bits
|
/third_party/boost/boost/multiprecision/ |
D | integer.hpp | 64 typename boost::int_t<int_t_digits>::least,
|
/third_party/boost/boost/graph/detail/ |
D | compressed_sparse_row_struct.hpp | 500 typename int_t< CHAR_BIT 506 typedef typename int_t< CHAR_BIT * sizeof(EdgeIndex) >::fast
|
/third_party/boost/boost/regex/v4/ |
D | cpp_regex_traits.hpp | 112 typedef typename boost::int_t<sizeof(way) * CHAR_BIT>::least cast_type; in seekoff()
|
/third_party/boost/boost/graph/distributed/ |
D | compressed_sparse_row_graph.hpp | 622 typedef typename int_t<CHAR_BIT * sizeof(EdgeIndex)>::fast difference_type;
|