Home
last modified time | relevance | path

Searched defs:promote (Results 1 – 13 of 13) sorted by relevance

/third_party/boost/boost/accumulators/numeric/functional/
Dvalarray.hpp237 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 …]
Dvector.hpp250 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/
Dnumeric_traits_test.cpp178 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/
Dpromote.hpp15 template<class T> struct promote : public integral_promotion<typename floating_point_promotion<T>::… struct
/third_party/boost/boost/accumulators/numeric/
Dfunctional.hpp352 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/
DIntermediate.cpp877 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/
Drelaxed_heap.hpp474 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/
DRegAllocPBQP.h350 void promote(NodeId NId, NodeMetadata& NMd) { in promote() function
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DIntermNode.cpp1205 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/
DIntermNode.cpp1355 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/
DThinLTOCodeGenerator.cpp633 void ThinLTOCodeGenerator::promote(Module &TheModule, ModuleSummaryIndex &Index, in promote() function in ThinLTOCodeGenerator
/third_party/boost/boost/math/differentiation/
Dautodiff.hpp53 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/
DCodeGenPrepare.cpp6643 bool promote() { in promote() function in __anon02642a870b11::VectorPromoteHelper