/external/rust/android-crates-io/crates/itertools/benches/ |
D | specializations.rs | 159 let v = black_box(vec![0; 1024]); localVariable 166 let v = black_box(vec![0; 1024]); localVariable 173 let v = black_box(vec![0; 1024]); localVariable 180 let v = black_box(vec![0; 1024]); localVariable 187 let v = black_box(vec![0; 1024]); localVariable 194 let v = black_box(vec![0; 1024]); localVariable 201 let v = black_box(vec![0; 1024]); localVariable 208 let v = black_box(vec![0; 1024]); localVariable 215 let v = black_box(vec![0; 1024]); localVariable 222 let v = black_box(vec![0; 1024]); localVariable [all …]
|
/external/pytorch/torch/csrc/jit/tensorexpr/ |
D | ir_visitor.cpp | 17 static void visit_binary_op(const NodePtr<Op>& v, IRVisitor* visitor) { in visit_binary_op() 22 void IRVisitor::visit(const AddPtr& v) { in visit() 26 void IRVisitor::visit(const SubPtr& v) { in visit() 30 void IRVisitor::visit(const MulPtr& v) { in visit() 34 void IRVisitor::visit(const DivPtr& v) { in visit() 38 void IRVisitor::visit(const ModPtr& v) { in visit() 42 void IRVisitor::visit(const MaxPtr& v) { in visit() 46 void IRVisitor::visit(const MinPtr& v) { in visit() 50 void IRVisitor::visit(const AndPtr& v) { in visit() 54 void IRVisitor::visit(const OrPtr& v) { in visit() [all …]
|
D | hash_provider.cpp | 29 void HashProvider::visit(const AddPtr& v) { in visit() 36 void HashProvider::visit(const SubPtr& v) { in visit() 43 void HashProvider::visit(const MulPtr& v) { in visit() 50 void HashProvider::visit(const DivPtr& v) { in visit() 57 void HashProvider::visit(const ModPtr& v) { in visit() 64 void HashProvider::visit(const RoundOffPtr& v) { in visit() 71 void HashProvider::visit(const MaxPtr& v) { in visit() 78 void HashProvider::visit(const MinPtr& v) { in visit() 85 void HashProvider::visit(const AndPtr& v) { in visit() 92 void HashProvider::visit(const OrPtr& v) { in visit() [all …]
|
D | half_support.h | 27 void visit(const LoadPtr& v) override { in visit() 33 void visit(const StorePtr& v) override { in visit() 39 void visit(const HalfImmPtr& v) override { in visit() 43 void visit(const BFloat16ImmPtr& v) override { in visit() 47 void visit(const CastPtr& v) override { in visit() 59 ExprPtr mutate(const LoadPtr& v) override { in mutate() 72 StmtPtr mutate(const StorePtr& v) override { in mutate() 95 ExprPtr mutate(const HalfImmPtr& v) override { in mutate() 99 ExprPtr mutate(const BFloat16ImmPtr& v) override { in mutate() 103 ExprPtr mutate(const CastPtr& v) override { in mutate() [all …]
|
D | ir_cloner.cpp | 17 NodePtr<Op> v, in mutate_binary_op() 53 ExprPtr IRCloner::mutate(const AddPtr& v) { in mutate() 57 ExprPtr IRCloner::mutate(const SubPtr& v) { in mutate() 61 ExprPtr IRCloner::mutate(const MulPtr& v) { in mutate() 65 ExprPtr IRCloner::mutate(const DivPtr& v) { in mutate() 69 ExprPtr IRCloner::mutate(const ModPtr& v) { in mutate() 73 ExprPtr IRCloner::mutate(const AndPtr& v) { in mutate() 77 ExprPtr IRCloner::mutate(const OrPtr& v) { in mutate() 81 ExprPtr IRCloner::mutate(const XorPtr& v) { in mutate() 85 ExprPtr IRCloner::mutate(const LshiftPtr& v) { in mutate() [all …]
|
D | ir_printer.cpp | 55 NodePtr<Op> v, in visitBinaryOp() 83 void IRPrinter::visit(const AddPtr& v) { in visit() 87 void IRPrinter::visit(const SubPtr& v) { in visit() 91 void IRPrinter::visit(const MulPtr& v) { in visit() 95 void IRPrinter::visit(const DivPtr& v) { in visit() 99 void IRPrinter::visit(const AndPtr& v) { in visit() 103 void IRPrinter::visit(const OrPtr& v) { in visit() 107 void IRPrinter::visit(const XorPtr& v) { in visit() 111 void IRPrinter::visit(const LshiftPtr& v) { in visit() 115 void IRPrinter::visit(const RshiftPtr& v) { in visit() [all …]
|
/external/mesa3d/src/mesa/main/ |
D | api_arrayelt.c | 97 VertexAttrib1NbvNV(GLuint index, const GLbyte *v) in VertexAttrib1NbvNV() 103 VertexAttrib1bvNV(GLuint index, const GLbyte *v) in VertexAttrib1bvNV() 109 VertexAttrib2NbvNV(GLuint index, const GLbyte *v) in VertexAttrib2NbvNV() 115 VertexAttrib2bvNV(GLuint index, const GLbyte *v) in VertexAttrib2bvNV() 121 VertexAttrib3NbvNV(GLuint index, const GLbyte *v) in VertexAttrib3NbvNV() 129 VertexAttrib3bvNV(GLuint index, const GLbyte *v) in VertexAttrib3bvNV() 135 VertexAttrib4NbvNV(GLuint index, const GLbyte *v) in VertexAttrib4NbvNV() 144 VertexAttrib4bvNV(GLuint index, const GLbyte *v) in VertexAttrib4bvNV() 152 VertexAttrib1NubvNV(GLuint index, const GLubyte *v) in VertexAttrib1NubvNV() 158 VertexAttrib1ubvNV(GLuint index, const GLubyte *v) in VertexAttrib1ubvNV() [all …]
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/tinyvec-1.8.0/benches/ |
D | smallvec.rs | 55 let v: TinyVec<[$type; $len]> = TinyVec::default(); localVariable 75 let v = outer.clone(); localVariable 92 let mut v: TinyVec<[$type; $len]> = TinyVec::default(); localVariable 111 let mut v: TinyVec<[$type; $len]> = TinyVec::default(); localVariable 135 let v: TinyVec<[$type; $len]> = localVariable 155 let v: TinyVec<[$type; $len]> = TinyVec::from(black_box(data)); localVariable 172 let mut v: TinyVec<[$type; $len]> = black_box(TinyVec::default()); localVariable 194 let mut v: TinyVec<[$type; $len]> = black_box(TinyVec::default()); localVariable 215 let mut v: TinyVec<[$type; $len]> = TinyVec::default(); localVariable 241 let mut v = outer.clone(); localVariable [all …]
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/tinyvec-1.8.0/benches/ |
D | smallvec.rs | 55 let v: TinyVec<[$type; $len]> = TinyVec::default(); localVariable 75 let v = outer.clone(); localVariable 92 let mut v: TinyVec<[$type; $len]> = TinyVec::default(); localVariable 111 let mut v: TinyVec<[$type; $len]> = TinyVec::default(); localVariable 135 let v: TinyVec<[$type; $len]> = localVariable 155 let v: TinyVec<[$type; $len]> = TinyVec::from(black_box(data)); localVariable 172 let mut v: TinyVec<[$type; $len]> = black_box(TinyVec::default()); localVariable 194 let mut v: TinyVec<[$type; $len]> = black_box(TinyVec::default()); localVariable 215 let mut v: TinyVec<[$type; $len]> = TinyVec::default(); localVariable 241 let mut v = outer.clone(); localVariable [all …]
|
/external/rust/android-crates-io/crates/tinyvec/benches/ |
D | smallvec.rs | 55 let v: TinyVec<[$type; $len]> = TinyVec::default(); localVariable 75 let v = outer.clone(); localVariable 92 let mut v: TinyVec<[$type; $len]> = TinyVec::default(); localVariable 111 let mut v: TinyVec<[$type; $len]> = TinyVec::default(); localVariable 135 let v: TinyVec<[$type; $len]> = localVariable 155 let v: TinyVec<[$type; $len]> = TinyVec::from(black_box(data)); localVariable 172 let mut v: TinyVec<[$type; $len]> = black_box(TinyVec::default()); localVariable 194 let mut v: TinyVec<[$type; $len]> = black_box(TinyVec::default()); localVariable 215 let mut v: TinyVec<[$type; $len]> = TinyVec::default(); localVariable 241 let mut v = outer.clone(); localVariable [all …]
|
/external/webrtc/rtc_base/ |
D | byte_order.h | 27 #define htobe16(v) OSSwapHostToBigInt16(v) argument 28 #define htobe32(v) OSSwapHostToBigInt32(v) argument 29 #define htobe64(v) OSSwapHostToBigInt64(v) argument 30 #define be16toh(v) OSSwapBigToHostInt16(v) argument 31 #define be32toh(v) OSSwapBigToHostInt32(v) argument 32 #define be64toh(v) OSSwapBigToHostInt64(v) argument 34 #define htole16(v) OSSwapHostToLittleInt16(v) argument 35 #define htole32(v) OSSwapHostToLittleInt32(v) argument 36 #define htole64(v) OSSwapHostToLittleInt64(v) argument 37 #define le16toh(v) OSSwapLittleToHostInt16(v) argument [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkan/ |
D | vkApiExtensionDependencyInfo.inl | 25 bool check_VK_KHR_display(const tcu::UVec2& v, const ExtPropVect& vIEP, const ExtPropVect& vDEP) 37 bool check_VK_KHR_xlib_surface(const tcu::UVec2& v, const ExtPropVect& vIEP, const ExtPropVect& vDE… 49 bool check_VK_KHR_xcb_surface(const tcu::UVec2& v, const ExtPropVect& vIEP, const ExtPropVect& vDEP) 61 bool check_VK_KHR_wayland_surface(const tcu::UVec2& v, const ExtPropVect& vIEP, const ExtPropVect& … 73 bool check_VK_KHR_android_surface(const tcu::UVec2& v, const ExtPropVect& vIEP, const ExtPropVect& … 85 bool check_VK_KHR_win32_surface(const tcu::UVec2& v, const ExtPropVect& vIEP, const ExtPropVect& vD… 97 bool check_VK_GGP_stream_descriptor_surface(const tcu::UVec2& v, const ExtPropVect& vIEP, const Ext… 109 bool check_VK_NN_vi_surface(const tcu::UVec2& v, const ExtPropVect& vIEP, const ExtPropVect& vDEP) 121 bool check_VK_KHR_external_memory_capabilities(const tcu::UVec2& v, const ExtPropVect& vIEP, const … 135 bool check_VK_KHR_external_semaphore_capabilities(const tcu::UVec2& v, const ExtPropVect& vIEP, con… [all …]
|
/external/clang/test/CodeGen/ |
D | aarch64-neon-2velem.c | 12 int16x4_t test_vmla_lane_s16(int16x4_t a, int16x4_t b, int16x4_t v) { in test_vmla_lane_s16() 21 int16x8_t test_vmlaq_lane_s16(int16x8_t a, int16x8_t b, int16x4_t v) { in test_vmlaq_lane_s16() 30 int32x2_t test_vmla_lane_s32(int32x2_t a, int32x2_t b, int32x2_t v) { in test_vmla_lane_s32() 39 int32x4_t test_vmlaq_lane_s32(int32x4_t a, int32x4_t b, int32x2_t v) { in test_vmlaq_lane_s32() 48 int16x4_t test_vmla_laneq_s16(int16x4_t a, int16x4_t b, int16x8_t v) { in test_vmla_laneq_s16() 57 int16x8_t test_vmlaq_laneq_s16(int16x8_t a, int16x8_t b, int16x8_t v) { in test_vmlaq_laneq_s16() 66 int32x2_t test_vmla_laneq_s32(int32x2_t a, int32x2_t b, int32x4_t v) { in test_vmla_laneq_s32() 75 int32x4_t test_vmlaq_laneq_s32(int32x4_t a, int32x4_t b, int32x4_t v) { in test_vmlaq_laneq_s32() 84 int16x4_t test_vmls_lane_s16(int16x4_t a, int16x4_t b, int16x4_t v) { in test_vmls_lane_s16() 93 int16x8_t test_vmlsq_lane_s16(int16x8_t a, int16x8_t b, int16x4_t v) { in test_vmlsq_lane_s16() [all …]
|
/external/ComputeLibrary/arm_compute/core/ |
D | PixelValue.h | 114 PixelValue(int8_t v) in PixelValue() 123 PixelValue(uint8_t v) in PixelValue() 132 PixelValue(uint16_t v) in PixelValue() 141 PixelValue(int16_t v) in PixelValue() 150 PixelValue(uint32_t v) in PixelValue() 159 PixelValue(int32_t v) in PixelValue() 169 PixelValue(uint64_t v) in PixelValue() 178 PixelValue(int64_t v) in PixelValue() 187 PixelValue(bfloat16 v) in PixelValue() 196 PixelValue(half v) in PixelValue() [all …]
|
/external/mesa3d/src/compiler/glsl/ |
D | ir_hv_accept.cpp | 47 visit_list_elements(ir_hierarchical_visitor *v, exec_list *l, in visit_list_elements() 68 ir_rvalue::accept(ir_hierarchical_visitor *v) in accept() 75 ir_variable::accept(ir_hierarchical_visitor *v) in accept() 82 ir_loop::accept(ir_hierarchical_visitor *v) in accept() 98 ir_loop_jump::accept(ir_hierarchical_visitor *v) in accept() 105 ir_function_signature::accept(ir_hierarchical_visitor *v) in accept() 121 ir_function::accept(ir_hierarchical_visitor *v) in accept() 133 ir_expression::accept(ir_hierarchical_visitor *v) in accept() 159 ir_texture::accept(ir_hierarchical_visitor *v) in accept() 245 ir_swizzle::accept(ir_hierarchical_visitor *v) in accept() [all …]
|
/external/golang-protobuf/internal/testprotos/required/ |
D | required.proto | 12 required int32 v = 1; field 16 required int64 v = 1; field 20 required uint32 v = 1; field 24 required uint64 v = 1; field 28 required sint32 v = 1; field 32 required sint64 v = 1; field 36 required fixed32 v = 1; field 40 required fixed64 v = 1; field 44 required float v = 1; field 48 required double v = 1; field [all …]
|
/external/sdv/vsomeip/third_party/boost/container/test/ |
D | insert_vs_emplace_test.cpp | 118 boost::container::vector<X> v; in main() local 132 boost::container::vector<X> v; in main() local 146 boost::container::vector<X> v; in main() local 160 boost::container::vector<X> v; in main() local 175 boost::container::vector<X> v; in main() local 189 boost::container::vector<X> v; in main() local 204 boost::container::vector<X> v; in main() local 217 boost::container::vector<X> v; in main() local 234 boost::container::vector<X> v; in main() local 248 boost::container::vector<X> v; in main() local [all …]
|
/external/libcxx/test/std/utilities/variant/variant.get/ |
D | get_type.pass.cpp | 40 constexpr V v(42); in test_const_lvalue_get() local 49 const V v(42); in test_const_lvalue_get() local 56 constexpr V v(42l); in test_const_lvalue_get() local 65 const V v(42l); in test_const_lvalue_get() local 75 const V v(x); in test_const_lvalue_get() local 82 const V v(std::move(x)); in test_const_lvalue_get() local 89 const V v(std::move(x)); in test_const_lvalue_get() local 99 V v(42); in test_lvalue_get() local 106 V v(42l); in test_lvalue_get() local 115 V v(x); in test_lvalue_get() local [all …]
|
D | get_index.pass.cpp | 46 constexpr V v(42); in test_const_lvalue_get() local 55 const V v(42); in test_const_lvalue_get() local 62 constexpr V v(42l); in test_const_lvalue_get() local 71 const V v(42l); in test_const_lvalue_get() local 81 const V v(x); in test_const_lvalue_get() local 88 const V v(std::move(x)); in test_const_lvalue_get() local 95 const V v(std::move(x)); in test_const_lvalue_get() local 105 V v(42); in test_lvalue_get() local 112 V v(42l); in test_lvalue_get() local 121 V v(x); in test_lvalue_get() local [all …]
|
/external/deqp/external/vulkancts/framework/vulkan/generated/vulkansc/ |
D | vkApiExtensionDependencyInfo.inl | 25 bool check_VK_KHR_display(const tcu::UVec2& v, const ExtPropVect& vIEP, const ExtPropVect& vDEP) 37 bool check_VK_EXT_direct_mode_display(const tcu::UVec2& v, const ExtPropVect& vIEP, const ExtPropVe… 49 bool check_VK_EXT_display_surface_counter(const tcu::UVec2& v, const ExtPropVect& vIEP, const ExtPr… 61 bool check_VK_EXT_swapchain_colorspace(const tcu::UVec2& v, const ExtPropVect& vIEP, const ExtPropV… 73 bool check_VK_KHR_get_surface_capabilities2(const tcu::UVec2& v, const ExtPropVect& vIEP, const Ext… 85 bool check_VK_KHR_get_display_properties2(const tcu::UVec2& v, const ExtPropVect& vIEP, const ExtPr… 97 bool check_VK_EXT_headless_surface(const tcu::UVec2& v, const ExtPropVect& vIEP, const ExtPropVect&… 120 bool check_VK_KHR_swapchain(const tcu::UVec2& v, const ExtPropVect& vIEP, const ExtPropVect& vDEP) 132 bool check_VK_KHR_display_swapchain(const tcu::UVec2& v, const ExtPropVect& vIEP, const ExtPropVect… 144 bool check_VK_EXT_texture_compression_astc_hdr(const tcu::UVec2& v, const ExtPropVect& vIEP, const … [all …]
|
/external/apache-commons-math/src/main/java/org/apache/commons/math/stat/ |
D | Frequency.java | 113 public void addValue(Object v) { in addValue() 133 public void addValue(Comparable<?> v){ in addValue() 158 public void addValue(int v) { in addValue() 169 public void addValue(Integer v) { in addValue() 178 public void addValue(long v) { in addValue() 187 public void addValue(char v) { in addValue() 234 public long getCount(Object v) { in getCount() 245 public long getCount(Comparable<?> v) { in getCount() 267 public long getCount(int v) { in getCount() 277 public long getCount(long v) { in getCount() [all …]
|
/external/cronet/tot/third_party/libc++/src/test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/ |
D | put_long_double_ru_RU.pass.cpp | 78 long double v = 0; in main() local 85 long double v = -1; in main() local 92 long double v = 123456789; in main() local 99 long double v = -123456789; in main() local 106 long double v = 0; in main() local 114 long double v = -1; in main() local 122 long double v = 123456789; in main() local 130 long double v = -123456789; in main() local 138 long double v = -123456789; in main() local 149 long double v = -123456789; in main() local [all …]
|
D | put_long_double_fr_FR.pass.cpp | 84 long double v = 0; in main() local 91 long double v = -1; in main() local 98 long double v = 123456789; in main() local 105 long double v = -123456789; in main() local 112 long double v = 0; in main() local 120 long double v = -1; in main() local 128 long double v = 123456789; in main() local 136 long double v = -123456789; in main() local 144 long double v = -123456789; in main() local 155 long double v = -123456789; in main() local [all …]
|
/external/cronet/stable/third_party/libc++/src/test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/ |
D | put_long_double_fr_FR.pass.cpp | 84 long double v = 0; in main() local 91 long double v = -1; in main() local 98 long double v = 123456789; in main() local 105 long double v = -123456789; in main() local 112 long double v = 0; in main() local 120 long double v = -1; in main() local 128 long double v = 123456789; in main() local 136 long double v = -123456789; in main() local 144 long double v = -123456789; in main() local 155 long double v = -123456789; in main() local [all …]
|
/external/libcxx/test/std/localization/locale.categories/category.monetary/locale.money.put/locale.money.put.members/ |
D | put_long_double_fr_FR.pass.cpp | 98 long double v = 0; in main() local 106 long double v = -1; in main() local 114 long double v = 123456789; in main() local 122 long double v = -123456789; in main() local 130 long double v = 0; in main() local 139 long double v = -1; in main() local 148 long double v = 123456789; in main() local 157 long double v = -123456789; in main() local 166 long double v = -123456789; in main() local 178 long double v = -123456789; in main() local [all …]
|