/third_party/boost/boost/accumulators/numeric/functional/ |
D | valarray.hpp | 237 struct promote<To, From, std_valarray_tag, std_valarray_tag> struct 239 typedef From argument_type; 240 typedef To result_type; 242 To operator ()(From &arr) const in operator ()() 254 struct promote<ToFrom, ToFrom, std_valarray_tag, std_valarray_tag> struct 256 typedef ToFrom argument_type; 257 typedef ToFrom result_type; 259 ToFrom &operator ()(ToFrom &tofrom) const in operator ()() 269 struct promote<bool, From, void, std_valarray_tag> struct 271 typedef From argument_type; [all …]
|
D | vector.hpp | 250 struct promote<To, From, std_vector_tag, std_vector_tag> struct 252 typedef From argument_type; 253 typedef To result_type; 255 To operator ()(From &arr) const in operator ()() 267 struct promote<ToFrom, ToFrom, std_vector_tag, std_vector_tag> struct 269 typedef ToFrom argument_type; 270 typedef ToFrom result_type; 272 ToFrom &operator ()(ToFrom &tofrom) const in operator ()()
|
/third_party/boost/libs/detail/test/ |
D | numeric_traits_test.cpp | 178 template <class T> struct promote struct 190 template <> struct promote<boost::uintmax_t> { argument 201 template <> struct promote<boost::intmax_t> { struct 202 std::string static from(const boost::intmax_t x) { in from()
|
/third_party/boost/boost/type_traits/ |
D | promote.hpp | 15 template<class T> struct promote : public integral_promotion<typename floating_point_promotion<T>::… struct
|
/third_party/boost/boost/accumulators/numeric/ |
D | functional.hpp | 352 struct promote struct 402 struct promote struct 465 promote(From &from) in promote() function 472 promote(From const &from) in promote() function
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | Intermediate.cpp | 877 bool TIntermUnary::promote(TInfoSink&, const TType *funcReturnType) in promote() function in TIntermUnary 939 bool TIntermBinary::promote(TInfoSink& infoSink) in promote() function in TIntermBinary
|
/third_party/boost/boost/pending/ |
D | relaxed_heap.hpp | 474 void promote(group* a) in promote() function in boost::relaxed_heap
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | RegAllocPBQP.h | 350 void promote(NodeId NId, NodeMetadata& NMd) { in promote() function
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | IntermNode.cpp | 1205 void TIntermUnary::promote() in promote() function in sh::TIntermUnary 1413 void TIntermSwizzle::promote() in promote() function in sh::TIntermSwizzle 1490 void TIntermBinary::promote() in promote() function in sh::TIntermBinary
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | IntermNode.cpp | 1355 void TIntermUnary::promote() in promote() function in sh::TIntermUnary 1687 void TIntermSwizzle::promote() in promote() function in sh::TIntermSwizzle 1778 void TIntermBinary::promote() in promote() function in sh::TIntermBinary
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/ |
D | ThinLTOCodeGenerator.cpp | 633 void ThinLTOCodeGenerator::promote(Module &TheModule, ModuleSummaryIndex &Index, in promote() function in ThinLTOCodeGenerator
|
/third_party/boost/boost/math/differentiation/ |
D | autodiff.hpp | 53 using promote = typename detail::promote_args_n<RealType, RealTypes...>::type; typedef
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 6643 bool promote() { in promote() function in __anon02642a870b11::VectorPromoteHelper
|