Home
last modified time | relevance | path

Searched defs:other_type (Results 1 – 8 of 8) sorted by relevance

/third_party/boost/libs/math/test/
Dquaternion_test.cpp152 struct other_type struct
157 struct other_type<double> struct
162 struct other_type<float> struct
164 typedef short type;
323 typedef typename other_type<T>::type other_type; in BOOST_AUTO_TEST_CASE_TEMPLATE() typedef
/third_party/mindspore/mindspore/core/ir/dtype/
Dtype.cc185 auto other_type = static_cast<const Type *>(&other); in operator ==() local
/third_party/gstreamer/gstplugins_good/tests/check/elements/
Dmatroskademux.c144 GstTocEntryType original_type, other_type; in check_toc_entries() local
/third_party/mindspore/mindspore/core/abstract/
Dabstract_value.cc93 auto other_type = BuildType(); in operator ==() local
1439 auto other_type = other->GetTypeTrack(); in Join() local
1460 auto other_type = other->GetTypeTrack(); in Join() local
/third_party/mesa3d/src/compiler/spirv/
Dvtn_opencl.c87 const struct glsl_type *other_type = src_types[j]->base_type == vtn_base_type_pointer ? in vtn_opencl_mangle() local
/third_party/protobuf/conformance/
Dbinary_json_conformance_suite.cc1170 FieldDescriptor::Type other_type = other_field->type(); in TestValidDataForOneofType() local
/third_party/glib/glib/tests/
Dgvariant.c597 GVariantType *type, *other_type; in test_gvarianttype() local
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_glsl.cpp15580 ir.for_each_typed_id<SPIRType>([&](uint32_t other_id, SPIRType &other_type) { in fixup_type_alias()