Home
last modified time | relevance | path

Searched defs:triple (Results 1 – 25 of 36) sorted by relevance

12

/third_party/boost/libs/fusion/example/extension/
Dtriple.cpp202 struct triple struct
206 triple(T0 const& t0, T1 const& t1, T2 const& t2) in triple() function
213 typedef demo::triple_iterator<Sq, 0> type;
224 typedef demo::triple_iterator<Sq, 3> type;
233 struct size
238 struct value_at
243 struct value_at<Sq, mpl::int_<0> >
249 struct value_at<Sq, mpl::int_<1> >
255 struct value_at<Sq, mpl::int_<2> >
261 struct at
[all …]
/third_party/boost/boost/graph/detail/
Dself_avoiding_walk.hpp39 template < class T1, class T2, class T3 > struct triple struct
41 T1 first;
42 T2 second;
43 T3 third;
44 triple(const T1& a, const T2& b, const T3& c) in triple() function
48 triple() : first(SAW_SENTINAL), second(SAW_SENTINAL), third(SAW_SENTINAL) {} in triple() argument
/third_party/libffi/
Dgenerate-darwin-source-and-headers.py16 triple = 'i386-apple-darwin11' variable in simulator_platform
29 triple = 'x86_64-apple-darwin13' variable in simulator64_platform
42 triple = 'arm-apple-darwin11' variable in device_platform
55 triple = 'aarch64-apple-darwin13' variable in device64_platform
68 triple = 'i386-apple-darwin10' variable in desktop32_platform
81 triple = 'x86_64-apple-darwin10' variable in desktop64_platform
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_util.c102 static LLVMTargetRef ac_get_llvm_target(const char *triple) in ac_get_llvm_target()
194 const char *triple = (tm_options & AC_TM_SUPPORTS_SPILL) ? "amdgcn-mesa-mesa3d" : "amdgcn--"; in ac_create_target_machine() local
361 const char *triple; in ac_init_llvm_compiler() local
Dac_llvm_helper.cpp140 LLVMTargetLibraryInfoRef ac_create_target_library_info(const char *triple) in ac_create_target_library_info()
/third_party/boost/libs/hana/example/core/convert/
Dto.cpp20 BOOST_HANA_CONSTEXPR_LAMBDA auto triple = [](auto x, auto y, auto z) { in __anon37c03a310102() variable
/third_party/mindspore/tests/ut/python/pynative_mode/nn/
Dtest_checkparameter.py22 triple = _expand_tuple(3) variable
/third_party/mesa3d/src/gallium/frontends/clover/llvm/
Dcompat.hpp101 compiler_set_lang_defaults(std::unique_ptr<clang::CompilerInstance> &c, in compiler_set_lang_defaults()
Dutil.hpp53 std::string triple; member
/third_party/mindspore/tests/ut/python/dtype/
Dtest_hypermap.py72 def triple(self, x): member in test_hypermap_func_const.NetMap
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_debug.cpp104 const char *triple = LLVM_HOST_TRIPLE; in disassemble() local
/third_party/gn/infra/recipe_modules/target/
Dapi.py66 def triple(self): member in Target
/third_party/jerryscript/tests/jerry/
Dfunction-prototype-bind.js19 var triple = mul.bind(null, 3); variable
/third_party/boost/libs/spirit/classic/example/intermediate/
Dregex_convert.cpp56 long triple(long val) in triple() function
/third_party/icu/icu4c/source/i18n/
Dpluralranges.cpp132 const auto& triple = fTriples[i]; in resolve() local
/third_party/node/deps/icu-small/source/i18n/
Dpluralranges.cpp132 const auto& triple = fTriples[i]; in resolve() local
/third_party/skia/third_party/externals/icu/source/i18n/
Dpluralranges.cpp132 const auto& triple = fTriples[i]; in resolve() local
/third_party/spirv-tools/source/
Dspirv_target_env.cpp178 for (auto triple : ordered_vulkan_envs) { in spvParseVulkanEnv() local
/third_party/skia/third_party/externals/spirv-tools/source/
Dspirv_target_env.cpp184 for (auto triple : ordered_vulkan_envs) { in spvParseVulkanEnv() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dspirv_target_env.cpp184 for (auto triple : ordered_vulkan_envs) { in spvParseVulkanEnv() local
/third_party/libwebsockets/lib/misc/
Dbase64-decode.c55 unsigned char triple[3]; in _lws_b64_encode_string() local
/third_party/gettext/gettext-tools/src/
Dx-python.c842 bool triple, bool interpret_ansic, bool interpret_unicode, in phase7_getuc()
1295 bool triple; in phase5_get() local
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_get.c757 const char *gpu, *triple; in si_get_compute_param() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachineC.cpp249 char *LLVMNormalizeTargetTriple(const char* triple) { in LLVMNormalizeTargetTriple()
/third_party/flutter/skia/third_party/externals/icu/source/i18n/
Dnumrange_impl.cpp163 const auto& triple = fTriples[i]; in resolve() local

12